Bug 2246282
Summary: | python-virtualenv-clone fails to build with Python 3.13: AssertionError: All versions were skipped. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Karolina Surma <ksurma> |
Component: | python-virtualenv-clone | Assignee: | Fedora Infrastructure SIG <infra-sig> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | infra-sig, ksurma, mhroncok, tadej.j |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-10-30 17:44:12 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: | 2244836 |
Description
Karolina Surma
2023-10-26 07:24:38 UTC
Upstream code has a tendency to fail this way with new Pythons. This patch only adds Python 3.11 and 3.12: https://src.fedoraproject.org/rpms/python-virtualenv-clone/blob/rawhide/f/allow-python3.11-and-3.12.patch I've opened "Instead of updating the patch, extend the list of Python versions dynamically" PR almost 4 months ago, no response either downstream or upstream: https://src.fedoraproject.org/rpms/python-virtualenv-clone/pull-request/5 and https://github.com/edwardgeorge/virtualenv-clone/pull/76 Fedora Infrastructure SIG, could you please review that PR and get it in? PR merged. |