pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/py-google-compute-engine
Module Name: pkgsrc
Committed By: bsiegert
Date: Sat Sep 2 18:22:31 UTC 2017
Modified Files:
pkgsrc/sysutils/py-google-compute-engine: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/py-google-compute-engine/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/py-google-compute-engine/PLIST \
pkgsrc/sysutils/py-google-compute-engine/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/py-google-compute-engine/Makefile
diff -u pkgsrc/sysutils/py-google-compute-engine/Makefile:1.3 pkgsrc/sysutils/py-google-compute-engine/Makefile:1.4
--- pkgsrc/sysutils/py-google-compute-engine/Makefile:1.3 Thu Jun 15 18:01:34 2017
+++ pkgsrc/sysutils/py-google-compute-engine/Makefile Sat Sep 2 18:22:31 2017
@@ -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
Index: pkgsrc/sysutils/py-google-compute-engine/PLIST
diff -u pkgsrc/sysutils/py-google-compute-engine/PLIST:1.2 pkgsrc/sysutils/py-google-compute-engine/PLIST:1.3
--- pkgsrc/sysutils/py-google-compute-engine/PLIST:1.2 Thu Jun 15 18:01:34 2017
+++ pkgsrc/sysutils/py-google-compute-engine/PLIST Sat Sep 2 18:22:31 2017
@@ -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_metadata_script_runner
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/compa
${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
${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
Index: pkgsrc/sysutils/py-google-compute-engine/distinfo
diff -u pkgsrc/sysutils/py-google-compute-engine/distinfo:1.2 pkgsrc/sysutils/py-google-compute-engine/distinfo:1.3
--- pkgsrc/sysutils/py-google-compute-engine/distinfo:1.2 Thu Jun 15 18:01:34 2017
+++ pkgsrc/sysutils/py-google-compute-engine/distinfo Sat Sep 2 18:22:31 2017
@@ -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