We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replacing it by a more recent version fixes it. But you might also consider migrating to another versioning tool and PEP517 build system.
[ 15s] + /usr/bin/python3.12 setup.py build '--executable=/usr/bin/python3.12 -s' [ 15s] /home/abuild/rpmbuild/BUILD/pydata-google-auth-1.8.2/versioneer.py:433: SyntaxWarning: invalid escape sequence '\s' [ 15s] ] = ''' [ 16s] Traceback (most recent call last): [ 16s] File "/home/abuild/rpmbuild/BUILD/pydata-google-auth-1.8.2/setup.py", line 29, in <module> [ 16s] version=versioneer.get_version(), [ 16s] ^^^^^^^^^^^^^^^^^^^^^^^^ [ 16s] File "/home/abuild/rpmbuild/BUILD/pydata-google-auth-1.8.2/versioneer.py", line 1525, in get_version [ 16s] return get_versions()["version"] [ 16s] ^^^^^^^^^^^^^^ [ 16s] File "/home/abuild/rpmbuild/BUILD/pydata-google-auth-1.8.2/versioneer.py", line 1452, in get_versions [ 16s] cfg = get_config_from_root(root) [ 16s] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 16s] File "/home/abuild/rpmbuild/BUILD/pydata-google-auth-1.8.2/versioneer.py", line 347, in get_config_from_root [ 16s] parser = configparser.SafeConfigParser() [ 16s] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 16s] AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'? [ 16s] error: Bad exit status from /var/tmp/rpm-tmp.mxBgip (%build)
The text was updated successfully, but these errors were encountered:
Thanks for the report!
I'm not super satisfied with versioneer, either. I've used https://github.com/googleapis/release-please/tree/main?tab=readme-ov-file#setting-up-release-please in other repos.
Do you have any other recommendations?
Sorry, something went wrong.
I've fixed this in #77 but will keep this open to investigate a migration to a tool like https://github.com/googleapis/release-please
No branches or pull requests
Replacing it by a more recent version fixes it. But you might also consider migrating to another versioning tool and PEP517 build system.
The text was updated successfully, but these errors were encountered: