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:           Fri Aug 15 06:44:41 UTC 2025

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

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

3.13.7

Library

gh-137583: Fix a deadlock introduced in 3.13.6 when a call to ssl.SSLSocket.recv was blocked in one thread, and then another method on the object (such as ssl.SSLSocket.send) was subsequently called 
in another thread.
gh-137044: Return large limit values as positive integers instead of negative integers in resource.getrlimit(). Accept large values and reject negative values (except RLIM_INFINITY) for limits in 
resource.setrlimit().
gh-136914: Fix retrieval of doctest.DocTest.lineno for objects decorated with functools.cache() or functools.cached_property.
gh-131788: Make ResourceTracker.send from multiprocessing re-entrant safe

Documentation

gh-136155: We are now checking for fatal errors in EPUB builds in CI.

Core and Builtins

gh-137400: Fix a crash in the free threading build when disabling profiling or tracing across all threads with PyEval_SetProfileAllThreads() or PyEval_SetTraceAllThreads() or their Python equivalents 
threading.settrace_all_threads() and threading.setprofile_all_threads().


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/py313-html-docs/Makefile \
    pkgsrc/lang/py313-html-docs/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/py313-html-docs/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/python313/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/python313/dist.mk
cvs rdiff -u -r1.11 -r1.12 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.7 pkgsrc/lang/py313-html-docs/Makefile:1.8
--- pkgsrc/lang/py313-html-docs/Makefile:1.7    Thu Aug  7 11:39:16 2025
+++ pkgsrc/lang/py313-html-docs/Makefile        Fri Aug 15 06:44:41 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2025/08/07 11:39:16 adam Exp $
+# $NetBSD: Makefile,v 1.8 2025/08/15 06:44:41 adam Exp $
 
-VERS=          3.13.6
+VERS=          3.13.7
 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.7 pkgsrc/lang/py313-html-docs/distinfo:1.8
--- pkgsrc/lang/py313-html-docs/distinfo:1.7    Thu Aug  7 11:39:16 2025
+++ pkgsrc/lang/py313-html-docs/distinfo        Fri Aug 15 06:44:41 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2025/08/07 11:39:16 adam Exp $
+$NetBSD: distinfo,v 1.8 2025/08/15 06:44:41 adam Exp $
 
-BLAKE2s (python-3.13.6-docs-html.tar.bz2) = e5a7dbbe780883f6926bed685414aecd42fd58021c0534edd3da7cdcf541de1c
-SHA512 (python-3.13.6-docs-html.tar.bz2) = e45089114551cadcb188bab13f95559c33c750e6d2facfb3906c6f133d3e8505e902a72425c9d05d55fc758a192b322a8aa4bf0a69c5f454d368feb4daf70deb
-Size (python-3.13.6-docs-html.tar.bz2) = 10397370 bytes
+BLAKE2s (python-3.13.7-docs-html.tar.bz2) = 8f8004104c03864680750787cd30f367ce68bb7d611fba6fcd4ac6bb8e8a8acb
+SHA512 (python-3.13.7-docs-html.tar.bz2) = 724e1cd7cc64db7efcd872beeded4ba8b9b492ae2706de10372e7fc625fe63fc06dfac5dcbe742e9c8c7643f4ba5bbcadd5178e31b87cb60262cf286aa889cb8
+Size (python-3.13.7-docs-html.tar.bz2) = 10426777 bytes

Index: pkgsrc/lang/py313-html-docs/PLIST
diff -u pkgsrc/lang/py313-html-docs/PLIST:1.4 pkgsrc/lang/py313-html-docs/PLIST:1.5
--- pkgsrc/lang/py313-html-docs/PLIST:1.4       Thu Aug  7 11:39:16 2025
+++ pkgsrc/lang/py313-html-docs/PLIST   Fri Aug 15 06:44:41 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2025/08/07 11:39:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/08/15 06:44:41 adam Exp $
 share/doc/python3.13/.buildinfo
 share/doc/python3.13/404.html
 share/doc/python3.13/_downloads/6dc1f3f4f0e6ca13cb42ddf4d6cbc8af/tzinfo_examples.py
