pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-distlib
Module Name: pkgsrc
Committed By: adam
Date: Mon Jul 17 14:58:09 UTC 2023
Modified Files:
pkgsrc/devel/py-distlib: Makefile distinfo
Log Message:
py-distlib: updated to 0.3.7
0.3.7
- database
- Handle newlines when parsing metadata.
- markers
- Use version comparison logic for python_full_version. Thanks to Albert
Peschar for the patch.
- Simplify code with a set comprehension. Thanks to Christian Clauss for
the patch.
- scripts
- Fix shebang computation for source builds of Python. Thanks to Eli
Schwartz for the patch.
- util
- Extract tarfiles more safely by incorporating tarfile filters. Thanks to
Petr Viktorin for the patch.
- Check for 'has_cert' attribute before using it. Thanks to Lumir Balhar for
the patch.
- Fix: Handle parsing of export entries to allow script names such as
"," or ",foo". Thanks to Flavio Amurrio for the report.
- versions
- Fix: Improve conformance to PEP440. Thanks to GitHub user con-f-use
for the report.
In addition to the above, an SPDX license identifier is now used.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-distlib/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-distlib/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-distlib/Makefile
diff -u pkgsrc/devel/py-distlib/Makefile:1.5 pkgsrc/devel/py-distlib/Makefile:1.6
--- pkgsrc/devel/py-distlib/Makefile:1.5 Tue Jun 6 12:41:12 2023
+++ pkgsrc/devel/py-distlib/Makefile Mon Jul 17 14:58:09 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2023/06/06 12:41:12 riastradh Exp $
+# $NetBSD: Makefile,v 1.6 2023/07/17 14:58:09 adam Exp $
-DISTNAME= distlib-0.3.6
+DISTNAME= distlib-0.3.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/distlib/}
Index: pkgsrc/devel/py-distlib/distinfo
diff -u pkgsrc/devel/py-distlib/distinfo:1.3 pkgsrc/devel/py-distlib/distinfo:1.4
--- pkgsrc/devel/py-distlib/distinfo:1.3 Sat Aug 27 08:27:02 2022
+++ pkgsrc/devel/py-distlib/distinfo Mon Jul 17 14:58:09 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2022/08/27 08:27:02 adam Exp $
+$NetBSD: distinfo,v 1.4 2023/07/17 14:58:09 adam Exp $
-BLAKE2s (distlib-0.3.6.tar.gz) = 8c1766021d68288054a50cc26f418fbbc330c8d57d49c0fb188a075db6e2173d
-SHA512 (distlib-0.3.6.tar.gz) = 27f3a59f9175a92befb9a65a66cd0b8eb65185dab6fa13ef94e85ca69c2bc1b7281ce1522601034007cb98677ba9237a46224df4adc70ed966db7e131e073636
-Size (distlib-0.3.6.tar.gz) = 607879 bytes
+BLAKE2s (distlib-0.3.7.tar.gz) = 7491ae433bade421337b151d0c50656d6ccb6aa6232c79165579efd58d0bcea4
+SHA512 (distlib-0.3.7.tar.gz) = 3e321d2de3316e810bf7dceefe7ba05ac100eac1d98425c1fbac01d7eec921f3ec6d75abfa7cf507bab9622ca9e94d4aaa8b3a2dbe5c065d40ffd2b8657b4753
+Size (distlib-0.3.7.tar.gz) = 609479 bytes
Home |
Main Index |
Thread Index |
Old Index