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:55:20 UTC 2022
Modified Files:
pkgsrc/lang/py310-html-docs: Makefile distinfo
pkgsrc/lang/python310: PLIST dist.mk distinfo
Log Message:
python310 py310-html-docs: updated to 3.10.4
Python 3.10.4 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-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 and deprecation warnings and have 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.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/py310-html-docs/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/py310-html-docs/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/python310/PLIST \
pkgsrc/lang/python310/dist.mk
cvs rdiff -u -r1.13 -r1.14 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.4 pkgsrc/lang/py310-html-docs/Makefile:1.5
--- pkgsrc/lang/py310-html-docs/Makefile:1.4 Sat Mar 19 18:59:40 2022
+++ pkgsrc/lang/py310-html-docs/Makefile Fri Mar 25 17:55:19 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/03/19 18:59:40 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/03/25 17:55:19 adam Exp $
-VERS= 3.10.3
+VERS= 3.10.4
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.6 pkgsrc/lang/py310-html-docs/distinfo:1.7
--- pkgsrc/lang/py310-html-docs/distinfo:1.6 Sat Mar 19 18:59:40 2022
+++ pkgsrc/lang/py310-html-docs/distinfo Fri Mar 25 17:55:19 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/03/19 18:59:40 adam Exp $
+$NetBSD: distinfo,v 1.7 2022/03/25 17:55:19 adam Exp $
-BLAKE2s (python-3.10.3-docs-html.tar.bz2) = c02d58afa3f7356a4f686bb86487be1d737db8fc2420c29cdcd577a610fde559
-SHA512 (python-3.10.3-docs-html.tar.bz2) = 77b5cc35c0ed3dc3b4a6022fb5c2cb5e69aed6b9722243aea3deb6d9a7be4759b46815805ca965ac42d8e723fa1fc859612bdb12ba7dbccb089a02c2a6ddb5ff
-Size (python-3.10.3-docs-html.tar.bz2) = 7261746 bytes
+BLAKE2s (python-3.10.4-docs-html.tar.bz2) = ec210f2047f7bf702f99393b7350fb1efe9730793a5bfe02ba3d70b2fc9d6cce
+SHA512 (python-3.10.4-docs-html.tar.bz2) = 765664aa3e292e63b8935492ff71ab1bb523e1390fc22d88cdde0be99eabc263bc1d8c1f12c58c448413dc8f5c60d61e6f7ef667e8078245b57149f8061260a3
+Size (python-3.10.4-docs-html.tar.bz2) = 7267784 bytes
Index: pkgsrc/lang/python310/PLIST
diff -u pkgsrc/lang/python310/PLIST:1.4 pkgsrc/lang/python310/PLIST:1.5
--- pkgsrc/lang/python310/PLIST:1.4 Sat Mar 19 18:59:40 2022
+++ pkgsrc/lang/python310/PLIST Fri Mar 25 17:55:19 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2022/03/19 18:59:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/03/25 17:55:19 adam Exp $
bin/2to3-${PY_VER_SUFFIX}
bin/pydoc${PY_VER_SUFFIX}
bin/python${PY_VER_SUFFIX}
@@ -3350,9 +3350,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
@@ -3422,6 +3419,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/python310/dist.mk
diff -u pkgsrc/lang/python310/dist.mk:1.4 pkgsrc/lang/python310/dist.mk:1.5
--- pkgsrc/lang/python310/dist.mk:1.4 Sat Mar 19 18:59:40 2022
+++ pkgsrc/lang/python310/dist.mk Fri Mar 25 17:55:19 2022
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.4 2022/03/19 18:59:40 adam Exp $
+# $NetBSD: dist.mk,v 1.5 2022/03/25 17:55:19 adam Exp $
-PY_DISTVERSION= 3.10.3
+PY_DISTVERSION= 3.10.4
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.13 pkgsrc/lang/python310/distinfo:1.14
--- pkgsrc/lang/python310/distinfo:1.13 Sat Mar 19 18:59:40 2022
+++ pkgsrc/lang/python310/distinfo Fri Mar 25 17:55:19 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2022/03/19 18:59:40 adam Exp $
+$NetBSD: distinfo,v 1.14 2022/03/25 17:55:19 adam Exp $
-BLAKE2s (Python-3.10.3.tar.xz) = 93ca8f666e5ef44f5d59ad1bf3bfa8339b3ad965af3a80a53a3a90ee8109e9c2
-SHA512 (Python-3.10.3.tar.xz) = 5020407798ebaae6002b8de29475c1064a32f1527a0e4ec6fe7fcf076b4ea3ef0ab4b4a7864a6081cc8dd01dd545123198b11cc8dd1259c670394b7d81f35a86
-Size (Python-3.10.3.tar.xz) = 19343528 bytes
+BLAKE2s (Python-3.10.4.tar.xz) = 764967513abd194f54dbed2ef7520c1aeca19628627337947542b24c1ac50bb3
+SHA512 (Python-3.10.4.tar.xz) = 6c9aeecddc55c7896b2e8527fca131c7b2b6127d56ce1a001ccedfebf590334e0c0bb7c517ed3cf1da3c1910e002552b56aa7e03eeb672f42ff0bd8150799113
+Size (Python-3.10.4.tar.xz) = 19342692 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