pkgsrc-WIP-changes archive

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

py-distlib: Update to 0.3.4



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Dec 12 13:49:46 2021 +0900
Changeset:	90918e5591db2e98440469c6f8cdec1740c0547b

Modified Files:
	py-distlib/Makefile
	py-distlib/PLIST
	py-distlib/distinfo

Log Message:
py-distlib: Update to 0.3.4

* database
  * Fixed 153: Raise warnings in get_distributions() if bad metadata seen,
    but keep going.
* markers
  * Fixed 154: Determine Python versions correctly for Python >= 3.10.
* scripts
  * Updated launcher executables.

Code relating to support for Python 2.6 was also removed.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=90918e5591db2e98440469c6f8cdec1740c0547b

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

diffstat:
 py-distlib/Makefile |  2 +-
 py-distlib/PLIST    | 16 ----------------
 py-distlib/distinfo |  6 +++---
 3 files changed, 4 insertions(+), 20 deletions(-)

diffs:
diff --git a/py-distlib/Makefile b/py-distlib/Makefile
index b89c9eabb8..a783f36896 100644
--- a/py-distlib/Makefile
+++ b/py-distlib/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	distlib-0.3.3
+DISTNAME=	distlib-0.3.4
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=d/distlib/}
diff --git a/py-distlib/PLIST b/py-distlib/PLIST
index 13f0a25da6..1fe05b93df 100644
--- a/py-distlib/PLIST
+++ b/py-distlib/PLIST
@@ -3,22 +3,6 @@ ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/distlib/__init__.py
 ${PYSITELIB}/distlib/__init__.pyc
 ${PYSITELIB}/distlib/__init__.pyo
-${PYSITELIB}/distlib/_backport/__init__.py
-${PYSITELIB}/distlib/_backport/__init__.pyc
-${PYSITELIB}/distlib/_backport/__init__.pyo
-${PYSITELIB}/distlib/_backport/misc.py
-${PYSITELIB}/distlib/_backport/misc.pyc
-${PYSITELIB}/distlib/_backport/misc.pyo
-${PYSITELIB}/distlib/_backport/shutil.py
-${PYSITELIB}/distlib/_backport/shutil.pyc
-${PYSITELIB}/distlib/_backport/shutil.pyo
-${PYSITELIB}/distlib/_backport/sysconfig.cfg
-${PYSITELIB}/distlib/_backport/sysconfig.py
-${PYSITELIB}/distlib/_backport/sysconfig.pyc
-${PYSITELIB}/distlib/_backport/sysconfig.pyo
-${PYSITELIB}/distlib/_backport/tarfile.py
-${PYSITELIB}/distlib/_backport/tarfile.pyc
-${PYSITELIB}/distlib/_backport/tarfile.pyo
 ${PYSITELIB}/distlib/compat.py
 ${PYSITELIB}/distlib/compat.pyc
 ${PYSITELIB}/distlib/compat.pyo
diff --git a/py-distlib/distinfo b/py-distlib/distinfo
index 0a08f0bc83..48951c9f45 100644
--- a/py-distlib/distinfo
+++ b/py-distlib/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (distlib-0.3.3.zip) = c702fd5e4a23987685f2ae2958e90f7ce53a77ad
-SHA512 (distlib-0.3.3.zip) = 834ed7314b2c3aecaaa833a275aac9ae72feb27e62c4e712b30bb5ac526bd38d18756d51ca8c95015953dac7f0cfd7e60382c0a7bdf330d8a01602ccb7344f0d
-Size (distlib-0.3.3.zip) = 743791 bytes
+BLAKE2s (distlib-0.3.4.zip) = 1a35df02452c170c13a743bda2aeb0a26118fb8ea612b0e2ce288f543cdabff0
+SHA512 (distlib-0.3.4.zip) = 87b5c151517a8043a4d714b561cc0758bd3209b71baf9dcd573a853bd036c54ac2359809b5e2d65cdeee3488757fdc63a2b1abb15e7e189bd601cde1fc85648c
+Size (distlib-0.3.4.zip) = 631981 bytes


Home | Main Index | Thread Index | Old Index