mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
MFH: r548286
lang/python35: Update to 3.5.10 ChangeLog: https://docs.python.org/3.5/whatsnew/changelog.html#python-3-5-10 PR: 249187 Approved by: ports-secteam (joneum)
This commit is contained in:
parent
77d69ef232
commit
daa28bcff5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q3/; revision=548292
4 changed files with 8 additions and 13 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= python
|
||||
PORTVERSION= ${PYTHON_PORTVERSION}
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= lang python
|
||||
CATEGORIES= lang python
|
||||
MASTER_SITES= PYTHON/ftp/python/${PORTVERSION}
|
||||
PKGNAMESUFFIX= ${PYTHON_SUFFIX}
|
||||
|
@ -12,9 +12,7 @@ DIST_SUBDIR= python
|
|||
|
||||
# Resolve sinpi name clash with libm (IEEE-754 violation)
|
||||
PATCH_SITES= https://github.com/python/cpython/commit/
|
||||
PATCHFILES= f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1 \
|
||||
37fe316479e0b6906a74b0c0a5e495c55037fdfd.patch:-p1 \
|
||||
09d8172837b6985c4ad90ee025f6b5a554a9f0ac.patch:-p1
|
||||
PATCHFILES= f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= Interpreted object-oriented programming language
|
||||
|
|
|
@ -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.5.9
|
||||
PYTHON_PORTVERSION= 3.5.10
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
TIMESTAMP = 1592656701
|
||||
SHA256 (python/Python-3.5.9.tar.xz) = c24a37c63a67f53bdd09c5f287b5cff8e8b98f857bf348c577d454d3f74db049
|
||||
SIZE (python/Python-3.5.9.tar.xz) = 15388876
|
||||
TIMESTAMP = 1599542846
|
||||
SHA256 (python/Python-3.5.10.tar.xz) = 0f0fa8685c1dc1f1dacb0b4e7779796b90aef99dc1fa4967a71b9da7b57d4a28
|
||||
SIZE (python/Python-3.5.10.tar.xz) = 15385904
|
||||
SHA256 (python/f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch) = 44340896504b297bbab06db0bb0a71ddf9f25bbe02ab3dcdfeec2772c957b69f
|
||||
SIZE (python/f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch) = 2542
|
||||
SHA256 (python/37fe316479e0b6906a74b0c0a5e495c55037fdfd.patch) = b576605d75b265b25cebe7ad166bacce417bfc68fa7cdc0902026b5eb7e4df26
|
||||
SIZE (python/37fe316479e0b6906a74b0c0a5e495c55037fdfd.patch) = 10880
|
||||
SHA256 (python/09d8172837b6985c4ad90ee025f6b5a554a9f0ac.patch) = 5780700c549f81323cf07d6637584c3bbca45afa84b3e9febbba54db07544ccf
|
||||
SIZE (python/09d8172837b6985c4ad90ee025f6b5a554a9f0ac.patch) = 6643
|
||||
|
|
|
@ -4832,7 +4832,6 @@ lib/python%%XYDOT%%/test/decimaltestdata/testall.decTest
|
|||
lib/python%%XYDOT%%/test/decimaltestdata/tointegral.decTest
|
||||
lib/python%%XYDOT%%/test/decimaltestdata/tointegralx.decTest
|
||||
lib/python%%XYDOT%%/test/decimaltestdata/xor.decTest
|
||||
lib/python%%XYDOT%%/test/dh1024.pem
|
||||
lib/python%%XYDOT%%/test/dis_module.py
|
||||
lib/python%%XYDOT%%/test/doctest_aliases.py
|
||||
lib/python%%XYDOT%%/test/double_const.py
|
||||
|
@ -4854,6 +4853,7 @@ lib/python%%XYDOT%%/test/encoded_modules/__pycache__/module_koi8_r.cpython-%%XY%
|
|||
lib/python%%XYDOT%%/test/encoded_modules/module_iso_8859_1.py
|
||||
lib/python%%XYDOT%%/test/encoded_modules/module_koi8_r.py
|
||||
lib/python%%XYDOT%%/test/exception_hierarchy.txt
|
||||
lib/python%%XYDOT%%/test/ffdh3072.pem
|
||||
lib/python%%XYDOT%%/test/final_a.py
|
||||
lib/python%%XYDOT%%/test/final_b.py
|
||||
lib/python%%XYDOT%%/test/floating_points.txt
|
||||
|
@ -4914,6 +4914,7 @@ lib/python%%XYDOT%%/test/randv2_32.pck
|
|||
lib/python%%XYDOT%%/test/randv2_64.pck
|
||||
lib/python%%XYDOT%%/test/randv3.pck
|
||||
lib/python%%XYDOT%%/test/re_tests.py
|
||||
lib/python%%XYDOT%%/test/recursion.tar
|
||||
lib/python%%XYDOT%%/test/regrtest.py
|
||||
lib/python%%XYDOT%%/test/relimport.py
|
||||
lib/python%%XYDOT%%/test/reperf.py
|
||||
|
|
Loading…
Add table
Reference in a new issue