python-crypto fails to build with Python 3.13.0a1. src/_fastmath.c:146:27: error: implicit declaration of function ‘_PyLong_New’ [-Werror=implicit-function-declaration] 146 | PyLongObject *l = _PyLong_New (size); | ^~~~~~~~~~~ https://docs.python.org/3.13/whatsnew/3.13.html This function has been removed from Python 3.13. The detailed list of the removed private C API functions can be found here: https://github.com/python/cpython/issues/106320 For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.13/fedora-rawhide-x86_64/06546771-python-crypto/ For all our attempts to build python-crypto with Python 3.13, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.13/package/python-crypto/ 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.13: https://copr.fedorainfracloud.org/coprs/g/python/python3.13/ Let us know here if you have any questions. Python 3.13 is planned to be included in Fedora 41. To make that update smoother, we're building Fedora packages with all pre-releases of Python 3.13. 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.
FEDORA-2023-0f017a0985 has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2023-0f017a0985
FEDORA-2023-0f017a0985 has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report.