Received: by mail.netbsd.org (Postfix, from userid 605) id 3EB2C84D8C; Mon, 20 Apr 2020 20:05:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BAB0D84D02 for ; Mon, 20 Apr 2020 20:05:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id WkXYruv4IRKK for ; Mon, 20 Apr 2020 20:05:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EC44C84CF1 for ; Mon, 20 Apr 2020 20:05:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E6489FB27; Mon, 20 Apr 2020 20:05:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1587413156148070" MIME-Version: 1.0 Date: Mon, 20 Apr 2020 20:05:56 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200420200556.E6489FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1587413156148070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Mon Apr 20 20:05:56 UTC 2020 Modified Files: pkgsrc/lang/py27-html-docs: Makefile PLIST distinfo pkgsrc/lang/python27: Makefile dist.mk distinfo Log Message: python27: updated to 2.7.18 Python 2.7.18, the last release of Python 2 The CPython core developers are pleased to announce the immediate availability of Python 2.7.18. Python 2.7.18 is the last Python 2.7 release and therefore the last Python 2 release. It's time for the CPython community to say a fond but firm farewell to Python 2. Download this unique, commemorative Python release on python.org. Python 2.7 has been under active development since the release of Python 2.6, more than 11 years ago. Over all those years, CPython's core developers and contributors sedulously applied bug fixes to the 2.7 branch, no small task as the Python 2 and 3 branches diverged. There were large changes midway through Python 2.7's life such as PEP 466's feature backports to the ssl module and hash randomization. Traditionally, these features would never have been added to a branch in maintenance mode, but exceptions were made to keep Python 2 users secure. Thank you to CPython's community for such dedication. Python 2.7 was lucky to have the services of two generations of binary builders and operating system experts, Martin von Löwis and Steve Dower for Windows, and Ronald Oussoren and Ned Deily for macOS. The reason we provided binary Python 2.7 releases for macOS 10.9, an operating system obsoleted by Apple 4 years ago, or why the "Microsoft Visual C++ Compiler for Python 2.7" exists is the dedication of these individuals. Python 3 would be nowhere without the dedication of the wider community. Library maintainers followed CPython by maintaining Python 2 support for many years but also threw their weight behind the Python 3 statement. Linux distributors chased Python 2 out of their archives. Users migrated hundreds of millions of lines of code, developed porting guides, and kept Python 2 in their brain while Python 3 gained 10 years of improvements. Finally, thank you to GvR for creating Python 0.9, 1, 2, and 3. Long live Python 3+! To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/py27-html-docs/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/py27-html-docs/PLIST cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/py27-html-docs/distinfo cvs rdiff -u -r1.82 -r1.83 pkgsrc/lang/python27/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/python27/dist.mk cvs rdiff -u -r1.72 -r1.73 pkgsrc/lang/python27/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1587413156148070 Content-Disposition: inline Content-Length: 5266 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/py27-html-docs/Makefile diff -u pkgsrc/lang/py27-html-docs/Makefile:1.13 pkgsrc/lang/py27-html-docs/Makefile:1.14 --- pkgsrc/lang/py27-html-docs/Makefile:1.13 Mon Oct 21 10:08:08 2019 +++ pkgsrc/lang/py27-html-docs/Makefile Mon Apr 20 20:05:56 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2019/10/21 10:08:08 leot Exp $ -# +# $NetBSD: Makefile,v 1.14 2020/04/20 20:05:56 adam Exp $ -VERS= 2.7.17 +VERS= 2.7.18 DISTNAME= python-${VERS}-docs-html PKGNAME= py27-html-docs-${VERS} CATEGORIES= lang python @@ -25,6 +24,6 @@ HTMLDIR= share/doc/python2.7 INSTALLATION_DIRS= ${HTMLDIR} do-install: - cd ${WRKSRC} && pax -rw -pp . ${DESTDIR}${PREFIX}/${HTMLDIR} + cd ${WRKSRC} && ${PAX} -rw -pp . ${DESTDIR}${PREFIX}/${HTMLDIR} .include "../../mk/bsd.pkg.mk" Index: pkgsrc/lang/py27-html-docs/PLIST diff -u pkgsrc/lang/py27-html-docs/PLIST:1.6 pkgsrc/lang/py27-html-docs/PLIST:1.7 --- pkgsrc/lang/py27-html-docs/PLIST:1.6 Mon Oct 21 10:08:08 2019 +++ pkgsrc/lang/py27-html-docs/PLIST Mon Apr 20 20:05:56 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2019/10/21 10:08:08 leot Exp $ +@comment $NetBSD: PLIST,v 1.7 2020/04/20 20:05:56 adam Exp $ share/doc/python2.7/.buildinfo share/doc/python2.7/_images/logging_flow.png share/doc/python2.7/_sources/about.rst.txt @@ -487,7 +487,7 @@ share/doc/python2.7/_static/default.css share/doc/python2.7/_static/doctools.js share/doc/python2.7/_static/documentation_options.js share/doc/python2.7/_static/file.png -share/doc/python2.7/_static/jquery-3.2.1.js +share/doc/python2.7/_static/jquery-3.4.1.js share/doc/python2.7/_static/jquery.js share/doc/python2.7/_static/language_data.js share/doc/python2.7/_static/minus.png Index: pkgsrc/lang/py27-html-docs/distinfo diff -u pkgsrc/lang/py27-html-docs/distinfo:1.10 pkgsrc/lang/py27-html-docs/distinfo:1.11 --- pkgsrc/lang/py27-html-docs/distinfo:1.10 Mon Oct 21 10:08:08 2019 +++ pkgsrc/lang/py27-html-docs/distinfo Mon Apr 20 20:05:56 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2019/10/21 10:08:08 leot Exp $ +$NetBSD: distinfo,v 1.11 2020/04/20 20:05:56 adam Exp $ -SHA1 (python/python-2.7.17-docs-html.tar.bz2) = a9b9eda2e45f25179136f0017a6c054815a39fc8 -RMD160 (python/python-2.7.17-docs-html.tar.bz2) = 5ad336e166099f5b1c14973743bd03b16810a609 -SHA512 (python/python-2.7.17-docs-html.tar.bz2) = e0f1b2c75297dfb7b0b8913423db0d6ee9fde171b346831244fae5a783c2f834ef49dd137d835d4f052bb65a5962e051835b298271ad679dcf19b1d9118d968b -Size (python/python-2.7.17-docs-html.tar.bz2) = 4605137 bytes +SHA1 (python/python-2.7.18-docs-html.tar.bz2) = 8eeb71ae7d074730eebfb41afb8ca9a5307bc697 +RMD160 (python/python-2.7.18-docs-html.tar.bz2) = 10120f30975fc9a4ee4f998fcffe764b5090172f +SHA512 (python/python-2.7.18-docs-html.tar.bz2) = db39390577ec86f13c9b6b57c01cba36fe9fd89092a773dc94f1a6a19d912759d097c4d80e765d3657b572abc731c1da9e7b4cd4c38065cd444606b906744abe +Size (python/python-2.7.18-docs-html.tar.bz2) = 4634932 bytes Index: pkgsrc/lang/python27/Makefile diff -u pkgsrc/lang/python27/Makefile:1.82 pkgsrc/lang/python27/Makefile:1.83 --- pkgsrc/lang/python27/Makefile:1.82 Sun Mar 8 16:42:28 2020 +++ pkgsrc/lang/python27/Makefile Mon Apr 20 20:05:56 2020 @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.82 2020/03/08 16:42:28 bsiegert Exp $ +# $NetBSD: Makefile,v 1.83 2020/04/20 20:05:56 adam Exp $ -PKGREVISION= 2 .include "dist.mk" PKGNAME= python27-${PY_DISTVERSION} Index: pkgsrc/lang/python27/dist.mk diff -u pkgsrc/lang/python27/dist.mk:1.17 pkgsrc/lang/python27/dist.mk:1.18 --- pkgsrc/lang/python27/dist.mk:1.17 Mon Oct 21 09:40:35 2019 +++ pkgsrc/lang/python27/dist.mk Mon Apr 20 20:05:56 2020 @@ -1,6 +1,6 @@ -# $NetBSD: dist.mk,v 1.17 2019/10/21 09:40:35 adam Exp $ +# $NetBSD: dist.mk,v 1.18 2020/04/20 20:05:56 adam Exp $ -PY_DISTVERSION= 2.7.17 +PY_DISTVERSION= 2.7.18 DISTNAME= Python-${PY_DISTVERSION} EXTRACT_SUFX= .tar.xz DISTINFO_FILE= ${.CURDIR}/../../lang/python27/distinfo Index: pkgsrc/lang/python27/distinfo diff -u pkgsrc/lang/python27/distinfo:1.72 pkgsrc/lang/python27/distinfo:1.73 --- pkgsrc/lang/python27/distinfo:1.72 Mon Oct 21 09:40:35 2019 +++ pkgsrc/lang/python27/distinfo Mon Apr 20 20:05:56 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.72 2019/10/21 09:40:35 adam Exp $ +$NetBSD: distinfo,v 1.73 2020/04/20 20:05:56 adam Exp $ -SHA1 (Python-2.7.17.tar.xz) = dc5784d11d09c29fbf3fc155e2f242b3d3309454 -RMD160 (Python-2.7.17.tar.xz) = 55e05d1475d4e27873e71802529499361ba25e14 -SHA512 (Python-2.7.17.tar.xz) = 2dc19a0b0d818c71429dae94783e58b2aac0fa31f5faa1e840cac06245a59932ecc4658d913515736601bcf70a78c9ec60367aed75f4567d1e41ff3bb104da9a -Size (Python-2.7.17.tar.xz) = 12855568 bytes +SHA1 (Python-2.7.18.tar.xz) = 678d4cf483a1c92efd347ee8e1e79326dc82810b +RMD160 (Python-2.7.18.tar.xz) = 40a514bb05c9e631454ea8466e28f5bb229428ad +SHA512 (Python-2.7.18.tar.xz) = a7bb62b51f48ff0b6df0b18f5b0312a523e3110f49c3237936bfe56ed0e26838c0274ff5401bda6fc21bf24337477ccac49e8026c5d651e4b4cafb5eb5086f6c +Size (Python-2.7.18.tar.xz) = 12854736 bytes SHA1 (patch-Include_pyerrors.h) = 0d2cd52d18cc719b895fa32ed7e11c6cb15bae54 SHA1 (patch-Include_pyport.h) = f3e4ddbc954425a65301465410911222ca471320 SHA1 (patch-Lib_ctypes_util.py) = 6fa516c7b43f08992427a0afcbe80c17bcc070f1 --_----------=_1587413156148070--