Bug 2179321
| Summary: | python-falcon: add to EPEL 8 | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | marco.angaroni | |
| Component: | python-falcon | Assignee: | Carl George 🤠<carl> | |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | epel8 | CC: | carl, python-packagers-sig | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | python-falcon-3.1.1-2.el8 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 2235916 (view as bug list) | Environment: | ||
| Last Closed: | 2023-09-30 05:56:56 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: | ||||
|
Description
marco.angaroni
2023-03-17 10:32:02 UTC
I'm not opposed to this, but there are quite a few missing dependencies that need to be built first. For EPEL 8, we should target version 3.0.1, because version 3.1.0 deprecates Python 3.6 support. Based on the F36 spec file, these build requirements are missing. python3-aiofiles python3-cbor2 python3-mujson python3-uvicorn python3-websockets Upstream was originally planning version 4.0.0 for Python 3.11 compatibility. Branches f36 through rawhide are on a snapshot of the upstream master branch for that. However, it looks like upstream changed their mind, delayed 4.0.0, and released 3.1.0 with Python 3.11 compatibility. I'll probably update f36, f37, f38, and rawhide to version 3.1.1 with an epoch, and then try to build that version for epel9 as well. It's missing all the same things as epel8, except it has python3-websockets already. As I'm updating the spec file to 3.1.1 I'll ensure all the build requirements are still accurate, and see if any of them can be disabled. Slight correction, falcon 3.1.1 is the first release with Python 3.11 compatibility. https://github.com/falconry/falcon/releases/tag/3.1.1 I'm cloning this bug to separate the EPEL 8 and EPEL 9 work. It looks like version 3.1.0 deprecating Python 3.6 support was just a warning, not a removal. Version 3.1.1 still has the minimum Python version set at 3.5. https://github.com/falconry/falcon/blob/3.1.1/setup.cfg#L56 Based on this I can probably target falcon 3.1.1 for EPEL 8. FEDORA-EPEL-2023-6534b1f7b2 has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-6534b1f7b2 FEDORA-EPEL-2023-6534b1f7b2 has been pushed to the Fedora EPEL 8 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-6534b1f7b2 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2023-6534b1f7b2 has been pushed to the Fedora EPEL 8 stable repository. If problem still persists, please make note of it in this bug report. |