Path to this page:
Subject: CVS commit: pkgsrc/devel/py-setuptools_scm
From: Adam Ciarcinski
Date: 2022-10-13 14:11:12
Message id: 20221013121112.BF4C6FA90@cvs.NetBSD.org
Log Message:
py-setuptools_scm: updated to 7.0.5
v7.0.5
=======
* correctly hande accidentally released archival files
v7.0.4
=======
* correctly handle incomplete archivals from setuptools_scm_git_archival
* correctly handle specifying root in pyproject.toml
* correct root override check condition (to ensure absolute path matching)
* allow root by the cli to be considered relative to the cli (using abspath)
v7.0.3
=======
* fix mercurial usage when pip primes a isolated environment
* fix regression for branch names on git + add a test
v7.0.2
=======
* remove bootstrap dependencies
* bugfix: ensure we read the distribution name from setup.cfg
if needed even for pyproject
v7.0.1
=======
* Avoid `ModuleNotFoundError` by requiring importlib_metadata in python < 3.8
v7.0.0
=======
* drop python 3.6 support
* include git archival support
* support git version detection even when git protects against mistmatched owners
Files: