Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2018 18:55:38 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
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
Message-ID:  <201803271855.w2RItcwa007266@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <helen.koike@collabora.com> (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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803271855.w2RItcwa007266>