Please branch and build python-typeguard in epel10. This is currently blocked on typing-extensions (runtime dep) and mypy, which is BuildRequired for actual tests. I leave it up to you if you want to drop the mypy dependency or keep it, I don't care either way. Thanks.
I’m happy to branch and build this once dependencies are available. Once typing-extensions are ready, I think it’s reasonable to conditionalize the mypy tests until mypy is available in EPEL10.
So it turns out that python3-typing-extensions-4.9.0-5.el10 is in the base OS for EL10. This is a little too old for the current release of python-typeguard, 4.3.0, which requires typing-extensions at least 4.10.0. That dependency was introduced in order to support Python 3.13[1], which isn’t in EL10, so it’s reasonable to loosen this slightly to 4.9.0. With that change, plus conditionalizing the mypy tests, I think I can ship this in EPEL10 now. [1] https://github.com/agronholm/typeguard/commit/6647e5db5308a57e4a424f4f4836025053566225
(I don’t want to ship 4.2.1 when I can patch 4.3.0, because Python 3.13 support was not the only thing in the release: https://github.com/agronholm/typeguard/releases/tag/4.3.0)
Sounds like a good plan. Thank you!
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-dcd6e6dfee
Thank You!