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:51:12 UTC 2024

Modified Files:
        pkgsrc/lang/py311-html-docs: Makefile distinfo
        pkgsrc/lang/python311: Makefile dist.mk distinfo

Log Message:
python311 py311-html-docs: updated to 3.11.11

Python 3.11.11

Tools/Demos

gh-123418: Update GitHub CI workflows to use OpenSSL 3.0.15 and multissltests to use 3.0.15, 3.1.7, and 3.2.3.

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.

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.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/py311-html-docs/Makefile \
    pkgsrc/lang/py311-html-docs/distinfo
cvs rdiff -u -r1.34 -r1.35 pkgsrc/lang/python311/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/python311/dist.mk
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/python311/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/py311-html-docs/Makefile
diff -u pkgsrc/lang/py311-html-docs/Makefile:1.11 pkgsrc/lang/py311-html-docs/Makefile:1.12
--- pkgsrc/lang/py311-html-docs/Makefile:1.11   Mon Sep  9 15:50:30 2024
+++ pkgsrc/lang/py311-html-docs/Makefile        Thu Dec  5 07:51:12 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2024/09/09 15:50:30 adam Exp $
+# $NetBSD: Makefile,v 1.12 2024/12/05 07:51:12 adam Exp $
 
-VERS=          3.11.10
+VERS=          3.11.11
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py311-html-docs-${VERS}
 CATEGORIES=    lang python
Index: pkgsrc/lang/py311-html-docs/distinfo
diff -u pkgsrc/lang/py311-html-docs/distinfo:1.11 pkgsrc/lang/py311-html-docs/distinfo:1.12
--- pkgsrc/lang/py311-html-docs/distinfo:1.11   Mon Sep  9 15:50:30 2024
+++ pkgsrc/lang/py311-html-docs/distinfo        Thu Dec  5 07:51:12 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2024/09/09 15:50:30 adam Exp $
+$NetBSD: distinfo,v 1.12 2024/12/05 07:51:12 adam Exp $
 
-BLAKE2s (python-3.11.10-docs-html.tar.bz2) = 6c5ad4585fe85ca18d353a0e3a32083e569f2730cb325e14f5d76f7fd237738f
-SHA512 (python-3.11.10-docs-html.tar.bz2) = a14e18d3641d4379144ead7341536c781a94e9f15c9b53b2647a7c7c4cd15211963564fb2519e756b79db9234f555ede2442a678d6b4f27de6f7fb0b2993c266
-Size (python-3.11.10-docs-html.tar.bz2) = 7988162 bytes
+BLAKE2s (python-3.11.11-docs-html.tar.bz2) = 0abf1f01914ae7f026fe100f664e64e09c28c88a379f7cdaafea734a7198f8f2
+SHA512 (python-3.11.11-docs-html.tar.bz2) = 34f355c999a93d60226f269b51bb3499e248b316dc80413a42089a29bfbaacdc830647f68e4c0758a729424a61486564a843524905d5f0fbfdf914f346c3c474
+Size (python-3.11.11-docs-html.tar.bz2) = 7983082 bytes

Index: pkgsrc/lang/python311/Makefile
diff -u pkgsrc/lang/python311/Makefile:1.34 pkgsrc/lang/python311/Makefile:1.35
--- pkgsrc/lang/python311/Makefile:1.34 Thu Nov 14 22:20:31 2024
+++ pkgsrc/lang/python311/Makefile      Thu Dec  5 07:51:12 2024
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.34 2024/11/14 22:20:31 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2024/12/05 07:51:12 adam Exp $
 
-PKGREVISION= 3
 .include "dist.mk"
 
 PKGNAME=       python311-${PY_DISTVERSION}

Index: pkgsrc/lang/python311/dist.mk
diff -u pkgsrc/lang/python311/dist.mk:1.11 pkgsrc/lang/python311/dist.mk:1.12
--- pkgsrc/lang/python311/dist.mk:1.11  Mon Sep  9 15:50:30 2024
+++ pkgsrc/lang/python311/dist.mk       Thu Dec  5 07:51:12 2024
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.11 2024/09/09 15:50:30 adam Exp $
+# $NetBSD: dist.mk,v 1.12 2024/12/05 07:51:12 adam Exp $
 
-PY_DISTVERSION=        3.11.10
+PY_DISTVERSION=        3.11.11
 DISTNAME=      Python-${PY_DISTVERSION}
 EXTRACT_SUFX=  .tar.xz
 DISTINFO_FILE= ${.CURDIR}/../../lang/python311/distinfo

Index: pkgsrc/lang/python311/distinfo
diff -u pkgsrc/lang/python311/distinfo:1.19 pkgsrc/lang/python311/distinfo:1.20
--- pkgsrc/lang/python311/distinfo:1.19 Mon Sep  9 15:50:30 2024
+++ pkgsrc/lang/python311/distinfo      Thu Dec  5 07:51:12 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2024/09/09 15:50:30 adam Exp $
+$NetBSD: distinfo,v 1.20 2024/12/05 07:51:12 adam Exp $
 
-BLAKE2s (Python-3.11.10.tar.xz) = 1539954063c7182dca6fc6e4a426f18d5ee0516f1fa6263f1333b0c6faa32eae
-SHA512 (Python-3.11.10.tar.xz) = 6ce77cced1ce90bb5eea38504dfc1bc19c872149a5a63fdd8353ac8c772c54ab7a42176e141c7f6f898d31761bf93e1739b238920fbeefbedd6016ad033c1de0
-Size (Python-3.11.10.tar.xz) = 20067656 bytes
+BLAKE2s (Python-3.11.11.tar.xz) = 56e657d2eba57bf42c43074db646b04c678346f44518638143250165f2afed6c
+SHA512 (Python-3.11.11.tar.xz) = 3ff90f15f725fa8d06686158aaddb887a247b03ca4dc1fdfd81a8efb53373db3e8673bd0b3de30bb7669f3f07d9854e9d8a2dbcd49b18d15b8172787a53a0a9e
+Size (Python-3.11.11.tar.xz) = 20085792 bytes
 SHA1 (patch-Include_pymacro.h) = 271a891892dca1a3aaa3bedcae626a68a36cae0b
 SHA1 (patch-Lib_ctypes_util.py) = 3dec1b6b7a36e46cbfa0dfcd71c5e7fac9f60764
 SHA1 (patch-Lib_distutils_unixccompiler.py) = 8a91e8f4f86517a62408c3a10ed5eb50c4091fbf



Home | Main Index | Thread Index | Old Index