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 Mar 25 17:54:37 UTC 2022

Modified Files:
        pkgsrc/lang/py39-html-docs: Makefile distinfo
        pkgsrc/lang/python39: PLIST dist.mk distinfo

Log Message:
python39 py39-html-docs: updated to 3.9.12

Python 3.9.12 final

Core and Builtins

bpo-46968: Check for the existence of the “sys/auxv.h” header in faulthandler to avoid compilation problems in systems where this header doesn’t exist. Patch by Pablo Galindo

Library

bpo-47101: hashlib.algorithms_available now lists only algorithms that are provided by activated crypto providers on OpenSSL 3.0. Legacy algorithms are not listed unless the legacy provider has been 
loaded into the default OSSL context.
bpo-23691: Protect the re.finditer() iterator from re-entering.
bpo-42369: Fix thread safety of zipfile._SharedFile.tell() to avoid a “zipfile.BadZipFile: Bad CRC-32 for file” exception when reading a ZipFile from multiple threads.
bpo-38256: Fix binascii.crc32() when it is compiled to use zlib’c crc32 to work properly on inputs 4+GiB in length instead of returning the wrong result. The workaround prior to this was to always 
feed the function data in increments smaller than 4GiB or to just call the zlib module function.
bpo-39394: A warning about inline flags not at the start of the regular expression now contains the position of the flag.
bpo-47061: Deprecate the various modules listed by PEP 594:
aifc, asynchat, asyncore, audioop, cgi, cgitb, chunk, crypt, imghdr, msilib, nntplib, nis, ossaudiodev, pipes, smtpd, sndhdr, spwd, sunau, telnetlib, uu, xdrlib
bpo-2604: Fix bug where doctests using globals would fail when run multiple times.
bpo-45997: Fix asyncio.Semaphore re-aquiring FIFO order.
bpo-47022: The asynchat, asyncore and smtpd modules have been deprecated since at least Python 3.6. Their documentation has now been updated to note they will removed in Python 3.12 (PEP 594).
bpo-46421: Fix a unittest issue where if the command was invoked as python -m unittest and the filename(s) began with a dot (.), a ValueError is returned.
bpo-40296: Fix supporting generic aliases in pydoc.
bpo-14156: argparse.FileType now supports an argument of ‘-’ in binary mode, returning the .buffer attribute of sys.stdin/sys.stdout as appropriate. Modes including ‘x’ and ‘a’ are treated 
equivalently to ‘w’ when argument is ‘-’. Patch contributed by Josh Rosenberg


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/py39-html-docs/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/py39-html-docs/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/python39/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/python39/dist.mk
cvs rdiff -u -r1.25 -r1.26 pkgsrc/lang/python39/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/py39-html-docs/Makefile
diff -u pkgsrc/lang/py39-html-docs/Makefile:1.12 pkgsrc/lang/py39-html-docs/Makefile:1.13
--- pkgsrc/lang/py39-html-docs/Makefile:1.12    Sat Mar 19 18:58:24 2022
+++ pkgsrc/lang/py39-html-docs/Makefile Fri Mar 25 17:54:37 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2022/03/19 18:58:24 adam Exp $
+# $NetBSD: Makefile,v 1.13 2022/03/25 17:54:37 adam Exp $
 
-VERS=          3.9.11
+VERS=          3.9.12
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py39-html-docs-${VERS}
 CATEGORIES=    lang python

Index: pkgsrc/lang/py39-html-docs/distinfo
diff -u pkgsrc/lang/py39-html-docs/distinfo:1.14 pkgsrc/lang/py39-html-docs/distinfo:1.15
--- pkgsrc/lang/py39-html-docs/distinfo:1.14    Sat Mar 19 18:58:24 2022
+++ pkgsrc/lang/py39-html-docs/distinfo Fri Mar 25 17:54:37 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2022/03/19 18:58:24 adam Exp $
+$NetBSD: distinfo,v 1.15 2022/03/25 17:54:37 adam Exp $
 
-BLAKE2s (python-3.9.11-docs-html.tar.bz2) = dc020e875e72aeba26330b5c653f97398483f1852ba61e4fe96261bdb651053d
-SHA512 (python-3.9.11-docs-html.tar.bz2) = 42144c14c5a36e03d8951b5a783e16869ad042f46e16724bb0c3ae1fa468ef4144c70619dae02b9fbcf373feae4260b30bc02e00bf452e2432f0807a718be4fc
-Size (python-3.9.11-docs-html.tar.bz2) = 6947094 bytes
+BLAKE2s (python-3.9.12-docs-html.tar.bz2) = 0544e7e7463a9dee532eec37a16bf3f697edb56a8d6ea9446b30fdd573066fca
+SHA512 (python-3.9.12-docs-html.tar.bz2) = f8b05a5d8cdff47d3cfcf323c23744597e1868e878f29d983be42ea02e1239c1f387f607dc9991beb3acf110a89a03dedcd4b3309a825a0fa00b9709061a5b23
+Size (python-3.9.12-docs-html.tar.bz2) = 6954359 bytes

