From owner-svn-ports-all@freebsd.org Tue Mar 27 18:55:39 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 1A591F4E908; Tue, 27 Mar 2018 18:55:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD3E879DC0; Tue, 27 Mar 2018 18:55:38 +0000 (UTC) (envelope-from yuri@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 9BBC12013B; Tue, 27 Mar 2018 18:55:38 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2RItcwn007271; Tue, 27 Mar 2018 18:55:38 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2RItcwa007266; Tue, 27 Mar 2018 18:55:38 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803271855.w2RItcwa007266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 27 Mar 2018 18:55:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465736 - in head/sysutils/py-google-compute-engine: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/sysutils/py-google-compute-engine: . files X-SVN-Commit-Revision: 465736 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 27 Mar 2018 18:55:39 -0000 Author: yuri Date: Tue Mar 27 18:55:37 2018 New Revision: 465736 URL: https://svnweb.freebsd.org/changeset/ports/465736 Log: sysutils/py-google-compute-engine: Update 2.6.1 -> 2.7.6 Patch updates. PR: 227006 Submitted by: Helen Koike (maintainer) Deleted: head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_network__setup_network__setup.py Modified: head/sysutils/py-google-compute-engine/Makefile head/sysutils/py-google-compute-engine/distinfo head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_instance__setup_instance__config.py head/sysutils/py-google-compute-engine/files/patch-setup.py Modified: head/sysutils/py-google-compute-engine/Makefile ============================================================================== --- head/sysutils/py-google-compute-engine/Makefile Tue Mar 27 18:55:34 2018 (r465735) +++ head/sysutils/py-google-compute-engine/Makefile Tue Mar 27 18:55:37 2018 (r465736) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= google-compute-engine -PORTVERSION= 2.6.1 +DISTVERSION= 2.7.6 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,6 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-bo USES= python USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes USE_RC_SUBR= google_instance_setup \ google_network_setup \ @@ -26,8 +27,6 @@ USE_RC_SUBR= google_instance_setup \ google_clock_skew_daemon \ google_ip_forwarding_daemon \ google_startup - -NO_ARCH= yes SUB_LIST= PYTHON_CMD="${PYTHON_CMD}" REINPLACE_ARGS= -i '' Modified: head/sysutils/py-google-compute-engine/distinfo ============================================================================== --- head/sysutils/py-google-compute-engine/distinfo Tue Mar 27 18:55:34 2018 (r465735) +++ head/sysutils/py-google-compute-engine/distinfo Tue Mar 27 18:55:37 2018 (r465736) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506375280 -SHA256 (google-compute-engine-2.6.1.tar.gz) = e1df14f755dfa8f165b7bde77b9ed0c18cc32c41a7eb4bf97bc73f0bb65e541f -SIZE (google-compute-engine-2.6.1.tar.gz) = 29562 +TIMESTAMP = 1522049559 +SHA256 (google-compute-engine-2.7.6.tar.gz) = 23c764f2fc72db5a0b81cb8f8029c4e5d152bd50faf1eb7322b4a4cff039d003 +SIZE (google-compute-engine-2.7.6.tar.gz) = 40742 Modified: head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_instance__setup_instance__config.py ============================================================================== --- head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_instance__setup_instance__config.py Tue Mar 27 18:55:34 2018 (r465735) +++ head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_instance__setup_instance__config.py Tue Mar 27 18:55:37 2018 (r465736) @@ -1,9 +1,9 @@ ---- google_compute_engine/instance_setup/instance_config.py.orig 2017-09-29 00:21:28 UTC +--- google_compute_engine/instance_setup/instance_config.py.orig 2018-02-22 19:44:17 UTC +++ google_compute_engine/instance_setup/instance_config.py -@@ -72,11 +72,11 @@ class InstanceConfig(config_manager.Conf - 'instance_id': '0', +@@ -73,11 +73,11 @@ class InstanceConfig(config_manager.Conf }, 'InstanceSetup': { + 'host_key_types': 'ecdsa,ed25519,rsa', - 'optimize_local_ssd': 'true', + 'optimize_local_ssd': 'false', 'network_enabled': 'true', Modified: head/sysutils/py-google-compute-engine/files/patch-setup.py ============================================================================== --- head/sysutils/py-google-compute-engine/files/patch-setup.py Tue Mar 27 18:55:34 2018 (r465735) +++ head/sysutils/py-google-compute-engine/files/patch-setup.py Tue Mar 27 18:55:37 2018 (r465736) @@ -1,10 +1,10 @@ ---- setup.py.orig 2017-09-14 18:08:49 UTC +--- setup.py.orig 2018-02-22 19:44:17 UTC +++ setup.py -@@ -30,7 +30,6 @@ setuptools.setup( +@@ -34,7 +34,6 @@ setuptools.setup( long_description='Google Compute Engine guest environment.', name='google-compute-engine', packages=setuptools.find_packages(), - scripts=glob.glob('scripts/*'), url='https://github.com/GoogleCloudPlatform/compute-image-packages', - version='2.6.1', + version='2.7.6', # Entry points create scripts in /usr/bin that call a function.