Bug 2048129
Summary: | Please branch and build python-typeguard in epel9 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | Michel Lind <michel> | ||||
Component: | python-typeguard | Assignee: | Ben Beasley <code> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | epel9 | CC: | chris.brown, code, davide, michel | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | python-typeguard-2.13.3-4.el9 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2022-08-25 16:33:04 UTC | Type: | Bug | ||||
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: | 2063314 | ||||||
Attachments: |
|
Description
Michel Lind
2022-01-29 16:31:35 UTC
❯ fedpkg request-branch epel9 https://pagure.io/releng/fedora-scm-requests/issue/41499 Added group to permissions. Michel, can you confirm you have what you need? (In reply to Christopher Brown from comment #3) > Michel, can you confirm you have what you need? Hi Christopher, Thanks, I do have what I need, though I'm deprioritizing this as it turns out per the guidelines, typeguard should not be used as part of packages' unit tests anyway (ditto with coverage testing, code formatters, mypy etc.) https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters It will still be good to have it for development, so I'll keep this bug open. Created attachment 1865545 [details]
missing dependencies
see attachment, there are currently 14 missing dependencies Note that typeguard is not only used as a linter or static typechecker, but also for runtime type checking. One package that needs it as a direct runtime dependency is https://src.fedoraproject.org/rpms/python-signature-dispatch. This package was orphaned. I picked it up as a runtime dependency of python-signature-dispatch. After I finish a few enhancements in Rawhide, I will build it for EPEL9 too. FEDORA-EPEL-2022-0d9f97fcd2 has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-0d9f97fcd2 FEDORA-EPEL-2022-0d9f97fcd2 has been pushed to the Fedora EPEL 9 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-0d9f97fcd2 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2022-0d9f97fcd2 has been pushed to the Fedora EPEL 9 stable repository. If problem still persists, please make note of it in this bug report. |