Date: Wed, 29 Jun 2016 14:00: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: r417766 - in head/lang/python34: . files Message-ID: <201606291400.u5TE0XYp032311@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Wed Jun 29 14:00:33 2016 New Revision: 417766 URL: https://svnweb.freebsd.org/changeset/ports/417766 Log: - Update to 3.4.5 Deleted: head/lang/python34/files/patch-Modules_zipimport.c Modified: head/lang/python34/Makefile head/lang/python34/Makefile.version head/lang/python34/distinfo head/lang/python34/pkg-plist Modified: head/lang/python34/Makefile ============================================================================== --- head/lang/python34/Makefile Wed Jun 29 13:51:49 2016 (r417765) +++ head/lang/python34/Makefile Wed Jun 29 14:00:33 2016 (r417766) @@ -3,7 +3,6 @@ PORTNAME= python34 PORTVERSION= ${PYTHON_PORTVERSION} -PORTREVISION= 3 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} DISTNAME= Python-${PORTVERSION} Modified: head/lang/python34/Makefile.version ============================================================================== --- head/lang/python34/Makefile.version Wed Jun 29 13:51:49 2016 (r417765) +++ head/lang/python34/Makefile.version Wed Jun 29 14:00:33 2016 (r417766) @@ -1,4 +1,4 @@ # Mk/Uses/python.mk includes this file, don't remove it! # $FreeBSD$ -PYTHON_PORTVERSION= 3.4.4 +PYTHON_PORTVERSION= 3.4.5 Modified: head/lang/python34/distinfo ============================================================================== --- head/lang/python34/distinfo Wed Jun 29 13:51:49 2016 (r417765) +++ head/lang/python34/distinfo Wed Jun 29 14:00:33 2016 (r417766) @@ -1,2 +1,3 @@ -SHA256 (python/Python-3.4.4.tar.xz) = a797d3820155ec6cb654a652b9acfb11792d4e7d568eef1f9199009e042b6ba2 -SIZE (python/Python-3.4.4.tar.xz) = 14307620 +TIMESTAMP = 1467234707 +SHA256 (python/Python-3.4.5.tar.xz) = ee64b1c8a47461009abf25252332d29a4e587cb4f0c1c96aa793a3732e9d898a +SIZE (python/Python-3.4.5.tar.xz) = 14516820 Modified: head/lang/python34/pkg-plist ============================================================================== --- head/lang/python34/pkg-plist Wed Jun 29 13:51:49 2016 (r417765) +++ head/lang/python34/pkg-plist Wed Jun 29 14:00:33 2016 (r417766) @@ -1548,8 +1548,8 @@ lib/python3.4/ensurepip/__pycache__/__ma lib/python3.4/ensurepip/__pycache__/__main__.cpython-34.pyo lib/python3.4/ensurepip/__pycache__/_uninstall.cpython-34.pyc lib/python3.4/ensurepip/__pycache__/_uninstall.cpython-34.pyo -lib/python3.4/ensurepip/_bundled/pip-7.1.2-py2.py3-none-any.whl -lib/python3.4/ensurepip/_bundled/setuptools-18.2-py2.py3-none-any.whl +lib/python3.4/ensurepip/_bundled/pip-8.1.1-py2.py3-none-any.whl +lib/python3.4/ensurepip/_bundled/setuptools-20.10.1-py2.py3-none-any.whl lib/python3.4/ensurepip/_uninstall.py lib/python3.4/enum.py lib/python3.4/filecmp.py @@ -1975,9 +1975,9 @@ lib/python3.4/lib-dynload/unicodedata.so %%NO_DEBUG%%lib/python3.4/lib-dynload/xxlimited.so lib/python3.4/lib-dynload/zlib.so lib/python3.4/lib2to3/Grammar.txt -lib/python3.4/lib2to3/Grammar3.4.4.final.0.pickle +lib/python3.4/lib2to3/Grammar3.4.5.final.0.pickle lib/python3.4/lib2to3/PatternGrammar.txt -lib/python3.4/lib2to3/PatternGrammar3.4.4.final.0.pickle +lib/python3.4/lib2to3/PatternGrammar3.4.5.final.0.pickle lib/python3.4/lib2to3/__init__.py lib/python3.4/lib2to3/__main__.py lib/python3.4/lib2to3/__pycache__/__init__.cpython-34.pyc @@ -3367,10 +3367,12 @@ lib/python3.4/test/badsyntax_future9.py lib/python3.4/test/badsyntax_pep3120.py lib/python3.4/test/buffer_tests.py lib/python3.4/test/bytecode_helper.py +lib/python3.4/test/capath/0e4015b9.0 lib/python3.4/test/capath/4e1295a3.0 lib/python3.4/test/capath/5ed36f99.0 lib/python3.4/test/capath/6e88d7b8.0 lib/python3.4/test/capath/99d0fa06.0 +lib/python3.4/test/capath/ce7b8643.0 lib/python3.4/test/cfgparser.1 lib/python3.4/test/cfgparser.2 lib/python3.4/test/cfgparser.3 @@ -3576,7 +3578,6 @@ lib/python3.4/test/formatfloat_testcases lib/python3.4/test/future_test1.py lib/python3.4/test/future_test2.py lib/python3.4/test/gdb_sample.py -lib/python3.4/test/https_svn_python_org_root.pem lib/python3.4/test/ieee754.txt lib/python3.4/test/imghdrdata/python.bmp lib/python3.4/test/imghdrdata/python.gif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606291400.u5TE0XYp032311>