Bug 2026768
Summary: | python-jsonrpc-server fails to build with Python 3.11: AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tomáš Hrnčiar <thrnciar> |
Component: | python-jsonrpc-server | Assignee: | Mukundan Ragavan <nonamedotc> |
Status: | CLOSED DEFERRED | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 36 | CC: | hugovk+redhatbugzilla, mhroncok, nonamedotc, thrnciar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-02-10 08:54:22 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2016048 |
Description
Tomáš Hrnčiar
2021-11-25 18:57:08 UTC
Updating the bundled versioneer should fix this. I think this can be retired. Only consumer that I know of is python-language-server which is unmaintained upstream. $ dnf repoquery --whatrequires python3-jsonrpc-server Last metadata expiration check: 2:08:34 ago on Sun 16 Jan 2022 08:19:25 AM CST. python3-language-server-0:0.36.2-6.fc35.noarch 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 (or retire the package). Upstream issue: https://github.com/palantir/python-jsonrpc-server/issues/56 |