-
Notifications
You must be signed in to change notification settings - Fork 259
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 build-system requirements of setuptools-scm to >= 7.0.5 #872
base: master
Are you sure you want to change the base?
Conversation
pyproject.toml: Increase the build-system requirements of setuptools-scm to >= 7.0.5, which obsoletes setuptools-scm-git-archive. Issues around the use of setuptools-scm as discussed in aio-libs#809 and pypa/setuptools-scm#745 have been fixed in pypa/setuptools-scm@b7c0d0d and relesed with https://github.com/pypa/setuptools_scm/releases/tag/v7.0.5
CHANGES.txt: Add changelog entry about udpates to build-system requirements.
Codecov Report
@@ Coverage Diff @@
## master #872 +/- ##
=======================================
Coverage 93.64% 93.64%
=======================================
Files 36 36
Lines 5538 5538
Branches 895 895
=======================================
Hits 5186 5186
Misses 262 262
Partials 90 90
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@Nothing4You since you seem to be the most active recently, could you have a look and merge this please? :) |
thanks for the PR, I'll get to it soonish |
@Nothing4You anything more I can do? Is the change okay this way? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is missing updates to .git_archival.txt
that the new version relies on.
pyproject.toml:
Increase the build-system requirements of setuptools-scm to >= 7.0.5, which obsoletes setuptools-scm-git-archive.
Issues around the use of setuptools-scm as discussed in #809 and pypa/setuptools-scm#745
have been fixed in
pypa/setuptools-scm@b7c0d0d and relesed with
https://github.com/pypa/setuptools_scm/releases/tag/v7.0.5
What do these changes do?
Increase the build-system requirements of setuptools-scm to >= 7.0.5, which obsoletes setuptools-scm-git-archive.
Are there changes in behavior for the user?
setuptools-scm-git-archive is no longer required during build time.
Related issue number
#809
pypa/setuptools-scm#745
Checklist
CHANGES
folder<issue_id>.<type>
(e.g.588.bugfix
)issue_id
change it to the pr id after creating the PR.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.Fix issue with non-ascii contents in doctest text files.