pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-gsutil



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Oct  7 11:20:25 UTC 2018

Modified Files:
        pkgsrc/net/py-gsutil: Makefile PLIST distinfo
        pkgsrc/net/py-gsutil/patches: patch-setup.py

Log Message:
py-gsutil: updated to 4.34

Release 4.34:

New features
- Added bucket lock support to gsutil. Currently, your project must be
  whitelisted for use with the new bucket lock functionality. This restriction
  will be lifted in the near future.

Bug Fixes
- Fixed issue where "rsync -P" would fail if run as the root user.
- Fixed an issue with credential caching where the source credentials for an
  entity would change but the old cached credentials would still be used.

Other Changes
- OAuth2 token exchanges now go to https://oauth2.googleapis.com/token instead
  of https://accounts.google.com/o/oauth2/token. Users using gsutil behind a
  firewall may need to adjust their firewall rules.
- If invoked via the Cloud SDK, gsutil's debug output now displays the path to
  gcloud's gsutil wrapper script for "gsutil path", rather than the actual entry
  point for the bundled gsutil component.
- Improved error messages for failed Cloud KMS requests.
- Improved error messages for "iam ch" command to clarify that assigning
  roles to project convenience groups (e.g. "projectEditor") is not allowed.
- Enhanced perfdiag command to include GCE instance details (if applicable)
  and the target bucket's location and storage class.
- Several documentation updates and clarifications.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-gsutil/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/py-gsutil/PLIST \
    pkgsrc/net/py-gsutil/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-gsutil/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-gsutil/Makefile
diff -u pkgsrc/net/py-gsutil/Makefile:1.4 pkgsrc/net/py-gsutil/Makefile:1.5
--- pkgsrc/net/py-gsutil/Makefile:1.4   Wed Aug 22 08:31:30 2018
+++ pkgsrc/net/py-gsutil/Makefile       Sun Oct  7 11:20:25 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/08/22 08:31:30 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/10/07 11:20:25 adam Exp $
 
-DISTNAME=      gsutil-4.33
+DISTNAME=      gsutil-4.34
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gsutil/}

Index: pkgsrc/net/py-gsutil/PLIST
diff -u pkgsrc/net/py-gsutil/PLIST:1.3 pkgsrc/net/py-gsutil/PLIST:1.4
--- pkgsrc/net/py-gsutil/PLIST:1.3      Wed Aug 22 08:31:30 2018
+++ pkgsrc/net/py-gsutil/PLIST  Sun Oct  7 11:20:25 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/08/22 08:31:30 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/10/07 11:20:25 adam Exp $
 bin/gsutil-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -175,6 +175,9 @@ ${PYSITELIB}/gslib/commands/rb.pyo
 ${PYSITELIB}/gslib/commands/requesterpays.py
 ${PYSITELIB}/gslib/commands/requesterpays.pyc
 ${PYSITELIB}/gslib/commands/requesterpays.pyo
+${PYSITELIB}/gslib/commands/retention.py
+${PYSITELIB}/gslib/commands/retention.pyc
+${PYSITELIB}/gslib/commands/retention.pyo
 ${PYSITELIB}/gslib/commands/rewrite.py
 ${PYSITELIB}/gslib/commands/rewrite.pyc
 ${PYSITELIB}/gslib/commands/rewrite.pyo
@@ -439,6 +442,12 @@ ${PYSITELIB}/gslib/tests/test_requester_
 ${PYSITELIB}/gslib/tests/test_resumable_streaming.py
 ${PYSITELIB}/gslib/tests/test_resumable_streaming.pyc
 ${PYSITELIB}/gslib/tests/test_resumable_streaming.pyo
+${PYSITELIB}/gslib/tests/test_retention.py
+${PYSITELIB}/gslib/tests/test_retention.pyc
+${PYSITELIB}/gslib/tests/test_retention.pyo
+${PYSITELIB}/gslib/tests/test_retention_util.py
+${PYSITELIB}/gslib/tests/test_retention_util.pyc
+${PYSITELIB}/gslib/tests/test_retention_util.pyo
 ${PYSITELIB}/gslib/tests/test_rewrite.py
 ${PYSITELIB}/gslib/tests/test_rewrite.pyc
 ${PYSITELIB}/gslib/tests/test_rewrite.pyo
