pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/py-google-compute-engine Update py-google-com...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a364824b651
branches:  trunk
changeset: 367490:1a364824b651
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Sep 02 18:22:31 2017 +0000

description:
Update py-google-compute-engine to 20170829.

August 29, 2017

  * New packaging for Debian, CentOS, and RHEL.
  * Fix for updating EL 6 package in the SCL Python 2.7 environment.

August 16, 2017

  * Add support for internal IP address load balancing.
  * Add support for configuring user and group management commands.
  * Improve security of authorized keys file writes.

July 18, 2017

  * Allow nologin paths other than /sbin/nologin.
  * Try to download GCS URLs with curl if gsutil is not installed.

June 09, 2017

  * Add a configuration option to disable IP alias support.
  * Support instance configuration using the google-instance-configs metadata
    key.

diffstat:

 sysutils/py-google-compute-engine/Makefile |   4 ++--
 sysutils/py-google-compute-engine/PLIST    |  17 ++++++++++-------
 sysutils/py-google-compute-engine/distinfo |  10 +++++-----
 3 files changed, 17 insertions(+), 14 deletions(-)

diffs (73 lines):

diff -r f10ebd238bb9 -r 1a364824b651 sysutils/py-google-compute-engine/Makefile
--- a/sysutils/py-google-compute-engine/Makefile        Sat Sep 02 18:15:42 2017 +0000
+++ b/sysutils/py-google-compute-engine/Makefile        Sat Sep 02 18:22:31 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2017/06/15 18:01:34 bsiegert Exp $
+# $NetBSD: Makefile,v 1.4 2017/09/02 18:22:31 bsiegert Exp $
 
 GITHUB_PROJECT=        compute-image-packages
-GITHUB_TAG=    20170523
+GITHUB_TAG=    20170829
 DISTNAME=      google-compute-engine-${GITHUB_TAG}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils
diff -r f10ebd238bb9 -r 1a364824b651 sysutils/py-google-compute-engine/PLIST
--- a/sysutils/py-google-compute-engine/PLIST   Sat Sep 02 18:15:42 2017 +0000
+++ b/sysutils/py-google-compute-engine/PLIST   Sat Sep 02 18:22:31 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/06/15 18:01:34 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/09/02 18:22:31 bsiegert Exp $
 bin/google_accounts_daemon
 bin/google_clock_skew_daemon
 bin/google_instance_setup
@@ -7,12 +7,12 @@
 bin/google_network_setup
 bin/optimize_local_ssd
 bin/set_multiqueue
-${PYSITELIB}/google_compute_engine-2.3.7-py${PYVERSSUFFIX}.egg-info/PKG-INFO
-${PYSITELIB}/google_compute_engine-2.3.7-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
-${PYSITELIB}/google_compute_engine-2.3.7-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
-${PYSITELIB}/google_compute_engine-2.3.7-py${PYVERSSUFFIX}.egg-info/entry_points.txt
-${PYSITELIB}/google_compute_engine-2.3.7-py${PYVERSSUFFIX}.egg-info/requires.txt
-${PYSITELIB}/google_compute_engine-2.3.7-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/google_compute_engine-2.6.0-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/google_compute_engine-2.6.0-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/google_compute_engine-2.6.0-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/google_compute_engine-2.6.0-py${PYVERSSUFFIX}.egg-info/entry_points.txt
+${PYSITELIB}/google_compute_engine-2.6.0-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/google_compute_engine-2.6.0-py${PYVERSSUFFIX}.egg-info/top_level.txt
 ${PYSITELIB}/google_compute_engine/__init__.py
 ${PYSITELIB}/google_compute_engine/__init__.pyo
 ${PYSITELIB}/google_compute_engine/__init__.pyc
@@ -20,6 +20,8 @@
 ${PYSITELIB}/google_compute_engine/compat.pyc
 ${PYSITELIB}/google_compute_engine/config_manager.pyo
 ${PYSITELIB}/google_compute_engine/config_manager.pyc
+${PYSITELIB}/google_compute_engine/constants.pyo
+${PYSITELIB}/google_compute_engine/constants.pyc
 ${PYSITELIB}/google_compute_engine/file_utils.pyo
 ${PYSITELIB}/google_compute_engine/file_utils.pyc
 ${PYSITELIB}/google_compute_engine/logger.pyo
@@ -56,6 +58,7 @@
 ${PYSITELIB}/google_compute_engine/clock_skew/clock_skew_daemon.py
 ${PYSITELIB}/google_compute_engine/compat.py
 ${PYSITELIB}/google_compute_engine/config_manager.py
+${PYSITELIB}/google_compute_engine/constants.py
 ${PYSITELIB}/google_compute_engine/file_utils.py
 ${PYSITELIB}/google_compute_engine/instance_setup/__init__.py
 ${PYSITELIB}/google_compute_engine/instance_setup/__init__.pyo
diff -r f10ebd238bb9 -r 1a364824b651 sysutils/py-google-compute-engine/distinfo
--- a/sysutils/py-google-compute-engine/distinfo        Sat Sep 02 18:15:42 2017 +0000
+++ b/sysutils/py-google-compute-engine/distinfo        Sat Sep 02 18:22:31 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/06/15 18:01:34 bsiegert Exp $
+$NetBSD: distinfo,v 1.3 2017/09/02 18:22:31 bsiegert Exp $
 
-SHA1 (compute-image-packages/google-compute-engine-20170523-20170523.tar.gz) = 89c17557132507a06b927095b21a24d2276da6ab
-RMD160 (compute-image-packages/google-compute-engine-20170523-20170523.tar.gz) = 896289a112cd1203654a2dd6bf7bb5276e380218
-SHA512 (compute-image-packages/google-compute-engine-20170523-20170523.tar.gz) = 
f72f46b962ef58b5d89a7eff0aff0abc3bb41fe33fd5fff0d8c2b2c08110f73316ed7fb0b6c9ea9c0c9a24760877a2b3da8facca81c15a47829b7a1af6bb2fd0
-Size (compute-image-packages/google-compute-engine-20170523-20170523.tar.gz) = 103974 bytes
+SHA1 (compute-image-packages/google-compute-engine-20170829-20170829.tar.gz) = 774c113b8c7802e215af8eef44c36731dba91bd7
+RMD160 (compute-image-packages/google-compute-engine-20170829-20170829.tar.gz) = ba537292054d7a9379b8ab1a23b7f1655778e96d
+SHA512 (compute-image-packages/google-compute-engine-20170829-20170829.tar.gz) = 
eb07daa01d828ef2c6e8da43fb74856e94c81394b5050c7331dae686bcd8bcb6160446706b2a77aed96a3288b806f007ce855e6904b0afcb14d62a7ab37cc324
+Size (compute-image-packages/google-compute-engine-20170829-20170829.tar.gz) = 126556 bytes



Home | Main Index | Thread Index | Old Index