Subject: CVS commit: pkgsrc/devel/py-versioneer
From: Adam Ciarcinski
Date: 2023-07-24 06:55:34
Message id: 20230724045534.D3BEEFBDB@cvs.NetBSD.org

Log Message:
py-versioneer: updated to 0.29

0.29

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.

What's Changed

FIX: Add error output when pyproject.toml is malformed.
FIX: Add name to setup.py to work around a github dependency graph bug.
ENH: Add basic type information throughout project.
ENH: Detect pyproject.toml as project root (to support PDM).
MNT: Overwrite version file instead of delete/unlink.
MNT: Use https for the unlicense url.
MNT: Removal of CJM as maintainer.
MNT: Prepare release 0.29.
CI: Use 3.11 release (not rc).

Files:
RevisionActionfile
1.2modifypkgsrc/devel/py-versioneer/Makefile
1.2modifypkgsrc/devel/py-versioneer/distinfo