mom fails to build with Python 3.11.0a2. ====================================================================== ERROR: testMultiplePolicies (GeneralTests.ConfigTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/mom-0.6.1/tests/GeneralTests.py", line 109, in testMultiplePolicies config = configparser.SafeConfigParser() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'configparser' has no attribute 'SafeConfigParser' ====================================================================== ERROR: testMultiplePolicies (GeneralTests.GeneralTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/mom-0.6.1/tests/GeneralTests.py", line 60, in setUp self.mom_instance = start_mom() ^^^^^^^^^^^ File "/builddir/build/BUILD/mom-0.6.1/tests/GeneralTests.py", line 38, in start_mom config = configparser.SafeConfigParser() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'configparser' has no attribute 'SafeConfigParser' ====================================================================== ERROR: testPolicyAPI (GeneralTests.GeneralTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/mom-0.6.1/tests/GeneralTests.py", line 60, in setUp self.mom_instance = start_mom() ^^^^^^^^^^^ File "/builddir/build/BUILD/mom-0.6.1/tests/GeneralTests.py", line 38, in start_mom config = configparser.SafeConfigParser() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'configparser' has no attribute 'SafeConfigParser' ====================================================================== ERROR: testQuery (GeneralTests.GeneralTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/mom-0.6.1/tests/GeneralTests.py", line 60, in setUp self.mom_instance = start_mom() ^^^^^^^^^^^ File "/builddir/build/BUILD/mom-0.6.1/tests/GeneralTests.py", line 38, in start_mom config = configparser.SafeConfigParser() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'configparser' has no attribute 'SafeConfigParser' ---------------------------------------------------------------------- Ran 38 tests in 0.077s FAILED (errors=4) 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/02982053-mom/ For all our attempts to build mom with Python 3.11, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.11/package/mom/ 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.
This bug appears to have been reported against 'rawhide' during the Fedora 36 development cycle. Changing version to 36.
Changes in configparser module were reverted in Python 3.11 and will be part of Python 3.12, thus I am closing this bugzilla. However, I highly encourage you to work with the upstream to fix it so we won't have to deal with it next year.