pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-setuptools_scm



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Oct 13 12:11:12 UTC 2022

Modified Files:
        pkgsrc/devel/py-setuptools_scm: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/py-setuptools_scm/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-setuptools_scm/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-setuptools_scm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-setuptools_scm/Makefile
diff -u pkgsrc/devel/py-setuptools_scm/Makefile:1.31 pkgsrc/devel/py-setuptools_scm/Makefile:1.32
--- pkgsrc/devel/py-setuptools_scm/Makefile:1.31        Wed Jan 19 12:58:43 2022
+++ pkgsrc/devel/py-setuptools_scm/Makefile     Thu Oct 13 12:11:12 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2022/01/19 12:58:43 adam Exp $
+# $NetBSD: Makefile,v 1.32 2022/10/13 12:11:12 adam Exp $
 
-DISTNAME=      setuptools_scm-6.4.2
+DISTNAME=      setuptools_scm-7.0.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools_scm/}

Index: pkgsrc/devel/py-setuptools_scm/PLIST
diff -u pkgsrc/devel/py-setuptools_scm/PLIST:1.7 pkgsrc/devel/py-setuptools_scm/PLIST:1.8
--- pkgsrc/devel/py-setuptools_scm/PLIST:1.7    Wed Jan 19 12:58:43 2022
+++ pkgsrc/devel/py-setuptools_scm/PLIST        Thu Oct 13 12:11:12 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2022/01/19 12:58:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/10/13 12:11:12 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -12,9 +12,21 @@ ${PYSITELIB}/setuptools_scm/__init__.pyo
 ${PYSITELIB}/setuptools_scm/__main__.py
 ${PYSITELIB}/setuptools_scm/__main__.pyc
 ${PYSITELIB}/setuptools_scm/__main__.pyo
+${PYSITELIB}/setuptools_scm/_cli.py
+${PYSITELIB}/setuptools_scm/_cli.pyc
+${PYSITELIB}/setuptools_scm/_cli.pyo
 ${PYSITELIB}/setuptools_scm/_entrypoints.py
 ${PYSITELIB}/setuptools_scm/_entrypoints.pyc
 ${PYSITELIB}/setuptools_scm/_entrypoints.pyo
+${PYSITELIB}/setuptools_scm/_integration/__init__.py
+${PYSITELIB}/setuptools_scm/_integration/__init__.pyc
+${PYSITELIB}/setuptools_scm/_integration/__init__.pyo
+${PYSITELIB}/setuptools_scm/_integration/pyproject_reading.py
+${PYSITELIB}/setuptools_scm/_integration/pyproject_reading.pyc
+${PYSITELIB}/setuptools_scm/_integration/pyproject_reading.pyo
+${PYSITELIB}/setuptools_scm/_integration/setuptools.py
+${PYSITELIB}/setuptools_scm/_integration/setuptools.pyc
+${PYSITELIB}/setuptools_scm/_integration/setuptools.pyo
 ${PYSITELIB}/setuptools_scm/_overrides.py
 ${PYSITELIB}/setuptools_scm/_overrides.pyc
 ${PYSITELIB}/setuptools_scm/_overrides.pyo

Index: pkgsrc/devel/py-setuptools_scm/distinfo
diff -u pkgsrc/devel/py-setuptools_scm/distinfo:1.30 pkgsrc/devel/py-setuptools_scm/distinfo:1.31
--- pkgsrc/devel/py-setuptools_scm/distinfo:1.30        Wed Jan 19 12:58:43 2022
+++ pkgsrc/devel/py-setuptools_scm/distinfo     Thu Oct 13 12:11:12 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2022/01/19 12:58:43 adam Exp $
+$NetBSD: distinfo,v 1.31 2022/10/13 12:11:12 adam Exp $
 
-BLAKE2s (setuptools_scm-6.4.2.tar.gz) = fec2d70cf0466ca63284e29efaeb61070d656ce58a162e4513089ca4c1f01d12
-SHA512 (setuptools_scm-6.4.2.tar.gz) = 224dfe543e8658e7d8b7272d18eb657fac1774a206d079d65bb6e22bfa68b35e618a31b3671418d095f8b7b492339ea18491a1711be3a87eeecf50c6703a4096
-Size (setuptools_scm-6.4.2.tar.gz) = 61305 bytes
+BLAKE2s (setuptools_scm-7.0.5.tar.gz) = f92f8c5f6c64c559504c821ab9739be2e077f1a4c4200073f97ae56d9bb8d1b0
+SHA512 (setuptools_scm-7.0.5.tar.gz) = 5b3420f0aaa0dd1655afb0fdcedc3738b75dbb9d8205e0ad67555c251d330a0d3620a7297cfdcfabbc7386a8acf43fe73fa7f3b17e2d156495fd8b2ab7d1c985
+Size (setuptools_scm-7.0.5.tar.gz) = 70716 bytes



Home | Main Index | Thread Index | Old Index