chore(deps): update dependency versioneer to v0.29 #25
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.26
->==0.29
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
python-versioneer/python-versioneer (versioneer)
v0.29
Compare Source
Release Notes
This release allows for
pyproject.toml
-only build systems to allow versioneer to findthe project root, despite an absense of a
setup.py
. Provides some error message supportwhen the pyproject.toml is malformed. Finally we added basic type-hinting to the project,
which should help users of type-checking systems ensure correct code when vendoring.
With thanks to Dimitri Papadopoulos Orfanos, Mike Taves, '@gamecss' and '@GCS-ZHN' for contributions.
What's Changed
pyproject.toml
is malformed. by @GCS-ZHN (#361)setup.py
to work around a github dependency graph bug. by @mwtwoes. (#360)pyproject.toml
as project root (to supportPDM
). by @gamecss (#371)https
for the unlicense url. by @DimitriPapadopoulos (#356)Full Changelog: python-versioneer/python-versioneer@0.28...0.29
v0.28
Compare Source
Release Notes
This release adds official support for Python 3.11, including using the built-in tomllib instead of the third-party tomli, when available.
What's Changed
Full Changelog: python-versioneer/python-versioneer@0.27...0.28
v0.27
Compare Source
Release Notes
This release fixes a bug with non-isolated builds of Versioneer and for packages that provide their own
sdist
command.With thanks to Dimitri Papadopoulos and Michal Gorny for contributions.
What's Changed
_egg_info
and_sdist
by @DimitriPapadopoulos (#342)endswith
checks by @DimitriPapadopoulos (#337)Full Changelog: python-versioneer/python-versioneer@0.26...0.27
Configuration
📅 Schedule: Branch creation - "every weekday" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.