aiomysql
aiomysql copied to clipboard
Update build-system requirements of setuptools-scm to >= 7.0.5
What do these changes do?
Updates setuptools-scm >= 7.0.5 to remove setuptools-scm-git-archive. Supersedes https://github.com/aio-libs/aiomysql/pull/872 to try to get it over the finish line.
Related issue number
https://github.com/aio-libs/aiomysql/issues/809 https://github.com/pypa/setuptools_scm/issues/745
Checklist
- [ ] I think the code is well written
- [ ] Unit tests for the changes exist
- [ ] Documentation reflects the changes
- [ ] Add a new news fragment into the
CHANGES
folder- name it
<issue_id>.<type>
(e.g.588.bugfix
) - if you don't have an
issue_id
change it to the pr id after creating the PR - ensure type is one of the following:
-
.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.
-
- Make sure to use full sentences with correct case and punctuation, for example:
Fix issue with non-ascii contents in doctest text files.
- name it
Codecov Report
Merging #955 (fee997d) into master (83aa96e) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #955 +/- ##
=======================================
Coverage 93.68% 93.68%
=======================================
Files 36 36
Lines 5538 5538
Branches 895 895
=======================================
Hits 5188 5188
Misses 260 260
Partials 90 90
Flags with carried forward coverage won't be shown. Click here to find out more.
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more