svn commit: r542619 - branches/2020Q3/lang/python38

Wen Heping wen at FreeBSD.org
Mon Jul 20 08:15:01 UTC 2020


Author: wen
Date: Mon Jul 20 08:15:00 2020
New Revision: 542619
URL: https://svnweb.freebsd.org/changeset/ports/542619

Log:
  MFH: r542175
  
  - Update to 3.8.4(include securiy fix)
    https://docs.python.org/release/3.8.4/whatsnew/changelog.html#changelog
  
  Approved by:	ports-secteam@(joneum@)

Modified:
  branches/2020Q3/lang/python38/Makefile.version
  branches/2020Q3/lang/python38/distinfo
  branches/2020Q3/lang/python38/pkg-plist
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/lang/python38/Makefile.version
==============================================================================
--- branches/2020Q3/lang/python38/Makefile.version	Mon Jul 20 08:11:19 2020	(r542618)
+++ branches/2020Q3/lang/python38/Makefile.version	Mon Jul 20 08:15:00 2020	(r542619)
@@ -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.8.3
+PYTHON_PORTVERSION=	3.8.4

Modified: branches/2020Q3/lang/python38/distinfo
==============================================================================
--- branches/2020Q3/lang/python38/distinfo	Mon Jul 20 08:11:19 2020	(r542618)
+++ branches/2020Q3/lang/python38/distinfo	Mon Jul 20 08:15:00 2020	(r542619)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589620078
-SHA256 (python/Python-3.8.3.tar.xz) = dfab5ec723c218082fe3d5d7ae17ecbdebffa9a1aea4d64aa3a2ecdd2e795864
-SIZE (python/Python-3.8.3.tar.xz) = 17912964
+TIMESTAMP = 1594718313
+SHA256 (python/Python-3.8.4.tar.xz) = 5f41968a95afe9bc12192d7e6861aab31e80a46c46fa59d3d837def6a4cd4d37
+SIZE (python/Python-3.8.4.tar.xz) = 18020412

Modified: branches/2020Q3/lang/python38/pkg-plist
==============================================================================
--- branches/2020Q3/lang/python38/pkg-plist	Mon Jul 20 08:11:19 2020	(r542618)
+++ branches/2020Q3/lang/python38/pkg-plist	Mon Jul 20 08:15:00 2020	(r542619)
@@ -2166,8 +2166,8 @@ lib/python%%XYDOT%%/ensurepip/__pycache__/__main__.cpy
 lib/python%%XYDOT%%/ensurepip/__pycache__/_uninstall.cpython-%%XY%%.opt-1.pyc
 lib/python%%XYDOT%%/ensurepip/__pycache__/_uninstall.cpython-%%XY%%.opt-2.pyc
 lib/python%%XYDOT%%/ensurepip/__pycache__/_uninstall.cpython-%%XY%%.pyc
-lib/python%%XYDOT%%/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl
-lib/python%%XYDOT%%/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl
+lib/python%%XYDOT%%/ensurepip/_bundled/pip-20.1.1-py2.py3-none-any.whl
+lib/python%%XYDOT%%/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl
 lib/python%%XYDOT%%/ensurepip/_uninstall.py
 lib/python%%XYDOT%%/enum.py
 lib/python%%XYDOT%%/filecmp.py


More information about the svn-ports-all mailing list