diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-06 14:59:30 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2021-09-19 17:16:48 +0000 |
commit | cf47dcfda3555e27bac9b1fe04c8950b684a3690 (patch) | |
tree | d03c796b09e2aa43ee07844cb7b1f6be86cd0a9a | |
parent | 111c48453ec79ef82db23361e43b4e6dde77fba1 (diff) | |
download | ports-cf47dcfda3555e27bac9b1fe04c8950b684a3690.tar.gz ports-cf47dcfda3555e27bac9b1fe04c8950b684a3690.zip |
lang/python37: Update to 3.7.11
Changes: https://docs.python.org/release/3.7.11/whatsnew/changelog.html
(cherry picked from commit bf7e7cc61646b4c610b59889601ded2782b6c480)
-rw-r--r-- | lang/python37/Makefile | 1 | ||||
-rw-r--r-- | lang/python37/Makefile.version | 2 | ||||
-rw-r--r-- | lang/python37/distinfo | 6 |
3 files changed, 4 insertions, 5 deletions
diff --git a/lang/python37/Makefile b/lang/python37/Makefile index b08a8d1136e4..00715d704b09 100644 --- a/lang/python37/Makefile +++ b/lang/python37/Makefile @@ -2,7 +2,6 @@ PORTNAME= python DISTVERSION= ${PYTHON_DISTVERSION} -PORTREVISION= 1 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 043fc889c483..da1972114795 100644 --- a/lang/python37/Makefile.version +++ b/lang/python37/Makefile.version @@ -2,4 +2,4 @@ # Do not forget to update python documentation (lang/python-doc-*) # Run "make -C lang/python-doc-html makesum" -PYTHON_DISTVERSION= 3.7.10 +PYTHON_DISTVERSION= 3.7.11 diff --git a/lang/python37/distinfo b/lang/python37/distinfo index f1b7c200d57d..057fd48fcc79 100644 --- a/lang/python37/distinfo +++ b/lang/python37/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613477359 -SHA256 (python/Python-3.7.10.tar.xz) = f8d82e7572c86ec9d55c8627aae5040124fd2203af400c383c821b980306ee6b -SIZE (python/Python-3.7.10.tar.xz) = 17392580 +TIMESTAMP = 1625323731 +SHA256 (python/Python-3.7.11.tar.xz) = ddb4196ab5c4f69e895920a422cb60d42b46e2de2b173ce7fd57f1435459a734 +SIZE (python/Python-3.7.11.tar.xz) = 17393380 |