From owner-svn-ports-all@freebsd.org Wed Dec 26 02:24:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71B9B133EF77; Wed, 26 Dec 2018 02:24:34 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 15F55923C3; Wed, 26 Dec 2018 02:24:34 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EFC841D2BC; Wed, 26 Dec 2018 02:24:33 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBQ2OXxx073841; Wed, 26 Dec 2018 02:24:33 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBQ2OXvx073838; Wed, 26 Dec 2018 02:24:33 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201812260224.wBQ2OXvx073838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 26 Dec 2018 02:24:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488355 - in head/lang/python37: . files X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/lang/python37: . files X-SVN-Commit-Revision: 488355 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 15F55923C3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.981,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Dec 2018 02:24:34 -0000 Author: wen Date: Wed Dec 26 02:24:32 2018 New Revision: 488355 URL: https://svnweb.freebsd.org/changeset/ports/488355 Log: - Update to 3.7.2 Modified: head/lang/python37/Makefile.version head/lang/python37/distinfo head/lang/python37/files/patch-Makefile.pre.in head/lang/python37/pkg-plist Modified: head/lang/python37/Makefile.version ============================================================================== --- head/lang/python37/Makefile.version Wed Dec 26 01:35:54 2018 (r488354) +++ head/lang/python37/Makefile.version Wed Dec 26 02:24:32 2018 (r488355) @@ -1,4 +1,4 @@ # Mk/Uses/python.mk includes this file, don't remove it! # $FreeBSD$ -PYTHON_PORTVERSION= 3.7.1 +PYTHON_PORTVERSION= 3.7.2 Modified: head/lang/python37/distinfo ============================================================================== --- head/lang/python37/distinfo Wed Dec 26 01:35:54 2018 (r488354) +++ head/lang/python37/distinfo Wed Dec 26 02:24:32 2018 (r488355) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540104377 -SHA256 (python/Python-3.7.1.tar.xz) = fa7e2b8e8c9402f192ad56dc4f814089d1c4466c97d780f5e5acc02c04243d6d -SIZE (python/Python-3.7.1.tar.xz) = 16960060 +TIMESTAMP = 1545742410 +SHA256 (python/Python-3.7.2.tar.xz) = d83fe8ce51b1bb48bbcf0550fd265b9a75cdfdfa93f916f9e700aef8444bf1bb +SIZE (python/Python-3.7.2.tar.xz) = 17042320 Modified: head/lang/python37/files/patch-Makefile.pre.in ============================================================================== --- head/lang/python37/files/patch-Makefile.pre.in Wed Dec 26 01:35:54 2018 (r488354) +++ head/lang/python37/files/patch-Makefile.pre.in Wed Dec 26 02:24:32 2018 (r488355) @@ -5,10 +5,9 @@ # Description: Create symlinks for non-ABI-suffixed python*-config and ABI-suffixed python-*.pc # Submitted by: antoine@ (r358029) # TODO: Upstream - ---- Makefile.pre.in.orig 2016-12-26 00:30:30.873942000 +0800 -+++ Makefile.pre.in 2016-12-26 02:51:45.233175000 +0800 -@@ -80,23 +80,20 @@ +--- Makefile.pre.in.orig 2018-12-25 13:00:52 UTC ++++ Makefile.pre.in +@@ -80,7 +80,6 @@ MAKESETUP= $(srcdir)/Modules/makesetup OPT= @OPT@ BASECFLAGS= @BASECFLAGS@ BASECPPFLAGS= @BASECPPFLAGS@ @@ -16,7 +15,10 @@ # CFLAGS_NODIST is used for building the interpreter and stdlib C extensions. # Use it when a compiler flag should _not_ be part of the distutils CFLAGS # once Python is installed (Issue #21121). - CONFIGURE_CFLAGS_NODIST=@CFLAGS_NODIST@ +@@ -89,18 +88,16 @@ CONFIGURE_CFLAGS_NODIST=@CFLAGS_NODIST@ + # Use it when a linker flag should _not_ be part of the distutils LDFLAGS + # once Python is installed (bpo-35257) + CONFIGURE_LDFLAGS_NODIST=@LDFLAGS_NODIST@ -CONFIGURE_CPPFLAGS= @CPPFLAGS@ -CONFIGURE_LDFLAGS= @LDFLAGS@ # Avoid assigning CFLAGS, LDFLAGS, etc. so users can use them on the @@ -32,10 +34,10 @@ -PY_LDFLAGS= $(CONFIGURE_LDFLAGS) $(LDFLAGS) +PY_CPPFLAGS= $(BASECPPFLAGS) -I. -I$(srcdir)/Include $(CPPFLAGS) +PY_LDFLAGS= $(LDFLAGS) + PY_LDFLAGS_NODIST=$(CONFIGURE_LDFLAGS_NODIST) $(LDFLAGS_NODIST) NO_AS_NEEDED= @NO_AS_NEEDED@ LDLAST= @LDLAST@ - SGI_ABI= @SGI_ABI@ -@@ -1145,12 +1142,6 @@ +@@ -1213,12 +1210,6 @@ bininstall: altbininstall else true; \ fi (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)$(EXE) python3$(EXE)) @@ -48,7 +50,7 @@ -rm -f $(DESTDIR)$(BINDIR)/python3-config (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python3-config) -rm -f $(DESTDIR)$(LIBPC)/python3.pc -@@ -1412,6 +1403,12 @@ +@@ -1505,6 +1496,12 @@ libainstall: @DEF_MAKE_RULE@ python-config $(INSTALL_SCRIPT) $(srcdir)/install-sh $(DESTDIR)$(LIBPL)/install-sh $(INSTALL_SCRIPT) python-config.py $(DESTDIR)$(LIBPL)/python-config.py $(INSTALL_SCRIPT) python-config $(DESTDIR)$(BINDIR)/python$(LDVERSION)-config Modified: head/lang/python37/pkg-plist ============================================================================== --- head/lang/python37/pkg-plist Wed Dec 26 01:35:54 2018 (r488354) +++ head/lang/python37/pkg-plist Wed Dec 26 02:24:32 2018 (r488355) @@ -41,6 +41,17 @@ include/python%%XYDOT%%%%ABI%%/genobject.h include/python%%XYDOT%%%%ABI%%/graminit.h include/python%%XYDOT%%%%ABI%%/grammar.h include/python%%XYDOT%%%%ABI%%/import.h +include/python%%XYDOT%%%%ABI%%/internal/ceval.h +include/python%%XYDOT%%%%ABI%%/internal/condvar.h +include/python%%XYDOT%%%%ABI%%/internal/context.h +include/python%%XYDOT%%%%ABI%%/internal/gil.h +include/python%%XYDOT%%%%ABI%%/internal/hamt.h +include/python%%XYDOT%%%%ABI%%/internal/hash.h +include/python%%XYDOT%%%%ABI%%/internal/import.h +include/python%%XYDOT%%%%ABI%%/internal/mem.h +include/python%%XYDOT%%%%ABI%%/internal/pygetopt.h +include/python%%XYDOT%%%%ABI%%/internal/pystate.h +include/python%%XYDOT%%%%ABI%%/internal/warnings.h include/python%%XYDOT%%%%ABI%%/intrcheck.h include/python%%XYDOT%%%%ABI%%/iterobject.h include/python%%XYDOT%%%%ABI%%/listobject.h @@ -2124,8 +2135,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-10.0.1-py2.py3-none-any.whl -lib/python%%XYDOT%%/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl +lib/python%%XYDOT%%/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl +lib/python%%XYDOT%%/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl lib/python%%XYDOT%%/ensurepip/_uninstall.py lib/python%%XYDOT%%/enum.py lib/python%%XYDOT%%/filecmp.py @@ -5383,10 +5394,6 @@ lib/python%%XYDOT%%/test/test_asyncio/echo.py lib/python%%XYDOT%%/test/test_asyncio/echo2.py lib/python%%XYDOT%%/test/test_asyncio/echo3.py lib/python%%XYDOT%%/test/test_asyncio/functional.py -lib/python%%XYDOT%%/test/test_asyncio/keycert3.pem -lib/python%%XYDOT%%/test/test_asyncio/pycacert.pem -lib/python%%XYDOT%%/test/test_asyncio/ssl_cert.pem -lib/python%%XYDOT%%/test/test_asyncio/ssl_key.pem lib/python%%XYDOT%%/test/test_asyncio/test_base_events.py lib/python%%XYDOT%%/test/test_asyncio/test_buffered_proto.py lib/python%%XYDOT%%/test/test_asyncio/test_context.py