Date: Mon, 8 Jul 2019 23:10:33 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506253 - in head/lang: python-doc-html python36 python36/files Message-ID: <201907082310.x68NAXq8087736@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Mon Jul 8 23:10:32 2019 New Revision: 506253 URL: https://svnweb.freebsd.org/changeset/ports/506253 Log: - Update to python-3.6.9(include security fix) PR: 238952 Submitted by: wenheping2000@hotmail.com(myself) Reviewed by: koobs@ Exp-run by: antoine@ MFH: 2019Q3 Deleted: head/lang/python36/files/patch-bpo35746 Modified: head/lang/python-doc-html/distinfo head/lang/python36/Makefile head/lang/python36/Makefile.version head/lang/python36/distinfo head/lang/python36/pkg-plist Modified: head/lang/python-doc-html/distinfo ============================================================================== --- head/lang/python-doc-html/distinfo Mon Jul 8 22:36:01 2019 (r506252) +++ head/lang/python-doc-html/distinfo Mon Jul 8 23:10:32 2019 (r506253) @@ -1,4 +1,4 @@ -TIMESTAMP = 1553834988 +TIMESTAMP = 1562139598 SHA256 (python/python-2.7.16-docs-html.tar.bz2) = 02d488e908ceaa793662c3ea17ee9b9259f32782d74705633151c19f5fd05fe5 SIZE (python/python-2.7.16-docs-html.tar.bz2) = 4629448 SHA256 (python/python-2.7.16-docs-pdf-a4.tar.bz2) = b8397a5ba1c8a205a9873c12899dd33c0d5f265abaad33ce200f2e9aad0fb492 @@ -15,14 +15,14 @@ SHA256 (python/python-3.5.7-docs-pdf-letter.tar.bz2) = SIZE (python/python-3.5.7-docs-pdf-letter.tar.bz2) = 10877760 SHA256 (python/python-3.5.7-docs-text.tar.bz2) = 3d001c4a23f99a5c22116de7bc5c27fd985541b90fef29a7454b61add51b3d96 SIZE (python/python-3.5.7-docs-text.tar.bz2) = 2067002 -SHA256 (python/python-3.6.8-docs-html.tar.bz2) = d17ebdc57a6590b7c86c98047c4f90723c5a1846343a4640e0596161922cf9eb -SIZE (python/python-3.6.8-docs-html.tar.bz2) = 6010329 -SHA256 (python/python-3.6.8-docs-pdf-a4.tar.bz2) = 4734db2cea99bbd2d3b6523cc3aa969c88cebfce7c705e8918677fce96cdd1c8 -SIZE (python/python-3.6.8-docs-pdf-a4.tar.bz2) = 13672468 -SHA256 (python/python-3.6.8-docs-pdf-letter.tar.bz2) = 76562a113644bc01b1107aab8dafe8680227c8ee384946a07ce67f21b7e31086 -SIZE (python/python-3.6.8-docs-pdf-letter.tar.bz2) = 13673043 -SHA256 (python/python-3.6.8-docs-text.tar.bz2) = 4a48632298ac7ed94aedb2c3093170b739b4c7cd607419cbb5bf3edb8f9d8c0a -SIZE (python/python-3.6.8-docs-text.tar.bz2) = 2163182 +SHA256 (python/python-3.6.9-docs-html.tar.bz2) = a5272e517c3b71c89a647cfa55390aec394407ee224017e1288fc3d22141d013 +SIZE (python/python-3.6.9-docs-html.tar.bz2) = 5992329 +SHA256 (python/python-3.6.9-docs-pdf-a4.tar.bz2) = bf95834d777ebe3252ad0bee2a36e4772e41414331c8068332961ebad3a89761 +SIZE (python/python-3.6.9-docs-pdf-a4.tar.bz2) = 13818889 +SHA256 (python/python-3.6.9-docs-pdf-letter.tar.bz2) = 656e70bfff58d1815507ca7cd82cc74ee5d30a9c575ba0488df6edaa8d290c24 +SIZE (python/python-3.6.9-docs-pdf-letter.tar.bz2) = 13819027 +SHA256 (python/python-3.6.9-docs-text.tar.bz2) = bbcce937a6853310f987c2a9434224f03180927622b86ab60feb4176cfcd8ec5 +SIZE (python/python-3.6.9-docs-text.tar.bz2) = 2165791 SHA256 (python/python-3.7.3-docs-html.tar.bz2) = 38bac7ff3330fab68c57ee9ce553f2f9ccce4365ff4ae646c0d06868bd0c9bd8 SIZE (python/python-3.7.3-docs-html.tar.bz2) = 6223981 SHA256 (python/python-3.7.3-docs-pdf-a4.tar.bz2) = e998213bf0e8117b58fa3653d0d46a70ae79d1e05a4c2d6995687c179b7310a6 Modified: head/lang/python36/Makefile ============================================================================== --- head/lang/python36/Makefile Mon Jul 8 22:36:01 2019 (r506252) +++ head/lang/python36/Makefile Mon Jul 8 23:10:32 2019 (r506253) @@ -3,7 +3,6 @@ PORTNAME= python PORTVERSION= ${PYTHON_PORTVERSION} -PORTREVISION= 2 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} PKGNAMESUFFIX= ${PYTHON_SUFFIX} Modified: head/lang/python36/Makefile.version ============================================================================== --- head/lang/python36/Makefile.version Mon Jul 8 22:36:01 2019 (r506252) +++ head/lang/python36/Makefile.version Mon Jul 8 23:10:32 2019 (r506253) @@ -3,4 +3,4 @@ # Do not forget to update python documentation (lang/python-doc-*) # Run "make -C lang/python-doc-html makesum" -PYTHON_PORTVERSION= 3.6.8 +PYTHON_PORTVERSION= 3.6.9 Modified: head/lang/python36/distinfo ============================================================================== --- head/lang/python36/distinfo Mon Jul 8 22:36:01 2019 (r506252) +++ head/lang/python36/distinfo Mon Jul 8 23:10:32 2019 (r506253) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545693407 -SHA256 (python/Python-3.6.8.tar.xz) = 35446241e995773b1bed7d196f4b624dadcadc8429f26282e756b2fb8a351193 -SIZE (python/Python-3.6.8.tar.xz) = 17212420 +TIMESTAMP = 1562110897 +SHA256 (python/Python-3.6.9.tar.xz) = 5e2f5f554e3f8f7f0296f7e73d8600c4e9acbaee6b2555b83206edf5153870da +SIZE (python/Python-3.6.9.tar.xz) = 17212164 Modified: head/lang/python36/pkg-plist ============================================================================== --- head/lang/python36/pkg-plist Mon Jul 8 22:36:01 2019 (r506252) +++ head/lang/python36/pkg-plist Mon Jul 8 23:10:32 2019 (r506253) @@ -5205,6 +5205,7 @@ lib/python%%XYDOT%%/test/support/__pycache__/testresul lib/python%%XYDOT%%/test/support/__pycache__/testresult.cpython-%%XY%%.pyc lib/python%%XYDOT%%/test/support/script_helper.py lib/python%%XYDOT%%/test/support/testresult.py +lib/python%%XYDOT%%/test/talos-2019-0758.pem lib/python%%XYDOT%%/test/test___all__.py lib/python%%XYDOT%%/test/test___future__.py lib/python%%XYDOT%%/test/test__locale.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907082310.x68NAXq8087736>