Bug 2366201
Summary: | python-typeguard fails to build with Python 3.14: AssertionError: assert 'str | int' == 'Union[str, int]' and more | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Karolina Surma <ksurma> |
Component: | python-typeguard | Assignee: | Ben Beasley <code> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | code, davide, epel-packagers-sig, ksurma, mhroncok, michel |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | --- | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2025-06-04 11:49:28 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: | 2322407 |
Description
Karolina Surma
2025-05-14 08:51:41 UTC
These are a bit more gnarly than I want to try to patch, but upstream is now aware (https://github.com/agronholm/typeguard/issues/522), and based on past experience I expect they will get around to doing the necessary work before this becomes a serious problem for us. As noted in https://github.com/agronholm/typeguard/issues/522#issuecomment-2939727278, I updated to a *very recent* snapshot and am now able to build this for Python 3.14. Now building in the f43-python side tag as https://koji.fedoraproject.org/koji/taskinfo?taskID=133543829. |