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:           Sat Feb 20 19:29:06 UTC 2021

Modified Files:
        pkgsrc/lang/py38-html-docs: Makefile distinfo
        pkgsrc/lang/python38: PLIST dist.mk distinfo

Log Message:
python38 py38-html-docs: updated to 3.8.8

Python 3.8.8

Security
bpo-42967: Fix web cache poisoning vulnerability by defaulting the query args separator to &, and allowing the user to choose a custom separator.
bpo-42938: Avoid static buffers when computing the repr of ctypes.c_double and ctypes.c_longdouble values.

Core and Builtins
bpo-42819: readline: Explicitly disable bracketed paste in the interactive interpreter, even if it’s set in the inputrc, is enabled by default (eg GNU Readline 8.1), or a user calls 
readline.read_init_file(). The Python REPL has not implemented bracketed paste support. Also, bracketed mode writes the "\x1b[?2004h" escape sequence into stdout which causes test failures in 
applications that don’t support it. It can still be explicitly enabled by calling readline.parse_and_bind("set enable-bracketed-paste on"). Patch by Dustin Rodrigues.

Library
bpo-43108: Fixed a reference leak in the curses module. Patch by Pablo Galindo
bpo-42780: Fix os.set_inheritable() for O_PATH file descriptors on Linux.
bpo-41748: Fix HTMLParser parsing rules for element attributes containing commas with spaces. Patch by Karl Dubost.
bpo-42759: Fixed equality comparison of tkinter.Variable and tkinter.font.Font. Objects which belong to different Tcl interpreters are now always different, even if they have the same name.
bpo-23328: Allow / character in username, password fields on _PROXY envars.
bpo-42681: Fixed range checks for color and pair numbers in curses.
bpo-42531: importlib.resources.path() now works for packages missing the optional __file__ attribute (more specifically, packages whose __spec__.origin is None).
bpo-42388: Fix subprocess.check_output(…, input=None) behavior when text=True to be consistent with that of the documentation and universal_newlines=True.
bpo-42384: Make pdb populate sys.path[0] exactly the same as regular python execution.
bpo-42383: Fix pdb: previously pdb would fail to restart the debugging target if it was specified using a relative path and the current directory changed.
bpo-42318: Fixed support of non-BMP characters in tkinter on macOS.
bpo-42005: Fix CLI of cProfile and profile to catch BrokenPipeError.
bpo-41604: Don’t decrement the reference count of the previous user_ptr when set_panel_userptr fails.
bpo-26407: Unexpected errors in calling the __iter__ method are no longer masked by TypeError in csv.reader(), csv.writer.writerow() and csv.writer.writerows().
bpo-39068: Fix initialization race condition in a85encode() and b85encode() in base64. Patch by Brandon Stansbury.
bpo-36589: The curses.update_lines_cols() function now returns None instead of 1 on success.
bpo-33289: Correct call to tkinter.colorchooser to return RGB triplet of ints instead of floats. Patch by Cheryl Sabella.

Documentation
bpo-40304: Fix doc for type(name, bases, dict). Patch by Boris Verkhovskiy and Éric Araujo.
bpo-42811: Updated importlib.utils.resolve_name() doc to use __spec__.parent instead of __package__. (Thanks Yair Frid.)

Tests
bpo-42794: Update test_nntplib to use offical group name of news.aioe.org for testing. Patch by Dong-hee Na.
bpo-40810: In sqlite3, fix CheckTraceCallbackContent for SQLite pre 3.7.15.

Build
bpo-29076: Add fish shell support to macOS installer.

Windows
bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i
bpo-42584: Upgrade Windows installer to use SQLite 3.34.0.

macOS
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i.
bpo-42584: Update macOS installer to use SQLite 3.34.0.

IDLE
bpo-43008: Make IDLE invoke sys.excepthook() in normal, 2-process mode. Patch by Ken Hilton.
bpo-33065: Fix problem debugging user classes with __repr__ method.
bpo-42508: Keep IDLE running on macOS. Remove obsolete workaround that prevented running files with shortcuts when using new universal2 installers built on macOS 11.
bpo-23544: Disable Debug=>Stack Viewer when user code is running or Debugger is active, to prevent hang or crash. Patch by Zackery Spytz.
bpo-32631: Finish zzdummy example extension module: make menu entries work; add docstrings and tests with 100% coverage.

Tools/Demos
bpo-42726: Fixed Python 3 compatibility issue with gdb/libpython.py handling of attribute dictionaries.

C API
bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE() on platforms with signed wchar_t.
bpo-40052: Fix an alignment build warning/error in function PyVectorcall_Function(). Patch by Andreas Schneider, Antoine Pitrou and Petr Viktorin.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/py38-html-docs/Makefile \
    pkgsrc/lang/py38-html-docs/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/python38/PLIST \
    pkgsrc/lang/python38/dist.mk
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/python38/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/py38-html-docs/Makefile
diff -u pkgsrc/lang/py38-html-docs/Makefile:1.8 pkgsrc/lang/py38-html-docs/Makefile:1.9
--- pkgsrc/lang/py38-html-docs/Makefile:1.8     Sat Jan  2 09:51:49 2021
+++ pkgsrc/lang/py38-html-docs/Makefile Sat Feb 20 19:29:06 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2021/01/02 09:51:49 adam Exp $
+# $NetBSD: Makefile,v 1.9 2021/02/20 19:29:06 adam Exp $
 
-VERS=          3.8.7
+VERS=          3.8.8
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py38-html-docs-${VERS}
 CATEGORIES=    lang python
Index: pkgsrc/lang/py38-html-docs/distinfo
diff -u pkgsrc/lang/py38-html-docs/distinfo:1.8 pkgsrc/lang/py38-html-docs/distinfo:1.9
--- pkgsrc/lang/py38-html-docs/distinfo:1.8     Sat Jan  2 09:51:49 2021
+++ pkgsrc/lang/py38-html-docs/distinfo Sat Feb 20 19:29:06 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2021/01/02 09:51:49 adam Exp $
+$NetBSD: distinfo,v 1.9 2021/02/20 19:29:06 adam Exp $
 
-SHA1 (python-3.8.7-docs-html.tar.bz2) = d25b983a5da07515a119aa35279801798dd3efa5
-RMD160 (python-3.8.7-docs-html.tar.bz2) = 94bdc8bad0a8ede394d85f337cabc78c2a4f6040
-SHA512 (python-3.8.7-docs-html.tar.bz2) = 317217948168d870dee57f2b1633c5d3dbd1a54963f5595dda4cccdf902ea48bbc70369f98e2c03958047a76966aabf9842b87adade21bb1fc5ec01c3db694f1
-Size (python-3.8.7-docs-html.tar.bz2) = 6583700 bytes
+SHA1 (python-3.8.8-docs-html.tar.bz2) = 3da7edbf5fe83907dbddb0eec3d61e416d6d9dfc
+RMD160 (python-3.8.8-docs-html.tar.bz2) = 4960b60dc4425fde466ace56357f320ff823d537
+SHA512 (python-3.8.8-docs-html.tar.bz2) = 1f3da0cb48dd817a31b824ca88b27d8df6bf32d5e6348e339e4b4a06403d5aca37a0984d59d8d954ef037aa427ced77a8163c03887de51bd60ff25a6e5ef2682
+Size (python-3.8.8-docs-html.tar.bz2) = 6590826 bytes

Index: pkgsrc/lang/python38/PLIST
diff -u pkgsrc/lang/python38/PLIST:1.8 pkgsrc/lang/python38/PLIST:1.9
--- pkgsrc/lang/python38/PLIST:1.8      Sat Jan  2 09:51:48 2021
+++ pkgsrc/lang/python38/PLIST  Sat Feb 20 19:29:06 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2021/01/02 09:51:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/02/20 19:29:06 adam Exp $
 bin/2to3-${PY_VER_SUFFIX}
 bin/pydoc${PY_VER_SUFFIX}
 bin/python${PY_VER_SUFFIX}
@@ -1784,6 +1784,9 @@ lib/python${PY_VER_SUFFIX}/idlelib/idle_
 lib/python${PY_VER_SUFFIX}/idlelib/idle_test/test_zoomheight.py
 lib/python${PY_VER_SUFFIX}/idlelib/idle_test/test_zoomheight.pyc
 lib/python${PY_VER_SUFFIX}/idlelib/idle_test/test_zoomheight.pyo
+lib/python${PY_VER_SUFFIX}/idlelib/idle_test/test_zzdummy.py
+lib/python${PY_VER_SUFFIX}/idlelib/idle_test/test_zzdummy.pyc
+lib/python${PY_VER_SUFFIX}/idlelib/idle_test/test_zzdummy.pyo
 lib/python${PY_VER_SUFFIX}/idlelib/iomenu.py
 lib/python${PY_VER_SUFFIX}/idlelib/iomenu.pyc
 lib/python${PY_VER_SUFFIX}/idlelib/iomenu.pyo
@@ -5191,6 +5194,9 @@ lib/python${PY_VER_SUFFIX}/tkinter/test/
 lib/python${PY_VER_SUFFIX}/tkinter/test/test_tkinter/__init__.py
 lib/python${PY_VER_SUFFIX}/tkinter/test/test_tkinter/__init__.pyc
 lib/python${PY_VER_SUFFIX}/tkinter/test/test_tkinter/__init__.pyo
+lib/python${PY_VER_SUFFIX}/tkinter/test/test_tkinter/test_colorchooser.py
+lib/python${PY_VER_SUFFIX}/tkinter/test/test_tkinter/test_colorchooser.pyc
+lib/python${PY_VER_SUFFIX}/tkinter/test/test_tkinter/test_colorchooser.pyo
 lib/python${PY_VER_SUFFIX}/tkinter/test/test_tkinter/test_font.py
 lib/python${PY_VER_SUFFIX}/tkinter/test/test_tkinter/test_font.pyc
 lib/python${PY_VER_SUFFIX}/tkinter/test/test_tkinter/test_font.pyo
Index: pkgsrc/lang/python38/dist.mk
diff -u pkgsrc/lang/python38/dist.mk:1.8 pkgsrc/lang/python38/dist.mk:1.9
--- pkgsrc/lang/python38/dist.mk:1.8    Sat Jan  2 09:51:48 2021
+++ pkgsrc/lang/python38/dist.mk        Sat Feb 20 19:29:06 2021
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.8 2021/01/02 09:51:48 adam Exp $
+# $NetBSD: dist.mk,v 1.9 2021/02/20 19:29:06 adam Exp $
 
-PY_DISTVERSION=        3.8.7
+PY_DISTVERSION=        3.8.8
 DISTNAME=      Python-${PY_DISTVERSION}
 EXTRACT_SUFX=  .tar.xz
 DISTINFO_FILE= ${.CURDIR}/../../lang/python38/distinfo

Index: pkgsrc/lang/python38/distinfo
diff -u pkgsrc/lang/python38/distinfo:1.16 pkgsrc/lang/python38/distinfo:1.17
--- pkgsrc/lang/python38/distinfo:1.16  Sat Jan  2 09:51:48 2021
+++ pkgsrc/lang/python38/distinfo       Sat Feb 20 19:29:06 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.16 2021/01/02 09:51:48 adam Exp $
+$NetBSD: distinfo,v 1.17 2021/02/20 19:29:06 adam Exp $
 
-SHA1 (Python-3.8.7.tar.xz) = 1b1525811ea4bcf237622e5f1751a4dfc429e3a3
-RMD160 (Python-3.8.7.tar.xz) = 13b0ff22ed547e6979e846775c222278f856899f
-SHA512 (Python-3.8.7.tar.xz) = 6a27d8eab3076930df46b0cf127f9b664f8d4147349b2b98132f464deb7f69d87e0167e8ee8e6c64249125ad73760d965ecbc81c252b63a1e7aac95594c62b74
-Size (Python-3.8.7.tar.xz) = 18261096 bytes
+SHA1 (Python-3.8.8.tar.xz) = d7dd8ef51ebe7ddd8ec41e39a607ac26d1834a8f
+RMD160 (Python-3.8.8.tar.xz) = 18e8c2584915068a9d7a69df9a64311337802d1a
+SHA512 (Python-3.8.8.tar.xz) = 64181db5aa48281284a3230436ebfb8cb91b645a9dec956fd48c0048334498477073fc4e14d6b426d0ef7fbcdcfd5d59cbf01a504e6c9014dc9529494b9309fb
+Size (Python-3.8.8.tar.xz) = 18271736 bytes
 SHA1 (patch-Lib___osx__support.py) = 95c729132e5bdbda72789f02b37ed111d0d9d11e
 SHA1 (patch-Lib_ctypes_macholib_dyld.py) = 3acfa836e06bb1ca994357bc4b687af1ce1641e0
 SHA1 (patch-Lib_ctypes_test_test__macholib.py) = db352894c47cbb4bed4905b4a7dde272577c65d8



Home | Main Index | Thread Index | Old Index