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 requirement from <0.18 to <0.27 #337

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 7, 2022

Updates the requirements on versioneer to permit the latest version.

Changelog

Sourced from versioneer's changelog.

Release 0.26 (6-Sep-2022)

This release adds support for configuring versioneer through pyproject.toml and removes itself from the list of explicit build requirements, which caused problems with --no-binary installations.

Release 0.25 (2-Sep-2022)

This release makes minor changes to the metadata, ensures tests run correctly from sdist packages, and uses non-vendored versioneer to version itself.

With thanks to Simão Afonso for contributions.

Release 0.24 (30-Aug-2022)

This release adds support for a non-vendored use of Versioneer.

With thanks to Stefan Appelhoff and Yaroslav Halchenko for contributions.

Release 0.23 (12-Aug-2022)

This release adds support for Setuptools' PEP-660 editable installations, drops support for Python 3.6, and supports startlingly old git versions.

With thanks to Biastian Zim, Michał Górny, Igor S. Gerasimov, Christian Clauss, Anderson Bravalheri and Simão Afonso for contributions.

  • FIX: Adequate custom build_py command to changes in setuptools v64 by @​abravalheri (#313)
  • FIX: skip version update on build_ext if .py does not exist by @​mgorny (#297)
  • FIX: old GIT (<1.7.2) does not know about --count flag by @​foxtran (#306)
  • FIX: Use only numeric versions in Git, ignore other tags with the same prefix by @​effigies (#256)
  • FIX: Handle missing tag_prefix gracefully by @​effigies (#308)
  • FIX: Restore py_modules field to setup.py by @​effigies (#293)
  • ENH: Patch versioneer files into manifest at runtime by @​effigies (#309)
  • STY: Undefined name: VersioneerBadRootError on line 51 by @​cclauss (#305)

... (truncated)

Commits
  • 922f0d9 REL: 0.26
  • 9a4627a Merge pull request #334 from effigies/fix/remove-self-require
  • 2aa9279 CI: Add bootstrap job to check for gh-333
  • 15e6bb0 FIX: Remove versioneer from build-system.requires
  • ddb7682 Merge pull request #330 from effigies/pyproject-cfg
  • dc6402f DOC: Update docs to demonstrate usage of pyproject.toml
  • 5d62222 ENH: Try to load configuration from pyproject.toml, then setup.cfg
  • 11da301 TEST: Use demoapp-pyproject to test pyproject configuration as well
  • 97c1ddb MNT: Require tomli for [toml] extra
  • 25dbb40 REL: 0.25
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 7, 2022
@dependabot dependabot bot requested a review from grzanka September 7, 2022 05:25
@dependabot dependabot bot force-pushed the dependabot/pip/versioneer-lt-0.27 branch 3 times, most recently from f20fee5 to f9a1200 Compare September 13, 2022 20:44
Updates the requirements on [versioneer](https://github.com/python-versioneer/python-versioneer) to permit the latest version.
- [Release notes](https://github.com/python-versioneer/python-versioneer/releases)
- [Changelog](https://github.com/python-versioneer/python-versioneer/blob/master/NEWS.md)
- [Commits](python-versioneer/python-versioneer@0.1...0.26)

---
updated-dependencies:
- dependency-name: versioneer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/versioneer-lt-0.27 branch from f9a1200 to 45ba41d Compare September 13, 2022 20:47
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 20, 2022

Superseded by #340.

@dependabot dependabot bot closed this Oct 20, 2022
@dependabot dependabot bot deleted the dependabot/pip/versioneer-lt-0.27 branch October 20, 2022 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants