pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-python-discovery



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul 16 11:29:14 UTC 2026

Modified Files:
        pkgsrc/lang/py-python-discovery: Makefile distinfo

Log Message:
py-python-discovery: updated to 1.4.4

Bug fixes - 1.4.4

- Parse the debug build flag in interpreter specs - ``python3.13d`` and Debian's ``python3.13-dbg`` /
  ``python3.13-debug`` now select a ``Py_DEBUG`` interpreter instead of being misread as an ISA named ``dbg``.
  Resolving a virtualenv to its base interpreter also checks the free-threaded and debug ABI flags, so a debug or
  free-threaded environment no longer resolves to a release build of the same version


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/py-python-discovery/Makefile \
    pkgsrc/lang/py-python-discovery/distinfo

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

Modified files:

Index: pkgsrc/lang/py-python-discovery/Makefile
diff -u pkgsrc/lang/py-python-discovery/Makefile:1.8 pkgsrc/lang/py-python-discovery/Makefile:1.9
--- pkgsrc/lang/py-python-discovery/Makefile:1.8        Sat Jun 13 06:34:14 2026
+++ pkgsrc/lang/py-python-discovery/Makefile    Thu Jul 16 11:29:14 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2026/06/13 06:34:14 adam Exp $
+# $NetBSD: Makefile,v 1.9 2026/07/16 11:29:14 adam Exp $
 
-DISTNAME=      python_discovery-1.4.2
+DISTNAME=      python_discovery-1.4.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-discovery/}
Index: pkgsrc/lang/py-python-discovery/distinfo
diff -u pkgsrc/lang/py-python-discovery/distinfo:1.8 pkgsrc/lang/py-python-discovery/distinfo:1.9
--- pkgsrc/lang/py-python-discovery/distinfo:1.8        Sat Jun 13 06:34:14 2026
+++ pkgsrc/lang/py-python-discovery/distinfo    Thu Jul 16 11:29:14 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2026/06/13 06:34:14 adam Exp $
+$NetBSD: distinfo,v 1.9 2026/07/16 11:29:14 adam Exp $
 
-BLAKE2s (python_discovery-1.4.2.tar.gz) = 09a16b135d3e3601a752429d0f9e575ee44db5e135a5bd1795da781413c066ea
-SHA512 (python_discovery-1.4.2.tar.gz) = 5dc2964d2ca3df494ec6eaeea64fa931aeb10dc81a9e628b981dbd47ab6c940430089b93abd9dcd7443e2ae2bb184b5170d9c6087b4e3c25d1b40e7840d938e7
-Size (python_discovery-1.4.2.tar.gz) = 70277 bytes
+BLAKE2s (python_discovery-1.4.4.tar.gz) = 327180acad3206f706074319c9e6d440a412481b15607d9e79ece14da4690009
+SHA512 (python_discovery-1.4.4.tar.gz) = 508d2c4d29272b66ef8ccf1a0b35f1c5967ea5848a92eade610e13d58e8927cb12f6c7049e6b035f8319d12541a997117fac10d2cfd10047f4ee76ccfa7b5680
+Size (python_discovery-1.4.4.tar.gz) = 72212 bytes



Home | Main Index | Thread Index | Old Index