forget
forget copied to clipboard
Bump versioneer from 0.21 to 0.24
Bumps versioneer from 0.21 to 0.24.
Release notes
Sourced from versioneer's releases.
0.24
What's Changed
- MNT: Relicense to Unlicense by
@effigies
in python-versioneer/python-versioneer#317- ENH: in verbose mode do not hide stderr of git rev-parse by
@yarikoptic
in python-versioneer/python-versioneer#318- DOC: clarify upgrading to 0.23 doesn't require special actions by
@sappelhoff
in python-versioneer/python-versioneer#321- ENH: Prepare for py2exe dropping distutils support by
@effigies
in python-versioneer/python-versioneer#319- ENH: Allow versioneer to be used as a module in PEP-518 mode by
@effigies
in python-versioneer/python-versioneer#294New Contributors
@sappelhoff
made their first contribution in python-versioneer/python-versioneer#321Full Changelog: https://github.com/python-versioneer/python-versioneer/compare/0.23...0.24
0.23
What's Changed
- MNT: Drop 3.6 support, remove old hacks by
@effigies
in python-versioneer/python-versioneer#288- Clarify license as CC0-1.0 by
@BastianZim
in python-versioneer/python-versioneer#292- MNT: Drop distutils by
@effigies
in python-versioneer/python-versioneer#289- FIX: Restore py_modules field to setup.py by
@effigies
in python-versioneer/python-versioneer#293- Update URL of tox by
@DimitriPapadopoulos
in python-versioneer/python-versioneer#295- CI: Update Windows image to latest by
@effigies
in python-versioneer/python-versioneer#290- FIX: skip version update on
build_ext
if .py does not exist by@mgorny
in python-versioneer/python-versioneer#297- FIX: old GIT (<1.7.2) does not know about
--count
flag by@foxtran
in python-versioneer/python-versioneer#306- FIX: Use only numeric versions in Git, ignore other tags with the same prefix by
@effigies
in python-versioneer/python-versioneer#256- Undefined name: VersioneerBadRootError on line 51 by
@cclauss
in python-versioneer/python-versioneer#305- MNT: Disable editable installs of versioneer (they will not work) by
@effigies
in python-versioneer/python-versioneer#307- FIX: Handle missing tag_prefix gracefully by
@effigies
in python-versioneer/python-versioneer#308- ENH: Patch versioneer files into manifest at runtime by
@effigies
in python-versioneer/python-versioneer#309- CI: Update gh-actions PLATFORM variable to avoid double-testing by
@effigies
in python-versioneer/python-versioneer#311- Adequate custom
build_py
command to changes in setuptools v64 by@abravalheri
in python-versioneer/python-versioneer#313- Appease flake8 by
@simaoafonso-pwt
in python-versioneer/python-versioneer#312New Contributors
@BastianZim
made their first contribution in python-versioneer/python-versioneer#292@mgorny
made their first contribution in python-versioneer/python-versioneer#297@foxtran
made their first contribution in python-versioneer/python-versioneer#306@cclauss
made their first contribution in python-versioneer/python-versioneer#305@abravalheri
made their first contribution in python-versioneer/python-versioneer#313@simaoafonso-pwt
made their first contribution in python-versioneer/python-versioneer#312Full Changelog: https://github.com/python-versioneer/python-versioneer/compare/0.22...0.23
Changelog
Sourced from versioneer's changelog.
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.
- MNT: Relicense to Unlicense by
@effigies
(#317)- ENH: in verbose mode do not hide stderr of git rev-parse by
@yarikoptic
(#318)- DOC: clarify upgrading to 0.23 doesn't require special actions by
@sappelhoff
(#321)- ENH: Prepare for py2exe dropping distutils support by
@effigies
(#319)- ENH: Allow versioneer to be used as a module in PEP-518 mode by
@effigies
(#294)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)- STY: Appease flake8 by
@simaoafonso-pwt
(#312)- MNT: Drop 3.6 support, remove old hacks by
@effigies
(#288)- MNT: Clarify license as CC0-1.0 by
@BastianZim
(#292)- MNT: Drop distutils by
@effigies
(#289)- MNT: Disable editable installs of versioneer (they will not work) by
@effigies
(#307)- CI: Update gh-actions PLATFORM variable to avoid double-testing by
@effigies
(#311)Release 0.22 (07-Mar-2022)
This release fixes failures in Windows related to different handling of asterisk characters depending on the shell and the presence of a prefix.
This release explicitly has been tested on Python 3.10 and is the final release that will support Python 3.6 or distutils.
With thanks to John Wodder, Mathijs van der Vlies and Christian Schulze for their contributions.
... (truncated)
Commits
96b4a0f
REL: 0.2499d6220
DOC: Update NEWS and UPGRADING for 0.247c6b639
Merge pull request #294 from effigies/enh/pep518-modebde6417
Merge pull request #319 from effigies/mnt/py2exe-post-distutilsf30484e
Merge pull request #321 from sappelhoff/patch-1f146288
clarify upgrading to 0.23 doesn't require special actions388190f
ENH: Prepare for py2exe dropping distutils support0337a75
TEST: Add comment to explain mysterious pyproject editb789427
DOC: Update installation instructionsaceedf5
TEST: Add test for python -m build to cover PEP-518 case- 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)