Looks like configparser.SafeConfigParser is no more in Python 3.12 as tested on F39: centpkg-0.8.1-2.fc39.noarch $ centpkg Traceback (most recent call last): File "/usr/bin/centpkg", line 19, in <module> main() File "/usr/lib/python3.12/site-packages/centpkg/__main__.py", line 57, in main config = ConfigParser.SafeConfigParser() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
FEDORA-2023-bb66e99978 has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2023-bb66e99978
FEDORA-2023-bb66e99978 has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2023-95e21a8e6e has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-95e21a8e6e
Thanks for the report. I've proposed a fix upstream, and included the same change in the package via a patch. https://git.centos.org/centos/centpkg/pull-request/92 Please test the F39 bodhi update and provide karma if you're able.
Nice, thanks! Works fine now for cloning, I'm going to build some packages next week and will test the rest of the functionality.
FEDORA-2023-95e21a8e6e has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-95e21a8e6e` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-95e21a8e6e See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2023-95e21a8e6e has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report.