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 Dec 5 07:50:40 UTC 2024
Modified Files:
pkgsrc/lang/py310-html-docs: Makefile distinfo
pkgsrc/lang/python310: Makefile dist.mk distinfo
Log Message:
python310 py310-html-docs: updated to 3.10.16
Python 3.10.16
Tests
gh-125041: Re-enable skipped tests for zlib on the s390x architecture: only skip checks of the compressed bytes, which can be different between zlib’s software implementation and the
hardware-accelerated implementation.
gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode. Use a longer key: FIPS mode requires at least of at least 112 bits. The previous key was only 32 bits. Patch by Victor Stinner.
Security
gh-126623: Upgrade libexpat to 2.6.4
gh-122792: Changed IPv4-mapped ipaddress.IPv6Address to consistently use the mapped IPv4 address value for deciding properties. Properties which have their behavior fixed are is_multicast,
is_reserved, is_link_local, is_global, and is_unspecified.
Library
gh-124651: Properly quote template strings in venv activation scripts.
gh-103848: Add checks to ensure that [ bracketed ] hosts found by urllib.parse.urlsplit() are of IPv6 or IPvFuture format.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/py310-html-docs/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/py310-html-docs/distinfo
cvs rdiff -u -r1.37 -r1.38 pkgsrc/lang/python310/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/python310/dist.mk
cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/python310/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/py310-html-docs/Makefile
diff -u pkgsrc/lang/py310-html-docs/Makefile:1.16 pkgsrc/lang/py310-html-docs/Makefile:1.17
--- pkgsrc/lang/py310-html-docs/Makefile:1.16 Mon Sep 9 15:49:35 2024
+++ pkgsrc/lang/py310-html-docs/Makefile Thu Dec 5 07:50:40 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2024/09/09 15:49:35 adam Exp $
+# $NetBSD: Makefile,v 1.17 2024/12/05 07:50:40 adam Exp $
-VERS= 3.10.15
+VERS= 3.10.16
DISTNAME= python-${VERS}-docs-html
PKGNAME= py310-html-docs-${VERS}
CATEGORIES= lang python
Index: pkgsrc/lang/py310-html-docs/distinfo
diff -u pkgsrc/lang/py310-html-docs/distinfo:1.18 pkgsrc/lang/py310-html-docs/distinfo:1.19
--- pkgsrc/lang/py310-html-docs/distinfo:1.18 Mon Sep 9 15:49:35 2024
+++ pkgsrc/lang/py310-html-docs/distinfo Thu Dec 5 07:50:40 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2024/09/09 15:49:35 adam Exp $
+$NetBSD: distinfo,v 1.19 2024/12/05 07:50:40 adam Exp $
-BLAKE2s (python-3.10.15-docs-html.tar.bz2) = b8483ca85263593b7f31aaf89891cd9d3c8b2b8e90f1206ec386e4344372e2ab
-SHA512 (python-3.10.15-docs-html.tar.bz2) = 7056b2e9d3672b79aee26f994fd1e5168860452ec783f37cdc604dc25d3df297a9c43bda43add03a36aec85dbd1875d0c9b8eaec0fd75b809fd3811a977b69a0
-Size (python-3.10.15-docs-html.tar.bz2) = 7452520 bytes
+BLAKE2s (python-3.10.16-docs-html.tar.bz2) = 5f8e8931cfd5289995befd79fe198dcf328c1ee325b9807524b45f97cbb69d12
+SHA512 (python-3.10.16-docs-html.tar.bz2) = 91f6f9cf1fee2bfe29404701394715bfebfd66339a4b95f530b9eef856257aaef69652908c24b150f9ac6cb5a71eea203c7bc18d94c17661e155979300f597ce
+Size (python-3.10.16-docs-html.tar.bz2) = 7425105 bytes
Index: pkgsrc/lang/python310/Makefile
diff -u pkgsrc/lang/python310/Makefile:1.37 pkgsrc/lang/python310/Makefile:1.38
--- pkgsrc/lang/python310/Makefile:1.37 Thu Nov 14 22:20:31 2024
+++ pkgsrc/lang/python310/Makefile Thu Dec 5 07:50:40 2024
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.37 2024/11/14 22:20:31 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2024/12/05 07:50:40 adam Exp $
-PKGREVISION= 3
.include "dist.mk"
PKGNAME= python310-${PY_DISTVERSION}
Index: pkgsrc/lang/python310/dist.mk
diff -u pkgsrc/lang/python310/dist.mk:1.16 pkgsrc/lang/python310/dist.mk:1.17
--- pkgsrc/lang/python310/dist.mk:1.16 Mon Sep 9 15:49:35 2024
+++ pkgsrc/lang/python310/dist.mk Thu Dec 5 07:50:40 2024
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.16 2024/09/09 15:49:35 adam Exp $
+# $NetBSD: dist.mk,v 1.17 2024/12/05 07:50:40 adam Exp $
-PY_DISTVERSION= 3.10.15
+PY_DISTVERSION= 3.10.16
DISTNAME= Python-${PY_DISTVERSION}
EXTRACT_SUFX= .tar.xz
DISTINFO_FILE= ${.CURDIR}/../../lang/python310/distinfo
Index: pkgsrc/lang/python310/distinfo
diff -u pkgsrc/lang/python310/distinfo:1.31 pkgsrc/lang/python310/distinfo:1.32
--- pkgsrc/lang/python310/distinfo:1.31 Mon Sep 9 15:49:35 2024
+++ pkgsrc/lang/python310/distinfo Thu Dec 5 07:50:40 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.31 2024/09/09 15:49:35 adam Exp $
+$NetBSD: distinfo,v 1.32 2024/12/05 07:50:40 adam Exp $
-BLAKE2s (Python-3.10.15.tar.xz) = 1bd5d15078be5b0ef3a88bee1a5f04092427dd9a55641be2dffe40a54858c87d
-SHA512 (Python-3.10.15.tar.xz) = 3c0396b2dae1521315a9b5ce9ad4ab6ede385447922fceb00ea3df75bfd79cb547b9380e936d83c9c1b964e38e16d70e34aec39f4c292853a032407bb6a58063
-Size (Python-3.10.15.tar.xz) = 19596540 bytes
+BLAKE2s (Python-3.10.16.tar.xz) = 96d81a350a5970f9b2e06965b8f40889e9eb55b3d040a12616bfb635f40dcedb
+SHA512 (Python-3.10.16.tar.xz) = a6b004974db93f21590f00b9b1a569dfd8c3e334f8c6a8eb8997dec5646fa4515cfc02a7dabea9e4f75f908938dc64333ce4899b9a26aff97f9ffcb027fa2bca
+Size (Python-3.10.16.tar.xz) = 19610392 bytes
SHA1 (patch-Lib_ctypes_util.py) = 3dec1b6b7a36e46cbfa0dfcd71c5e7fac9f60764
SHA1 (patch-Lib_distutils_unixccompiler.py) = 8a91e8f4f86517a62408c3a10ed5eb50c4091fbf
SHA1 (patch-Lib_lib2to3_pgen2_driver.py) = 593c4e93c5653ab400f0a98b91db92630c0a7390
Home |
Main Index |
Thread Index |
Old Index