pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang
Module Name: pkgsrc
Committed By: adam
Date: Mon May 11 11:53:45 UTC 2026
Modified Files:
pkgsrc/lang/py314-html-docs: Makefile distinfo
pkgsrc/lang/python314: PLIST dist.mk distinfo
Log Message:
python314 py314-html-docs: updated to 3.14.5
Python 3.14.5
Security
gh-148178: Hardened _remote_debugging by validating remote debug offset tables before using them to size memory reads or interpret remote layouts.
Core and Builtins
gh-146270: Fix a sequential consistency bug in structmember.c.
gh-137293: Fix SystemError when searching ELF Files in sys.remote_exec().
Library
gh-149388: Make asyncio.windows_utils.PipeHandle closing idempotent.
gh-149377: Update bundled pip to 26.1.1
gh-138907: Support RFC 9309 in urllib.robotparser.
gh-148615: Fix pdb to accept standard – end of options separator. Reported by haampie. Patched by Shrey Naithani.
gh-130750: Restore quoting of choices in argparse error messages for improved clarity and consistency with documentation.
gh-141449: Improve tests and documentation for non-function callables as annotate functions.
Tests
gh-149425: Increase time delta in test.test_zipfile.test_core.OtherTests.test_write_without_source_date_epoch
gh-145736: Fix test_tkinter test_configure_values test case backport miss for Tk 9.
macOS
gh-142295: For Python macOS framework builds, update Info.plist files to be more compliant with current Apple guidelines. Original patch contributed by Martinus Verburg.
gh-124111: Update macOS installer to use Tcl/Tk 9.0.3.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/py314-html-docs/Makefile \
pkgsrc/lang/py314-html-docs/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/python314/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/python314/dist.mk
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/python314/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/py314-html-docs/Makefile
diff -u pkgsrc/lang/py314-html-docs/Makefile:1.5 pkgsrc/lang/py314-html-docs/Makefile:1.6
--- pkgsrc/lang/py314-html-docs/Makefile:1.5 Thu Apr 9 07:17:30 2026
+++ pkgsrc/lang/py314-html-docs/Makefile Mon May 11 11:53:45 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2026/04/09 07:17:30 adam Exp $
+# $NetBSD: Makefile,v 1.6 2026/05/11 11:53:45 adam Exp $
-VERS= 3.14.4
+VERS= 3.14.5
DISTNAME= python-${VERS}-docs-html
PKGNAME= py314-html-docs-${VERS}
CATEGORIES= lang python
Index: pkgsrc/lang/py314-html-docs/distinfo
diff -u pkgsrc/lang/py314-html-docs/distinfo:1.5 pkgsrc/lang/py314-html-docs/distinfo:1.6
--- pkgsrc/lang/py314-html-docs/distinfo:1.5 Thu Apr 9 07:17:30 2026
+++ pkgsrc/lang/py314-html-docs/distinfo Mon May 11 11:53:45 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2026/04/09 07:17:30 adam Exp $
+$NetBSD: distinfo,v 1.6 2026/05/11 11:53:45 adam Exp $
-BLAKE2s (python-3.14.4-docs-html.tar.bz2) = a9ea2a0c0d4dc8cc4ace6a5e6c2190bf811683fa753c9b0d3b41047351143fab
-SHA512 (python-3.14.4-docs-html.tar.bz2) = 0f304a7b80f217007b7436d6144178f2c91cb28b8ef984fdc80792d84795bfcd3be4a44b37e96f846e784a98e049337e6a00279db65d8ba29e4ba0b492f6a4fc
-Size (python-3.14.4-docs-html.tar.bz2) = 10964901 bytes
+BLAKE2s (python-3.14.5-docs-html.tar.bz2) = 398bd9e30f8cc1c1ce3aae7300584fd81b5588957f1aa948cf907a61f83b93dc
+SHA512 (python-3.14.5-docs-html.tar.bz2) = 3c0a916e5de9f66e237d05e18d2a5fc9fe1e4b98b79d84e93ba7b95640bb2422f23e6dc1ac22b1cb6df0862fa63492c6716f14a0999f7e32a844a716a872775e
+Size (python-3.14.5-docs-html.tar.bz2) = 10975135 bytes
Index: pkgsrc/lang/python314/PLIST
diff -u pkgsrc/lang/python314/PLIST:1.4 pkgsrc/lang/python314/PLIST:1.5
--- pkgsrc/lang/python314/PLIST:1.4 Thu Apr 9 07:17:29 2026
+++ pkgsrc/lang/python314/PLIST Mon May 11 11:53:45 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2026/04/09 07:17:29 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/05/11 11:53:45 adam Exp $
bin/idle${PY_VER_SUFFIX}
bin/pydoc${PY_VER_SUFFIX}
bin/python${PY_VER_SUFFIX}
@@ -1237,7 +1237,7 @@ lib/python${PY_VER_SUFFIX}/ensurepip/__i
lib/python${PY_VER_SUFFIX}/ensurepip/__main__.py
lib/python${PY_VER_SUFFIX}/ensurepip/__main__.pyc
lib/python${PY_VER_SUFFIX}/ensurepip/__main__.pyo
-lib/python${PY_VER_SUFFIX}/ensurepip/_bundled/pip-26.0.1-py3-none-any.whl
+lib/python${PY_VER_SUFFIX}/ensurepip/_bundled/pip-26.1.1-py3-none-any.whl
lib/python${PY_VER_SUFFIX}/ensurepip/_uninstall.py
lib/python${PY_VER_SUFFIX}/ensurepip/_uninstall.pyc
lib/python${PY_VER_SUFFIX}/ensurepip/_uninstall.pyo
@@ -2249,9 +2249,6 @@ lib/python${PY_VER_SUFFIX}/test/_test_ei
lib/python${PY_VER_SUFFIX}/test/_test_embed_structseq.py
lib/python${PY_VER_SUFFIX}/test/_test_embed_structseq.pyc
lib/python${PY_VER_SUFFIX}/test/_test_embed_structseq.pyo
-lib/python${PY_VER_SUFFIX}/test/_test_gc_fast_cycles.py
-lib/python${PY_VER_SUFFIX}/test/_test_gc_fast_cycles.pyc
-lib/python${PY_VER_SUFFIX}/test/_test_gc_fast_cycles.pyo
lib/python${PY_VER_SUFFIX}/test/_test_monitoring_shutdown.py
lib/python${PY_VER_SUFFIX}/test/_test_monitoring_shutdown.pyc
lib/python${PY_VER_SUFFIX}/test/_test_monitoring_shutdown.pyo
@@ -4618,6 +4615,7 @@ lib/python${PY_VER_SUFFIX}/test/test_jso
lib/python${PY_VER_SUFFIX}/test/test_json/__main__.py
lib/python${PY_VER_SUFFIX}/test/test_json/__main__.pyc
lib/python${PY_VER_SUFFIX}/test/test_json/__main__.pyo
+lib/python${PY_VER_SUFFIX}/test/test_json/json_lines.jsonl
lib/python${PY_VER_SUFFIX}/test/test_json/test_decode.py
lib/python${PY_VER_SUFFIX}/test/test_json/test_decode.pyc
lib/python${PY_VER_SUFFIX}/test/test_json/test_decode.pyo
Index: pkgsrc/lang/python314/dist.mk
diff -u pkgsrc/lang/python314/dist.mk:1.5 pkgsrc/lang/python314/dist.mk:1.6
--- pkgsrc/lang/python314/dist.mk:1.5 Thu Apr 9 07:17:29 2026
+++ pkgsrc/lang/python314/dist.mk Mon May 11 11:53:45 2026
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.5 2026/04/09 07:17:29 adam Exp $
+# $NetBSD: dist.mk,v 1.6 2026/05/11 11:53:45 adam Exp $
-PY_DISTVERSION= 3.14.4
+PY_DISTVERSION= 3.14.5
DISTNAME= Python-${PY_DISTVERSION}
EXTRACT_SUFX= .tar.xz
DISTINFO_FILE= ${.CURDIR}/../../lang/python314/distinfo
Index: pkgsrc/lang/python314/distinfo
diff -u pkgsrc/lang/python314/distinfo:1.8 pkgsrc/lang/python314/distinfo:1.9
--- pkgsrc/lang/python314/distinfo:1.8 Thu Apr 9 07:17:29 2026
+++ pkgsrc/lang/python314/distinfo Mon May 11 11:53:45 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2026/04/09 07:17:29 adam Exp $
+$NetBSD: distinfo,v 1.9 2026/05/11 11:53:45 adam Exp $
-BLAKE2s (Python-3.14.4.tar.xz) = f57efcc502c18888b8e43127c36461e7ce694d52e02a395bdacc2eff88051de4
-SHA512 (Python-3.14.4.tar.xz) = 89a7f8b8a31f48d150badb4751df137d47d9014c9c422649a1a55aef5618aa7f0259dd18c151e6804fa8312c6a21544332a9f630ee81150dc00505637e62bb8c
-Size (Python-3.14.4.tar.xz) = 23855332 bytes
+BLAKE2s (Python-3.14.5.tar.xz) = daa101f9c2a21050c6dcf9cb4a61d147d92e7ab9fb698d79d2b4d7e70311bca8
+SHA512 (Python-3.14.5.tar.xz) = efbaf629703cd004f6b7bc75fb16df794185589adaf8807cd45928f212271045a399df3cd9573e47c8708fb5c5002f9d4efe4e41dde4313b81a3e9d73158769f
+Size (Python-3.14.5.tar.xz) = 23903332 bytes
SHA1 (patch-Include_pymacro.h) = 7611315fefc305a48b4965f2f2b9bee53ae3d987
SHA1 (patch-Lib_ctypes_util.py) = 3dec1b6b7a36e46cbfa0dfcd71c5e7fac9f60764
SHA1 (patch-Lib_sysconfig_____init____.py) = 76a35b78b098978209f9bcc0e5357d439f281c6b
Home |
Main Index |
Thread Index |
Old Index