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:           Sat Jun 13 06:34:14 UTC 2026

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

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

Bug fixes - 1.4.2
- Stop executable symlink resolution once the stdlib landmark is reachable and keep macOS framework builds untouched,
  matching ``getpath`` - Homebrew interpreters no longer get version-pinned ``Cellar`` paths recorded and stable
  aliases such as Debian's ``/usr/bin/python3`` are preserved

Bug fixes - 1.4.1
- Resolve executable-only symlinks when computing ``system_executable``, mirroring CPython's ``getpath.realpath``
  (python/cpython115237): a symlink to the interpreter binary now resolves to the real interpreter, while a fully
  symlinked interpreter tree is kept as-is


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/lang/py-python-discovery/Makefile:1.8
--- pkgsrc/lang/py-python-discovery/Makefile:1.7        Thu May 28 04:02:57 2026
+++ pkgsrc/lang/py-python-discovery/Makefile    Sat Jun 13 06:34:14 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2026/05/28 04:02:57 adam Exp $
+# $NetBSD: Makefile,v 1.8 2026/06/13 06:34:14 adam Exp $
 
-DISTNAME=      python_discovery-1.4.0
+DISTNAME=      python_discovery-1.4.2
 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.7 pkgsrc/lang/py-python-discovery/distinfo:1.8
--- pkgsrc/lang/py-python-discovery/distinfo:1.7        Thu May 28 04:02:57 2026
+++ pkgsrc/lang/py-python-discovery/distinfo    Sat Jun 13 06:34:14 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2026/05/28 04:02:57 adam Exp $
+$NetBSD: distinfo,v 1.8 2026/06/13 06:34:14 adam Exp $
 
-BLAKE2s (python_discovery-1.4.0.tar.gz) = 89eaf318a3d4a8106863592a5f113ff78739a33c394101bca916b4e9de3ae778
-SHA512 (python_discovery-1.4.0.tar.gz) = 689aa141e7d1dd5c00ea474836a248b71c13abbc72780f21f6cb1be1b0e202a1c88b53a1f0dd3e8949134fe5b8892298884b9348a2b7209d7bba8f2ab9d0466e
-Size (python_discovery-1.4.0.tar.gz) = 68455 bytes
+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



Home | Main Index | Thread Index | Old Index