Bug 2189489
| Summary: | python-wcmatch fails to build with Python 3.12: AttributeError: module 'pathlib' has no attribute '_posix_flavour' | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomáš Hrnčiar <thrnciar> |
| Component: | python-wcmatch | Assignee: | Parag Nemade <pnemade> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | maxwell, mhroncok, pnemade, thrnciar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-wcmatch-8.4.1-3.fc39 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-07-06 03:18:10 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: | 2135404, 2220560 | ||
FEDORA-2023-57e01b701e has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-57e01b701e FEDORA-2023-57e01b701e has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. |
python-wcmatch fails to build with Python 3.12.0a7. _____________________ ERROR collecting tests/test_glob.py ______________________ tests/test_glob.py:14: in <module> from wcmatch import pathlib wcmatch/pathlib.py:218: in <module> class PurePosixPath(PurePath): wcmatch/pathlib.py:221: in PurePosixPath _flavour = pathlib._posix_flavour # type: ignore[attr-defined] E AttributeError: module 'pathlib' has no attribute '_posix_flavour' ____________________ ERROR collecting tests/test_pathlib.py ____________________ tests/test_pathlib.py:6: in <module> from wcmatch import pathlib, glob, _wcparse wcmatch/pathlib.py:218: in <module> class PurePosixPath(PurePath): wcmatch/pathlib.py:221: in PurePosixPath _flavour = pathlib._posix_flavour # type: ignore[attr-defined] E AttributeError: module 'pathlib' has no attribute '_posix_flavour' =========================== short test summary info ============================ ERROR tests/test_glob.py - AttributeError: module 'pathlib' has no attribute ... ERROR tests/test_pathlib.py - AttributeError: module 'pathlib' has no attribu... !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 2 errors in 0.29s =============================== https://github.com/python/cpython/commit/a68e585c8b7b27323f67905868467ce0588a1dae https://docs.python.org/3.12/whatsnew/3.12.html For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.12/fedora-rawhide-x86_64/05841215-python-wcmatch/ For all our attempts to build python-wcmatch with Python 3.12, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.12/package/python-wcmatch/ Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.12: https://copr.fedorainfracloud.org/coprs/g/python/python3.12/ Let us know here if you have any questions. Python 3.12 is planned to be included in Fedora 39. To make that update smoother, we're building Fedora packages with all pre-releases of Python 3.12. A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon. We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.