python-versioneer

version-string management for VCS-controlled trees

UNLICENSE License

Downloads
989.4K
Stars
1.1K
Committers
69

Bot releases are hidden (Show)

python-versioneer - 0.29 Latest Release

Published by Callek over 1 year ago

Release Notes

This release allows for pyproject.toml-only build systems to allow versioneer to find
the project root, despite an absense of a setup.py. Provides some error message support
when 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

  • FIX: Add error output when pyproject.toml is malformed. by @GCS-ZHN (#361)
  • FIX: Add name to setup.py to work around a github dependency graph bug. by @mwtwoes. (#360)
  • ENH: Add basic type information throughout project. by @Callek (#365 and #367)
  • ENH: Detect pyproject.toml as project root (to support PDM). by @gamecss (#371)
  • MNT: Overwrite version file instead of delete/unlink. by @DimitriPapadopoulos (#353)
  • MNT: Use https for the unlicense url. by @DimitriPapadopoulos (#356)
  • MNT: Removal of CJM as maintainer. by @effigies (#359)
  • MNT: Prepare release 0.29. by @Callek (#373)
  • CI: Use 3.11 release (not rc). by @DimitriPapadopoulos (#355)

Full Changelog: https://github.com/python-versioneer/python-versioneer/compare/0.28...0.29

python-versioneer - 0.28

Published by effigies almost 2 years ago

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: https://github.com/python-versioneer/python-versioneer/compare/0.27...0.28

python-versioneer - 0.27

Published by effigies almost 2 years ago

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

  • FIX: Always bootstrap in setup.py to avoid incompatibility with old versioneer by @mgorny (#344)
  • FIX: Mixup between _egg_info and _sdist by @DimitriPapadopoulos (#342)
  • STY: Merge endswith checks by @DimitriPapadopoulos (#337)
  • STY: Useless inheritance from object by @DimitriPapadopoulos (#336)
  • CI: python-version should be a string, not a float by @DimitriPapadopoulos (#340)
  • CI: Automatically update GitHub Actions in the future by @DimitriPapadopoulos (#341)

Full Changelog: https://github.com/python-versioneer/python-versioneer/compare/0.26...0.27

python-versioneer - 0.24

Published by effigies about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/python-versioneer/python-versioneer/compare/0.23...0.24

python-versioneer - 0.23

Published by effigies about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/python-versioneer/python-versioneer/compare/0.22...0.23

Package Rankings
Top 4.07% on Alpine-v3.18
Top 8.14% on Alpine-edge
Top 11.44% on Conda-forge.org
Top 1.35% on Pypi.org
Top 33.35% on Anaconda.org
Top 9.49% on Spack.io
Top 8.6% on Alpine-v3.17
Badges
Extracted from project README
Latest Version Build Status
Related Projects