Skip to content
New issue

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

Update versioneer to stop using deprecated distutils module. #91

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

sebastic
Copy link
Contributor

versioneer.py still uses the deprecated distutils which will be removed in Python 3.12.

From What’s New In Python 3.10:

The entire distutils package is deprecated, to be removed in Python 3.12. Its functionality for specifying package builds has already been completely replaced by third-party packages setuptools and packaging, and most other commonly used APIs are available elsewhere in the standard library (such as platform, shutil, subprocess or sysconfig). There are no plans to migrate any other functionality from distutils, and applications that are using other functions should plan to make private copies of the code. Refer to PEP 632 for discussion.

versioneer is upgraded to 0.28 to resolve this.

@coveralls
Copy link

Coverage Status

Coverage: 94.675%. Remained the same when pulling 7c535f2 on sebastic:no-distuils into e1919f4 on pytroll:main.

@coveralls
Copy link

Coverage Status

Coverage: ?%. Remained the same when pulling 7c535f2 on sebastic:no-distuils into e1919f4 on pytroll:main.

@djhoese djhoese merged commit 1f591bc into pytroll:main Feb 21, 2023
@sebastic sebastic deleted the no-distuils branch February 21, 2023 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants