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 Mar 19 18:55:44 UTC 2022

Modified Files:
        pkgsrc/lang/py37-html-docs: Makefile distinfo
        pkgsrc/lang/python37: Makefile PLIST dist.mk distinfo

Log Message:
python37 py37-html-docs: updated to 3.7.13

Python 3.7.13 final

Library

bpo-46985: Upgrade pip wheel bundled with ensurepip (pip 22.0.4)
bpo-46932: Update bundled libexpat to 2.4.7
bpo-46811: Make test suite support Expat >=2.4.5
bpo-46784: Fix libexpat symbols collisions with user dynamically loaded or statically linked libexpat in embedded Python.
bpo-46756: Fix a bug in urllib.request.HTTPPasswordMgr.find_user_password() and urllib.request.HTTPPasswordMgrWithPriorAuth.is_authenticated() which allowed to bypass authorization. For example, 
access to URI example.org/foobar was allowed if the user was authorized for URI example.org/foo.

Build

bpo-47024: Update Windows builds and macOS installer build to use OpenSSL 1.1.1n.
bpo-45405: Prevent internal configure error when running configure with recent versions of clang. Patch by David Bohman.

Windows

bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and CVE-2019-12900
bpo-46948: Prevent CVE-2022-26488 by ensuring the Add to PATH option in the Windows installer uses the correct path when being repaired.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/py37-html-docs/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/py37-html-docs/distinfo
cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/python37/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/python37/PLIST \
    pkgsrc/lang/python37/dist.mk
cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/python37/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/py37-html-docs/Makefile
diff -u pkgsrc/lang/py37-html-docs/Makefile:1.13 pkgsrc/lang/py37-html-docs/Makefile:1.14
--- pkgsrc/lang/py37-html-docs/Makefile:1.13    Mon Sep  6 07:25:13 2021
+++ pkgsrc/lang/py37-html-docs/Makefile Sat Mar 19 18:55:44 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2021/09/06 07:25:13 adam Exp $
+# $NetBSD: Makefile,v 1.14 2022/03/19 18:55:44 adam Exp $
 
-VERS=          3.7.12
+VERS=          3.7.13
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py37-html-docs-${VERS}
 CATEGORIES=    lang python

Index: pkgsrc/lang/py37-html-docs/distinfo
diff -u pkgsrc/lang/py37-html-docs/distinfo:1.15 pkgsrc/lang/py37-html-docs/distinfo:1.16
--- pkgsrc/lang/py37-html-docs/distinfo:1.15    Tue Oct 26 10:51:51 2021
+++ pkgsrc/lang/py37-html-docs/distinfo Sat Mar 19 18:55:44 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 10:51:51 nia Exp $
+$NetBSD: distinfo,v 1.16 2022/03/19 18:55:44 adam Exp $
 
-BLAKE2s (python-3.7.12-docs-html.tar.bz2) = a2822b805b2a86ba341050476fd25cd64e3b58f77ef70681420f1fc74f23eea8
-SHA512 (python-3.7.12-docs-html.tar.bz2) = 872b2f3d9a674d8fe364ba4ce9aa465cc31846215b3a9874faf5cac41dedffdc422143d030e0a80a8a8dde43169d627ce4e1054218f1cd247af2fdf143b0c98b
-Size (python-3.7.12-docs-html.tar.bz2) = 6287419 bytes
+BLAKE2s (python-3.7.13-docs-html.tar.bz2) = 6a07df39e71a7bad454ef05b621a6fbc23b4725ceb7b68b52ce6b83488a612b9
+SHA512 (python-3.7.13-docs-html.tar.bz2) = a55b43d90f6677e89870001c88106250b695a02ec01832954cce17e1291d259e8440d379ad91f7e0ed1ac3aa1380da28c3a75f29609b881a8f2bad6bf8f79189
+Size (python-3.7.13-docs-html.tar.bz2) = 6289395 bytes

Index: pkgsrc/lang/python37/Makefile
diff -u pkgsrc/lang/python37/Makefile:1.33 pkgsrc/lang/python37/Makefile:1.34
--- pkgsrc/lang/python37/Makefile:1.33  Thu Jan 27 21:33:42 2022
+++ pkgsrc/lang/python37/Makefile       Sat Mar 19 18:55:44 2022
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.33 2022/01/27 21:33:42 schmonz Exp $
+# $NetBSD: Makefile,v 1.34 2022/03/19 18:55:44 adam Exp $
 
-PKGREVISION= 3
 .include "dist.mk"
 
 PKGNAME=       python37-${PY_DISTVERSION}
@@ -190,9 +189,11 @@ hpux-postinstall:
                ${DESTDIR}${PREFIX}/lib/libpython3.7.sl.1.0
 .endif
 
-post-install: setuptools-postinstall
-.PHONY: setuptools-postinstall
-setuptools-postinstall:
+INSTALLATION_DIRS+=    lib/python${PY_VER_SUFFIX}/site-packages
+
+pre-install: setuptools-preinstall
+.PHONY: setuptools-preinstall
+setuptools-preinstall:
        ${INSTALL_DATA} ${.CURDIR}/../../devel/py-setuptools/files/_distutils_system_mod \
                ${DESTDIR}${PREFIX}/lib/python${PY_VER_SUFFIX}/site-packages/_distutils_system_mod.py
 

Index: pkgsrc/lang/python37/PLIST
diff -u pkgsrc/lang/python37/PLIST:1.13 pkgsrc/lang/python37/PLIST:1.14
--- pkgsrc/lang/python37/PLIST:1.13     Thu Dec 30 15:16:14 2021
+++ pkgsrc/lang/python37/PLIST  Sat Mar 19 18:55:44 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2021/12/30 15:16:14 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2022/03/19 18:55:44 adam Exp $
 bin/2to3-${PY_VER_SUFFIX}
 bin/pydoc${PY_VER_SUFFIX}
 bin/python${PY_VER_SUFFIX}
@@ -1374,7 +1374,7 @@ lib/python${PY_VER_SUFFIX}/ensurepip/__i
 lib/python${PY_VER_SUFFIX}/ensurepip/__main__.py
 lib/python${PY_VER_SUFFIX}/ensurepip/__main__.pyc
 lib/python${PY_VER_SUFFIX}/ensurepip/__main__.pyo
-lib/python${PY_VER_SUFFIX}/ensurepip/_bundled/pip-20.1.1-py2.py3-none-any.whl
+lib/python${PY_VER_SUFFIX}/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl
 lib/python${PY_VER_SUFFIX}/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl
 lib/python${PY_VER_SUFFIX}/ensurepip/_uninstall.py
 lib/python${PY_VER_SUFFIX}/ensurepip/_uninstall.pyc
@@ -2466,6 +2466,8 @@ lib/python${PY_VER_SUFFIX}/signal.pyc
 lib/python${PY_VER_SUFFIX}/signal.pyo
 lib/python${PY_VER_SUFFIX}/site-packages/README.txt
 lib/python${PY_VER_SUFFIX}/site-packages/_distutils_system_mod.py
+lib/python${PY_VER_SUFFIX}/site-packages/_distutils_system_mod.pyc
+lib/python${PY_VER_SUFFIX}/site-packages/_distutils_system_mod.pyo
 lib/python${PY_VER_SUFFIX}/site.py
 lib/python${PY_VER_SUFFIX}/site.pyc
 lib/python${PY_VER_SUFFIX}/site.pyo
Index: pkgsrc/lang/python37/dist.mk
diff -u pkgsrc/lang/python37/dist.mk:1.13 pkgsrc/lang/python37/dist.mk:1.14
--- pkgsrc/lang/python37/dist.mk:1.13   Mon Sep  6 07:25:13 2021
+++ pkgsrc/lang/python37/dist.mk        Sat Mar 19 18:55:44 2022
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.13 2021/09/06 07:25:13 adam Exp $
+# $NetBSD: dist.mk,v 1.14 2022/03/19 18:55:44 adam Exp $
 
-PY_DISTVERSION=        3.7.12
+PY_DISTVERSION=        3.7.13
 DISTNAME=      Python-${PY_DISTVERSION}
 EXTRACT_SUFX=  .tar.xz
 DISTINFO_FILE= ${.CURDIR}/../../lang/python37/distinfo

Index: pkgsrc/lang/python37/distinfo
diff -u pkgsrc/lang/python37/distinfo:1.31 pkgsrc/lang/python37/distinfo:1.32
--- pkgsrc/lang/python37/distinfo:1.31  Thu Jan 20 13:03:23 2022
+++ pkgsrc/lang/python37/distinfo       Sat Mar 19 18:55:44 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.31 2022/01/20 13:03:23 jperkin Exp $
+$NetBSD: distinfo,v 1.32 2022/03/19 18:55:44 adam Exp $
 
-BLAKE2s (Python-3.7.12.tar.xz) = 74fece84e0ce91742bfcc2686d964158fe4d1f5c537e7be61e63d28d21efc495
-SHA512 (Python-3.7.12.tar.xz) = e1a5942908c1d1469c0ab129fb4287d4ba6eb2a030e88fd71c043fe187a1bc86c00878dab29147199617a361a0c60d9e720fe3bc58bc7bc4cc8ec4bb50c7ea2a
-Size (Python-3.7.12.tar.xz) = 17401916 bytes
+BLAKE2s (Python-3.7.13.tar.xz) = 5461496d4a208a52f80362a7045095aafb4996ca1f9a6647e68d96c12e38f253
+SHA512 (Python-3.7.13.tar.xz) = e95366b68c1bc1dc1cfb2d956f1f49c5d0f620b4780d03002b3c321d2788108eb4e51d224cfa6bcecf7d780e9024ab0ef88b422d6d25e983dbc56b2a89b7dce9
+Size (Python-3.7.13.tar.xz) = 18027980 bytes
 SHA1 (patch-Lib___osx__support.py) = dbec9925c1a0b6b845101df9825af52d83317773
 SHA1 (patch-Lib_ctypes_____init____.py) = ded12eb372028288d85ba88b43e45549c6f48144
 SHA1 (patch-Lib_ctypes_macholib_dyld.py) = 267f0b39f116bc9df0b24c277b48ce59cfecd397



Home | Main Index | Thread Index | Old Index