Bug 1988265
Summary: | Review Request: python-multiprocess - Better multiprocessing and multithreading in python | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ankur Sinha (FranciscoD) <sanjay.ankur> |
Component: | Package Review | Assignee: | Zbigniew Jędrzejewski-Szmek <zbyszek> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | package-review, zbyszek |
Target Milestone: | --- | Flags: | zbyszek:
fedora-review+
|
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-09-07 19:06:53 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1914344 |
Description
Ankur Sinha (FranciscoD)
2021-07-30 08:22:30 UTC
Hmm, mock build fails here with: + find py/doc/ -name '*' -exec sed -i 's/\r$//' '{}' ';' find: 'py/doc/': No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.OGZ8U7 (%prep) <mock-chroot> sh-5.1# rpmbuild --eval '%{python3_version}' /usr/bin/python3: symbol lookup error: /lib64/libpython3.10.so.1.0: undefined symbol: close_range, version GLIBC_2.34 Yikes! I managed to file a bug against python3, and close it, since it seems like some local issue. + package name is OK + license is acceptable for Fedora (BSD) + license is specified correctly + builds and installs OK + %check is present and passes + BR/P/R look OK + fedora-review complains a bit, but I don't think any of this is relevant: Issues: ======= - Packages MUST NOT have dependencies (either build-time or runtime) on packages named with the unversioned python- prefix unless no properly versioned package exists. Dependencies on Python packages instead MUST use names beginning with python2- or python3- as appropriate. Note: Unversionned Python dependency found. See: https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_dependencies Maybe this is about the dependency on python-unversioned-command? The guidelines don't actually say that this is not allowed. Seems fine to me. - If (and only if) the source package includes the text of the license(s) in its own file, then that file, containing the text of the license(s) for the package is included in %license. Note: License file COPYING.html is not marked as %license See: https://docs.fedoraproject.org/en-US/packaging- guidelines/LicensingGuidelines/#_license_text COPYING is included instead. + rpmlint also has only false positives about spelling. Package is APPROVED. Thanks very much, requested SCM now: https://pagure.io/releng/fedora-scm-requests/issue/36650 (fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/python-multiprocess FEDORA-2021-3548e74b0d has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-3548e74b0d FEDORA-2021-5096400c49 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-5096400c49 FEDORA-2021-5096400c49 has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2021-5096400c49 \*` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-5096400c49 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-3548e74b0d has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2021-3548e74b0d \*` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-3548e74b0d See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-5096400c49 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2021-3548e74b0d has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. |