python-grabbit fails to build with Python 3.11.0a2. Traceback (most recent call last): File "/builddir/build/BUILD/grabbit-0.2.6/setup.py", line 10, in <module> VERSION=versioneer.get_version() ^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/grabbit-0.2.6/versioneer.py", line 1480, in get_version return get_versions()["version"] ^^^^^^^^^^^^^^ File "/builddir/build/BUILD/grabbit-0.2.6/versioneer.py", line 1412, in get_versions cfg = get_config_from_root(root) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/grabbit-0.2.6/versioneer.py", line 342, in get_config_from_root parser = configparser.SafeConfigParser() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'? Removed from the configparser module: the SafeConfigParser class, the filename property of the ParsingError class, the readfp() method of the ConfigParser class, deprecated since Python 3.2. (Contributed by Hugo van Kemenade in bpo-45173.) https://bugs.python.org/issue45173 https://docs.python.org/3.11/whatsnew/3.11.html For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.11/fedora-rawhide-x86_64/02986845-python-grabbit/ For all our attempts to build python-grabbit with Python 3.11, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.11/package/python-grabbit/ 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.11: https://copr.fedorainfracloud.org/coprs/g/python/python3.11/ Let us know here if you have any questions. Python 3.11 is planned to be included in Fedora 37. To make that update smoother, we're building Fedora packages with all pre-releases of Python 3.11. 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.
Updating the bundled versioneer should fix this.
(In reply to Miro Hrončok from comment #1) > Updating the bundled versioneer should fix this. Thanks; it does, and I sent a PR upstream.
FEDORA-2021-e46453d331 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2021-e46453d331
FEDORA-2021-e46453d331 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report.
Ben's upstream PR https://github.com/grabbles/grabbit/pull/93 has been merged.