Date: Fri, 9 Sep 2022 08:08:04 GMT From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 7288670af5a8 - 2022Q3 - lang/python37: Update to 3.7.14 Message-ID: <202209090808.289884a6055540@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=7288670af5a835cf47bace3dcf128225ad6951de commit 7288670af5a835cf47bace3dcf128225ad6951de Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2022-09-07 02:05:05 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2022-09-09 08:07:05 +0000 lang/python37: Update to 3.7.14 (cherry picked from commit 7a50813b62ea926b18447a23cd75aa84b5569f22) --- lang/python-doc-html/distinfo | 18 +++++++++--------- lang/python37/Makefile | 1 - lang/python37/Makefile.version | 2 +- lang/python37/distinfo | 6 +++--- lang/python37/pkg-plist | 1 + 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/lang/python-doc-html/distinfo b/lang/python-doc-html/distinfo index 3182b375641d..9caf94faa9ba 100644 --- a/lang/python-doc-html/distinfo +++ b/lang/python-doc-html/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1662507277 +TIMESTAMP = 1662515526 SHA256 (python/python-2.7.18-docs-html.tar.bz2) = 20445e9a571cacdd350f702f0980e4dc559b6ff81f1d69affe9b0a862fef2f0e SIZE (python/python-2.7.18-docs-html.tar.bz2) = 4634932 SHA256 (python/python-2.7.18-docs-pdf-a4.tar.bz2) = dbac6953e48aac341351067ba0938393e415b10bf48ac8cbbc7247deaf13ab67 @@ -23,14 +23,14 @@ SHA256 (python/python-3.11.0rc1-docs-pdf-letter.tar.bz2) = 5dc9533457cb709cb7176 SIZE (python/python-3.11.0rc1-docs-pdf-letter.tar.bz2) = 16952003 SHA256 (python/python-3.11.0rc1-docs-text.tar.bz2) = 5a3799ba97ba04d50fb9898d02a8fae7ba0b4d957a1bc7a6465a5f43815ea996 SIZE (python/python-3.11.0rc1-docs-text.tar.bz2) = 2753025 -SHA256 (python/python-3.7.13-docs-html.tar.bz2) = f25d8caf71920bd86f801e052237ad00d6504aca265fe8d9537a201f41e15dfe -SIZE (python/python-3.7.13-docs-html.tar.bz2) = 6289395 -SHA256 (python/python-3.7.13-docs-pdf-a4.tar.bz2) = cf282c4378f5b1519c4f6434c25ce11049f662bc3cdc7e74d75caa8c1daf9796 -SIZE (python/python-3.7.13-docs-pdf-a4.tar.bz2) = 14282318 -SHA256 (python/python-3.7.13-docs-pdf-letter.tar.bz2) = 6141fd4c6a55888c2878e99a77118c2cf125e56c6801e80583728e1d3272ea05 -SIZE (python/python-3.7.13-docs-pdf-letter.tar.bz2) = 14369778 -SHA256 (python/python-3.7.13-docs-text.tar.bz2) = 740424e94cc0aa092faea177928012a04746e2fd71daad00c8117c43f62d6844 -SIZE (python/python-3.7.13-docs-text.tar.bz2) = 2296667 +SHA256 (python/python-3.7.14-docs-html.tar.bz2) = 4afcf107ce4ad0049132448fe8a2a7563c213d25c0004067b8fe83d44cf8f533 +SIZE (python/python-3.7.14-docs-html.tar.bz2) = 6276520 +SHA256 (python/python-3.7.14-docs-pdf-a4.tar.bz2) = 1f26c57930842a3fbde25d0130ec6e95decee55a9acbe5fc39528c77a0f2e4dc +SIZE (python/python-3.7.14-docs-pdf-a4.tar.bz2) = 14304000 +SHA256 (python/python-3.7.14-docs-pdf-letter.tar.bz2) = b152f751b0de2ba4e0a4e267ec2aaf0b42eb4176afd12fc1673a8c323252f673 +SIZE (python/python-3.7.14-docs-pdf-letter.tar.bz2) = 14387590 +SHA256 (python/python-3.7.14-docs-text.tar.bz2) = c5853edcb83d7a7dae57785ce06834c20de566411fdebcc8884b0fb1595c29c9 +SIZE (python/python-3.7.14-docs-text.tar.bz2) = 2298215 SHA256 (python/python-3.8.13-docs-html.tar.bz2) = 7fcfb199805d109f089f02e0818d76b47594accc1886188eeaf56ff2602c0f40 SIZE (python/python-3.8.13-docs-html.tar.bz2) = 6698035 SHA256 (python/python-3.8.13-docs-pdf-a4.tar.bz2) = 2dd4dc2b8f5c3db784ff015d946c1d761eed6577b14a7e74e970fe72d3fc002f diff --git a/lang/python37/Makefile b/lang/python37/Makefile index 3a636a9cfcad..43509bb993fe 100644 --- a/lang/python37/Makefile +++ b/lang/python37/Makefile @@ -2,7 +2,6 @@ PORTNAME= python DISTVERSION= ${PYTHON_DISTVERSION} -PORTREVISION= 2 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${DISTVERSION} PKGNAMESUFFIX= ${PYTHON_SUFFIX} diff --git a/lang/python37/Makefile.version b/lang/python37/Makefile.version index 59ef994a7250..27521bd0207a 100644 --- a/lang/python37/Makefile.version +++ b/lang/python37/Makefile.version @@ -4,4 +4,4 @@ # 1. Update python documentation (lang/python-doc-*) # Run "make -C lang/python-doc-html makesum" # 2. Remove PORTREVISION in Makefile -PYTHON_DISTVERSION= 3.7.13 +PYTHON_DISTVERSION= 3.7.14 diff --git a/lang/python37/distinfo b/lang/python37/distinfo index 71288a9f985e..ced2f4af6707 100644 --- a/lang/python37/distinfo +++ b/lang/python37/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647608884 -SHA256 (python/Python-3.7.13.tar.xz) = 99f106275df8899c3e8cb9d7c01ce686c202ef275953301427194693de5bef84 -SIZE (python/Python-3.7.13.tar.xz) = 18027980 +TIMESTAMP = 1662511568 +SHA256 (python/Python-3.7.14.tar.xz) = 4157ae31eb81af19e81c36882610491b0fb8f50e00fa8a17b095c88908b9c45c +SIZE (python/Python-3.7.14.tar.xz) = 18121168 diff --git a/lang/python37/pkg-plist b/lang/python37/pkg-plist index bc330cf9adb5..4afc963bbf20 100644 --- a/lang/python37/pkg-plist +++ b/lang/python37/pkg-plist @@ -49,6 +49,7 @@ include/python%%XYDOT%%%%ABI%%/internal/hamt.h include/python%%XYDOT%%%%ABI%%/internal/hash.h include/python%%XYDOT%%%%ABI%%/internal/import.h include/python%%XYDOT%%%%ABI%%/internal/mem.h +include/python%%XYDOT%%%%ABI%%/internal/pycore_long.h include/python%%XYDOT%%%%ABI%%/internal/pygetopt.h include/python%%XYDOT%%%%ABI%%/internal/pystate.h include/python%%XYDOT%%%%ABI%%/internal/warnings.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209090808.289884a6055540>