Index: pkgsrc/lang/python39/PLIST
diff -u pkgsrc/lang/python39/PLIST:1.10 pkgsrc/lang/python39/PLIST:1.11
--- pkgsrc/lang/python39/PLIST:1.10     Sat Mar 19 18:58:24 2022
+++ pkgsrc/lang/python39/PLIST  Fri Mar 25 17:54:37 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2022/03/19 18:58:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2022/03/25 17:54:37 adam Exp $
 bin/2to3-${PY_VER_SUFFIX}
 bin/pydoc${PY_VER_SUFFIX}
 bin/python${PY_VER_SUFFIX}
@@ -3295,9 +3295,6 @@ lib/python${PY_VER_SUFFIX}/test/test_asy
 lib/python${PY_VER_SUFFIX}/test/test_asyncio/functional.py
 lib/python${PY_VER_SUFFIX}/test/test_asyncio/functional.pyc
 lib/python${PY_VER_SUFFIX}/test/test_asyncio/functional.pyo
-lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_asyncio_waitfor.py
-lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_asyncio_waitfor.pyc
-lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_asyncio_waitfor.pyo
 lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_base_events.py
 lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_base_events.pyc
 lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_base_events.pyo
@@ -3367,6 +3364,9 @@ lib/python${PY_VER_SUFFIX}/test/test_asy
 lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_unix_events.py
 lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_unix_events.pyc
 lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_unix_events.pyo
+lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_waitfor.py
+lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_waitfor.pyc
+lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_waitfor.pyo
 lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_windows_events.py
 lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_windows_events.pyc
 lib/python${PY_VER_SUFFIX}/test/test_asyncio/test_windows_events.pyo

Index: pkgsrc/lang/python39/dist.mk
diff -u pkgsrc/lang/python39/dist.mk:1.12 pkgsrc/lang/python39/dist.mk:1.13
--- pkgsrc/lang/python39/dist.mk:1.12   Sat Mar 19 18:58:24 2022
+++ pkgsrc/lang/python39/dist.mk        Fri Mar 25 17:54:37 2022
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.12 2022/03/19 18:58:24 adam Exp $
+# $NetBSD: dist.mk,v 1.13 2022/03/25 17:54:37 adam Exp $
 
-PY_DISTVERSION=        3.9.11
+PY_DISTVERSION=        3.9.12
 DISTNAME=      Python-${PY_DISTVERSION}
 EXTRACT_SUFX=  .tar.xz
 DISTINFO_FILE= ${.CURDIR}/../../lang/python39/distinfo

Index: pkgsrc/lang/python39/distinfo
diff -u pkgsrc/lang/python39/distinfo:1.25 pkgsrc/lang/python39/distinfo:1.26
--- pkgsrc/lang/python39/distinfo:1.25  Sat Mar 19 18:58:24 2022
+++ pkgsrc/lang/python39/distinfo       Fri Mar 25 17:54:37 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.25 2022/03/19 18:58:24 adam Exp $
+$NetBSD: distinfo,v 1.26 2022/03/25 17:54:37 adam Exp $
 
-BLAKE2s (Python-3.9.11.tar.xz) = d8af3b3d07bcd8414715de203a54c87f431bfbcd91c8fb5c83495d02ab98935a
-SHA512 (Python-3.9.11.tar.xz) = 804e6e6b31922378f07f290023f6efc870c6fd3010204c499c2b375880f6e6ec0f72ce96a8fff81956f6fa3bea2123df2138ef0fda23a3d5d3cf757174a930c3
-Size (Python-3.9.11.tar.xz) = 19724780 bytes
+BLAKE2s (Python-3.9.12.tar.xz) = 501eaf0162b3030762c2a7e20ed83294a91afbf8b491fb560c2d5517ee9ec5a8
+SHA512 (Python-3.9.12.tar.xz) = 081981901e14149748fd35228db0b3b1d96fef227ae7404f07b8bad0fda4b02649bf31c348c94aefdaf3327565d78f9489437c2c02f647b15d41376a27a23e97
+Size (Python-3.9.12.tar.xz) = 19740524 bytes
 SHA1 (patch-Lib_ctypes_util.py) = 032cc99ebad93ddddfd89073c60424a952e3faa3
 SHA1 (patch-Lib_distutils_sysconfig.py) = 6822eafb4dfded86d7f7353831816aeb8119e6cf
 SHA1 (patch-Lib_distutils_unixccompiler.py) = 2e65a8dd5dd3fe25957206c062106fa7a6fc4e69



Home | Main Index | Thread Index | Old Index