@@ -598,6 +607,9 @@ ${PYSITELIB}/gslib/utils/parallelism_fra
 ${PYSITELIB}/gslib/utils/posix_util.py
 ${PYSITELIB}/gslib/utils/posix_util.pyc
 ${PYSITELIB}/gslib/utils/posix_util.pyo
+${PYSITELIB}/gslib/utils/retention_util.py
+${PYSITELIB}/gslib/utils/retention_util.pyc
+${PYSITELIB}/gslib/utils/retention_util.pyo
 ${PYSITELIB}/gslib/utils/retry_util.py
 ${PYSITELIB}/gslib/utils/retry_util.pyc
 ${PYSITELIB}/gslib/utils/retry_util.pyo
Index: pkgsrc/net/py-gsutil/distinfo
diff -u pkgsrc/net/py-gsutil/distinfo:1.3 pkgsrc/net/py-gsutil/distinfo:1.4
--- pkgsrc/net/py-gsutil/distinfo:1.3   Wed Aug 22 08:31:30 2018
+++ pkgsrc/net/py-gsutil/distinfo       Sun Oct  7 11:20:25 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2018/08/22 08:31:30 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/10/07 11:20:25 adam Exp $
 
-SHA1 (gsutil-4.33.tar.gz) = c436bae99d32e9139d329d63a573160c08ccd999
-RMD160 (gsutil-4.33.tar.gz) = 54af9959a82fbe52e5fe3fc563727ebda886a6bc
-SHA512 (gsutil-4.33.tar.gz) = d8f073cfa74ffbce140390204a41cfba6aa69d2da56636e45048897829778127b71a2292d31bd8428d86dd1793cf0f9cb44aa818a0dfb5affd97ee8433df80e0
-Size (gsutil-4.33.tar.gz) = 847799 bytes
-SHA1 (patch-setup.py) = ab50cfe06f26fc4d3524da943b7089a05ae73635
+SHA1 (gsutil-4.34.tar.gz) = f3185579520e0bf0fc2394a76b94446628bc9f4a
+RMD160 (gsutil-4.34.tar.gz) = ef5272a400b352bcdfd8a7acdc7bcf2fa90a6bba
+SHA512 (gsutil-4.34.tar.gz) = 87fc71bd9437d18e8ad2dc390fa4b9027a9bda94cb4228acb0def878f31f025e49a826bb5a029954c7fb7e9a117f4f988de5565cc537a17af1fffa122d50bfc9
+Size (gsutil-4.34.tar.gz) = 866896 bytes
+SHA1 (patch-setup.py) = 3aa468a192839dcc2f0d55b3a598e9f463bb7918

Index: pkgsrc/net/py-gsutil/patches/patch-setup.py
diff -u pkgsrc/net/py-gsutil/patches/patch-setup.py:1.1 pkgsrc/net/py-gsutil/patches/patch-setup.py:1.2
--- pkgsrc/net/py-gsutil/patches/patch-setup.py:1.1     Wed Aug 22 08:31:30 2018
+++ pkgsrc/net/py-gsutil/patches/patch-setup.py Sun Oct  7 11:20:25 2018
@@ -1,4 +1,4 @@
-$NetBSD: patch-setup.py,v 1.1 2018/08/22 08:31:30 adam Exp $
+$NetBSD: patch-setup.py,v 1.2 2018/10/07 11:20:25 adam Exp $
 
 Relax requirements.
 
@@ -12,7 +12,7 @@ Relax requirements.
 +    'boto>=2.48.0',
      'crcmod>=1.7',
      'fasteners>=0.14.1',
-     'gcs-oauth2-boto-plugin>=2.1',
+     'gcs-oauth2-boto-plugin>=2.2',
 @@ -44,16 +44,16 @@ requires = [
      'httplib2>=0.11.3',
      'google-reauth>=0.1.0',
@@ -20,8 +20,8 @@ Relax requirements.
 -    'mock==2.0.0',
 +    'mock>=2.0.0',
      'monotonic>=1.4',
--    'oauth2client==4.1.2',
-+    'oauth2client>=4.1.2',
+-    'oauth2client==4.1.3',
++    'oauth2client>=4.1.3',
      'pyOpenSSL>=0.13',
      'python-gflags>=2.0',
      'retry_decorator>=1.0.0',



Home | Main Index | Thread Index | Old Index