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:           Thu Jun 12 11:06:14 UTC 2025

Modified Files:
        pkgsrc/lang/py313-html-docs: Makefile distinfo
        pkgsrc/lang/python313: PLIST dist.mk distinfo

Log Message:
python313 py313-html-docs: updated to 3.13.5

Python 3.13.5

Windows

gh-135151: Avoid distributing modified pyconfig.h in the traditional installer. Extension module builds must always specify Py_GIL_DISABLED when targeting the free-threaded runtime.

Tests

gh-135120: Add test.support.subTests().

Library

gh-133967: Do not normalize locale name ‘C.UTF-8’ to ‘en_US.UTF-8’.
gh-135326: Restore support of integer-like objects with __index__() in random.getrandbits().
gh-135321: Raise a correct exception for values greater than 0x7fffffff for the BINSTRING opcode in the C implementation of pickle.
gh-135276: Backported bugfixes in zipfile.Path from zipp 3.23. Fixed .name, .stem and other basename-based properties on Windows when working with a zipfile on disk.
gh-134151: email: Fix TypeError in email.utils.decode_params() when sorting RFC 2231 continuations that contain an unnumbered section.
gh-134152: email: Fix parsing of email message ID with invalid domain.
gh-127081: Fix libc thread safety issues with os by replacing getlogin with getlogin_r re-entrant version.
gh-131884: Fix formatting issues in json.dump() when both indent and skipkeys are used.

Core and Builtins

gh-135171: Roll back changes to generator and list comprehensions that went into 3.13.4 to fix gh-127682, but which involved semantic and bytecode changes not appropriate for a bugfix release.

C API

gh-134989: Fix Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE macros in the limited C API 3.11 and older: don’t treat Py_None, Py_True and Py_False as immortal. Patch by Victor Stinner.
gh-134989: Implement PyObject_DelAttr() and PyObject_DelAttrString() as macros in the limited C API 3.12 and older. Patch by Victor Stinner.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/py313-html-docs/Makefile \
    pkgsrc/lang/py313-html-docs/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/python313/PLIST \
    pkgsrc/lang/python313/dist.mk
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/python313/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/py313-html-docs/Makefile
diff -u pkgsrc/lang/py313-html-docs/Makefile:1.5 pkgsrc/lang/py313-html-docs/Makefile:1.6
--- pkgsrc/lang/py313-html-docs/Makefile:1.5    Wed Jun  4 14:15:56 2025
+++ pkgsrc/lang/py313-html-docs/Makefile        Thu Jun 12 11:06:14 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2025/06/04 14:15:56 adam Exp $
+# $NetBSD: Makefile,v 1.6 2025/06/12 11:06:14 adam Exp $
 
-VERS=          3.13.4
+VERS=          3.13.5
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py313-html-docs-${VERS}
 CATEGORIES=    lang python
Index: pkgsrc/lang/py313-html-docs/distinfo
diff -u pkgsrc/lang/py313-html-docs/distinfo:1.5 pkgsrc/lang/py313-html-docs/distinfo:1.6
--- pkgsrc/lang/py313-html-docs/distinfo:1.5    Wed Jun  4 14:15:56 2025
+++ pkgsrc/lang/py313-html-docs/distinfo        Thu Jun 12 11:06:14 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/06/04 14:15:56 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/06/12 11:06:14 adam Exp $
 
-BLAKE2s (python-3.13.4-docs-html.tar.bz2) = e0d569221c6353586c956dfec1f4bee01da442ea1d4fd1e75b751bb33b143a24
-SHA512 (python-3.13.4-docs-html.tar.bz2) = 2dc53e6d42ec68b8d226be4ee6dd9c580998e0b64c772ee7f13c50b159f0a7d00eb379b300d5e718cc1389a75763689b82e661b4e3b93069d1cbede849e1da3c
-Size (python-3.13.4-docs-html.tar.bz2) = 10370149 bytes
+BLAKE2s (python-3.13.5-docs-html.tar.bz2) = fa1e3b48e0aef0cd92dd8b13444d856dd4e67b691144a272682e1983034abadc
+SHA512 (python-3.13.5-docs-html.tar.bz2) = 639ecac6b342ee7b62968a60d4c7815a0fc59320cf206202148fc0494f46ba690e39b684b311be5c75e1eedd34e1300053a3aa5e5d585ea6159539d9fe542781
+Size (python-3.13.5-docs-html.tar.bz2) = 10372550 bytes

