Bug 2019059 - python-constantly fails to build with Python 3.11: AttributeError: module 'configparser' has no attribute 'SafeConfigParser'.
Summary: python-constantly fails to build with Python 3.11: AttributeError: module 'c...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-constantly
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Robert-André Mauchin 🐧
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F36FTBFS PYTHON3.11
TreeView+ depends on / blocked
 
Reported: 2021-11-01 14:35 UTC by Tomáš Hrnčiar
Modified: 2021-12-18 02:01 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-12-18 02:01:30 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tomáš Hrnčiar 2021-11-01 14:35:36 UTC
python-constantly fails to build with Python 3.11.0a1.

Traceback (most recent call last):
  File "/builddir/build/BUILD/constantly-15.1.0/setup.py", line 41, in <module>
    version=versioneer.get_version(),
            ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/builddir/build/BUILD/constantly-15.1.0/versioneer.py", line 1405, in get_version
    return get_versions()["version"]
           ^^^^^^^^^^^^^^
  File "/builddir/build/BUILD/constantly-15.1.0/versioneer.py", line 1339, in get_versions
    cfg = get_config_from_root(root)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/builddir/build/BUILD/constantly-15.1.0/versioneer.py", line 399, 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://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/02909879-python-constantly/

For all our attempts to build python-constantly with Python 3.11, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.11/package/python-constantly/

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 already included in Fedora 35. 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.

Comment 1 Miro Hrončok 2021-12-01 13:01:10 UTC
Updating the bundled versioneer should fix this.

Comment 2 Robert-André Mauchin 🐧 2021-12-18 02:01:30 UTC
Tested against https://copr.fedorainfracloud.org/coprs/g/python/python3.11/


Note You need to log in before you can comment on or make changes to this bug.