@@ -117,6 +117,7 @@ share/doc/python3.13/_sources/faq/librar
 share/doc/python3.13/_sources/faq/programming.rst.txt
 share/doc/python3.13/_sources/faq/windows.rst.txt
 share/doc/python3.13/_sources/glossary.rst.txt
+share/doc/python3.13/_sources/howto/a-conceptual-overview-of-asyncio.rst.txt
 share/doc/python3.13/_sources/howto/annotations.rst.txt
 share/doc/python3.13/_sources/howto/argparse-optparse.rst.txt
 share/doc/python3.13/_sources/howto/argparse.rst.txt
@@ -684,6 +685,7 @@ share/doc/python3.13/genindex-_.html
 share/doc/python3.13/genindex-all.html
 share/doc/python3.13/genindex.html
 share/doc/python3.13/glossary.html
+share/doc/python3.13/howto/a-conceptual-overview-of-asyncio.html
 share/doc/python3.13/howto/annotations.html
 share/doc/python3.13/howto/argparse-optparse.html
 share/doc/python3.13/howto/argparse.html

Index: pkgsrc/lang/python313/Makefile
diff -u pkgsrc/lang/python313/Makefile:1.23 pkgsrc/lang/python313/Makefile:1.24
--- pkgsrc/lang/python313/Makefile:1.23 Fri Aug  8 11:03:30 2025
+++ pkgsrc/lang/python313/Makefile      Fri Aug 15 06:44:41 2025
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2025/08/08 11:03:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2025/08/15 06:44:41 adam Exp $
 
 .include "dist.mk"
 
 PKGNAME=       python313-${PY_DISTVERSION}
-PKGREVISION=   1
 CATEGORIES=    lang python
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/lang/python313/dist.mk
diff -u pkgsrc/lang/python313/dist.mk:1.7 pkgsrc/lang/python313/dist.mk:1.8
--- pkgsrc/lang/python313/dist.mk:1.7   Thu Aug  7 11:39:16 2025
+++ pkgsrc/lang/python313/dist.mk       Fri Aug 15 06:44:41 2025
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.7 2025/08/07 11:39:16 adam Exp $
+# $NetBSD: dist.mk,v 1.8 2025/08/15 06:44:41 adam Exp $
 
-PY_DISTVERSION=        3.13.6
+PY_DISTVERSION=        3.13.7
 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.11 pkgsrc/lang/python313/distinfo:1.12
--- pkgsrc/lang/python313/distinfo:1.11 Fri Aug  8 11:03:30 2025
+++ pkgsrc/lang/python313/distinfo      Fri Aug 15 06:44:41 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2025/08/08 11:03:30 ryoon Exp $
+$NetBSD: distinfo,v 1.12 2025/08/15 06:44:41 adam Exp $
 
-BLAKE2s (Python-3.13.6.tar.xz) = af238a5346716e02ab8b36c74aa11e3675ff0df03c6cd2341a74193a1978d0f8
-SHA512 (Python-3.13.6.tar.xz) = fca724dbb4f3fed889d0b51c86ee0559c70ee2c7aba1d8b089b08538d82411ec9e6bc9c7a39c1dc4bb4f13b5cf0d9a332f7759412fa540a1940477cb47052316
-Size (Python-3.13.6.tar.xz) = 22761268 bytes
+BLAKE2s (Python-3.13.7.tar.xz) = 3d16617d93957550bf6640c1ec911562480e3189f99b0042992a8386f203b22a
+SHA512 (Python-3.13.7.tar.xz) = 73fa04db860e8b98c204f84d403598fcb802b19bfc8f2675df2fddb6b153b1643daf081746a043f57c8fa71b950a439581aa5204c2bfadb8cfd8864ca4f42f0d
+Size (Python-3.13.7.tar.xz) = 22769492 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