Date: Thu, 8 Jun 2023 02:59:20 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: ac19945f4163 - 2023Q2 - lang/python311: Update to 3.11.3 Message-ID: <202306080259.3582xKpC012275@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2023Q2 has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac19945f4163aef59c8df7f76618ad34f6e06410 commit ac19945f4163aef59c8df7f76618ad34f6e06410 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2023-04-07 13:41:44 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2023-06-08 02:58:13 +0000 lang/python311: Update to 3.11.3 (cherry picked from commit 0e98e073995fa72b16d06d308d2eff694bbb564f) --- lang/python-doc-html/distinfo | 18 +++++++++--------- lang/python311/Makefile | 1 - lang/python311/Makefile.version | 2 +- lang/python311/distinfo | 6 +++--- 4 files changed, 13 insertions(+), 14 deletions(-) diff --git a/lang/python-doc-html/distinfo b/lang/python-doc-html/distinfo index 941c23874143..cbf63bfac3ea 100644 --- a/lang/python-doc-html/distinfo +++ b/lang/python-doc-html/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1680858268 +TIMESTAMP = 1680874018 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 @@ -15,14 +15,14 @@ SHA256 (python/python-3.10.11-docs-pdf-letter.tar.bz2) = 4d617688e675aea1df0c887 SIZE (python/python-3.10.11-docs-pdf-letter.tar.bz2) = 16598008 SHA256 (python/python-3.10.11-docs-text.tar.bz2) = 273326608e16bff58aec93c359a582bf8bcaea2178b984b29042e3f0c60779e6 SIZE (python/python-3.10.11-docs-text.tar.bz2) = 2676761 -SHA256 (python/python-3.11.2-docs-html.tar.bz2) = 705f31d7bd47804c07f11cc018c7ce8468433bd0f03ffcb8d27f8437dbe32ec1 -SIZE (python/python-3.11.2-docs-html.tar.bz2) = 7779519 -SHA256 (python/python-3.11.2-docs-pdf-a4.tar.bz2) = d4263c439ac21bc34382bd242ea5ae776e80e14e8906b8b77671aca4ef0286c8 -SIZE (python/python-3.11.2-docs-pdf-a4.tar.bz2) = 17015990 -SHA256 (python/python-3.11.2-docs-pdf-letter.tar.bz2) = cab324e38a2c8b2c0931d35bd1a48f59cdff98fdef01f46ddb90ee9ecbffea3e -SIZE (python/python-3.11.2-docs-pdf-letter.tar.bz2) = 17134802 -SHA256 (python/python-3.11.2-docs-text.tar.bz2) = e081a3c6497654cb91af75f8d61ccf61b81bce105d23cb7da3b389bc2afbb952 -SIZE (python/python-3.11.2-docs-text.tar.bz2) = 2790111 +SHA256 (python/python-3.11.3-docs-html.tar.bz2) = 175d8fe269d540fb40c3bc84a06f965558fd7af432941c80a37bb4f4a32aef6e +SIZE (python/python-3.11.3-docs-html.tar.bz2) = 7779259 +SHA256 (python/python-3.11.3-docs-pdf-a4.tar.bz2) = 6589203d3ed25a587f68026aa9938e23fac20010efa5a431d4c22d231214ec2a +SIZE (python/python-3.11.3-docs-pdf-a4.tar.bz2) = 17029211 +SHA256 (python/python-3.11.3-docs-pdf-letter.tar.bz2) = 30a0c11ae45a499a52056e400add85290b63fd019f24a04981fcee53771a297e +SIZE (python/python-3.11.3-docs-pdf-letter.tar.bz2) = 17147529 +SHA256 (python/python-3.11.3-docs-text.tar.bz2) = 40ec70133cf3aa7ade3d31e297110d34dbec860c96d14b2db8d4c5378603fda3 +SIZE (python/python-3.11.3-docs-text.tar.bz2) = 2793566 SHA256 (python/python-3.7.16-docs-html.tar.bz2) = 13653ed816e963eb6d7e3f44b8e130abc7abd28005be2743e00514b0dc581ed5 SIZE (python/python-3.7.16-docs-html.tar.bz2) = 6293918 SHA256 (python/python-3.7.16-docs-pdf-a4.tar.bz2) = 402b9af419567b881e7ec902f5a1be030a4f496dfee922f25e008a028363417a diff --git a/lang/python311/Makefile b/lang/python311/Makefile index 294fd5ecc414..2ce279dbef2c 100644 --- a/lang/python311/Makefile +++ b/lang/python311/Makefile @@ -1,6 +1,5 @@ PORTNAME= python DISTVERSION= ${PYTHON_DISTVERSION} -PORTREVISION= 2 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${DISTVERSION:C/[a-z].*//} PKGNAMESUFFIX= ${PYTHON_SUFFIX} diff --git a/lang/python311/Makefile.version b/lang/python311/Makefile.version index cc3194de681b..e5986f1f448f 100644 --- a/lang/python311/Makefile.version +++ b/lang/python311/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.11.2 +PYTHON_DISTVERSION= 3.11.3 diff --git a/lang/python311/distinfo b/lang/python311/distinfo index c8c3de0d7b96..30ff2c455eda 100644 --- a/lang/python311/distinfo +++ b/lang/python311/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675944240 -SHA256 (python/Python-3.11.2.tar.xz) = 29e4b8f5f1658542a8c13e2dd277358c9c48f2b2f7318652ef1675e402b9d2af -SIZE (python/Python-3.11.2.tar.xz) = 19893284 +TIMESTAMP = 1680873920 +SHA256 (python/Python-3.11.3.tar.xz) = 8a5db99c961a7ecf27c75956189c9602c968751f11dbeae2b900dbff1c085b5e +SIZE (python/Python-3.11.3.tar.xz) = 19906156
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306080259.3582xKpC012275>