Index: pkgsrc/lang/python313/PLIST
diff -u pkgsrc/lang/python313/PLIST:1.5 pkgsrc/lang/python313/PLIST:1.6
--- pkgsrc/lang/python313/PLIST:1.5     Wed Jun  4 14:15:56 2025
+++ pkgsrc/lang/python313/PLIST Thu Jun 12 11:06:14 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2025/06/04 14:15:56 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/06/12 11:06:14 adam Exp $
 bin/idle${PY_VER_SUFFIX}
 bin/pydoc${PY_VER_SUFFIX}
 bin/python${PY_VER_SUFFIX}
@@ -5721,8 +5721,7 @@ lib/python${PY_VER_SUFFIX}/test/typingan
 lib/python${PY_VER_SUFFIX}/test/typinganndata/mod_generics_cache.py
 lib/python${PY_VER_SUFFIX}/test/typinganndata/mod_generics_cache.pyc
 lib/python${PY_VER_SUFFIX}/test/typinganndata/mod_generics_cache.pyo
-lib/python${PY_VER_SUFFIX}/test/wheeldata/setuptools-67.6.1-py3-none-any.whl
-lib/python${PY_VER_SUFFIX}/test/wheeldata/wheel-0.43.0-py3-none-any.whl
+lib/python${PY_VER_SUFFIX}/test/wheeldata/setuptools-79.0.1-py3-none-any.whl
 lib/python${PY_VER_SUFFIX}/test/win_console_handler.py
 lib/python${PY_VER_SUFFIX}/test/win_console_handler.pyc
 lib/python${PY_VER_SUFFIX}/test/win_console_handler.pyo
Index: pkgsrc/lang/python313/dist.mk
diff -u pkgsrc/lang/python313/dist.mk:1.5 pkgsrc/lang/python313/dist.mk:1.6
--- pkgsrc/lang/python313/dist.mk:1.5   Wed Jun  4 14:15:56 2025
+++ pkgsrc/lang/python313/dist.mk       Thu Jun 12 11:06:14 2025
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.5 2025/06/04 14:15:56 adam Exp $
+# $NetBSD: dist.mk,v 1.6 2025/06/12 11:06:14 adam Exp $
 
-PY_DISTVERSION=        3.13.4
+PY_DISTVERSION=        3.13.5
 DISTNAME=      Python-${PY_DISTVERSION}
 EXTRACT_SUFX=  .tar.xz
 DISTINFO_FILE= ${.CURDIR}/../../lang/python313/distinfo

Index: pkgsrc/lang/python313/distinfo
diff -u pkgsrc/lang/python313/distinfo:1.8 pkgsrc/lang/python313/distinfo:1.9
--- pkgsrc/lang/python313/distinfo:1.8  Wed Jun  4 14:15:56 2025
+++ pkgsrc/lang/python313/distinfo      Thu Jun 12 11:06:14 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2025/06/04 14:15:56 adam Exp $
+$NetBSD: distinfo,v 1.9 2025/06/12 11:06:14 adam Exp $
 
-BLAKE2s (Python-3.13.4.tar.xz) = bf164de655129c42e6b4acfaf4ed8422e45981d642d7390fb9ef1e6c0b0c6975
-SHA512 (Python-3.13.4.tar.xz) = 91454bb4d04c192721d2df980a806858bd8aadb5cef92159c2844cc33e92b0386b1b33d5cfff0f69d449e9f978a5f67f6032155f7b1425ff38e36477637c0c68
-Size (Python-3.13.4.tar.xz) = 22672472 bytes
+BLAKE2s (Python-3.13.5.tar.xz) = 0f66095eab8776aab95ee9bb137f56151e9105cbb990056ae295bf1a98cc3d83
+SHA512 (Python-3.13.5.tar.xz) = 2a058072e87b614b204bd1321b2bfa9c4b6614dbd5ded98dc0ee51c0d6b81504f902b7c003ad14295b371a37918f6975dc37d5a9c836dd9c30f8b086e4759193
+Size (Python-3.13.5.tar.xz) = 22856016 bytes
 SHA1 (patch-Include_pymacro.h) = 7611315fefc305a48b4965f2f2b9bee53ae3d987
 SHA1 (patch-Lib_ctypes_util.py) = 3dec1b6b7a36e46cbfa0dfcd71c5e7fac9f60764
 SHA1 (patch-Lib_sysconfig_____init____.py) = 6c151d3dca0367cbb38c1175b9dba894509cf1a4



Home | Main Index | Thread Index | Old Index