pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-gsutil Update py-gsutil to 4.53.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f5b19a3188eb
branches: trunk
changeset: 440705:f5b19a3188eb
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Fri Oct 16 07:41:10 2020 +0000
description:
Update py-gsutil to 4.53.
Release 4.53 (release date: 2020-08-19)
======================================
Bug Fixes
------------------
- Remove socksipy dependency to fix proxy authentication
- Retry on errors relating to region specification for S3
Other Changes
------------------
- Prompt Daisy chain users to try STS
- Add new IAM types, and disable URL parsing for IAM b/c it has subcommands.
- Many text updates and clarifications.
diffstat:
net/py-gsutil/Makefile | 9 ++++-----
net/py-gsutil/distinfo | 12 ++++++------
net/py-gsutil/patches/patch-setup.py | 16 ++++------------
3 files changed, 14 insertions(+), 23 deletions(-)
diffs (77 lines):
diff -r 1c4a1fc1c54a -r f5b19a3188eb net/py-gsutil/Makefile
--- a/net/py-gsutil/Makefile Fri Oct 16 07:00:57 2020 +0000
+++ b/net/py-gsutil/Makefile Fri Oct 16 07:41:10 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2020/08/03 08:44:24 adam Exp $
+# $NetBSD: Makefile,v 1.13 2020/10/16 07:41:10 bsiegert Exp $
-DISTNAME= gsutil-4.52
+DISTNAME= gsutil-4.53
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gsutil/}
@@ -18,14 +18,13 @@
REPLACE_PYTHON+= gslib/vendored/oauth2client/samples/django/google_user/manage.py
DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.13:../../security/py-OpenSSL
-DEPENDS+= ${PYPKGPREFIX}-SocksiPy-branch>=1.01:../../net/py-socksipy-branch
DEPENDS+= ${PYPKGPREFIX}-argcomplete>=1.9.4:../../devel/py-argcomplete
DEPENDS+= ${PYPKGPREFIX}-crcmod>=1.7:../../security/py-crcmod
DEPENDS+= ${PYPKGPREFIX}-fasteners>=0.14.1:../../devel/py-fasteners
-DEPENDS+= ${PYPKGPREFIX}-gcs-oauth2-boto-plugin>=2.5:../../net/py-gcs-oauth2-boto-plugin
+DEPENDS+= ${PYPKGPREFIX}-gcs-oauth2-boto-plugin>=2.7:../../net/py-gcs-oauth2-boto-plugin
DEPENDS+= ${PYPKGPREFIX}-google-apitools>=0.5.30:../../www/py-google-apitools
DEPENDS+= ${PYPKGPREFIX}-google-reauth>=0.1.0:../../security/py-google-reauth
-DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.11.3:../../www/py-httplib2
+DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.18:../../www/py-httplib2
DEPENDS+= ${PYPKGPREFIX}-mock>=2.0.0:../../devel/py-mock
DEPENDS+= ${PYPKGPREFIX}-monotonic>=1.4:../../time/py-monotonic
DEPENDS+= ${PYPKGPREFIX}-retry_decorator>=1.0.0:../../devel/py-retry_decorator
diff -r 1c4a1fc1c54a -r f5b19a3188eb net/py-gsutil/distinfo
--- a/net/py-gsutil/distinfo Fri Oct 16 07:00:57 2020 +0000
+++ b/net/py-gsutil/distinfo Fri Oct 16 07:41:10 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2020/07/14 17:52:22 adam Exp $
+$NetBSD: distinfo,v 1.10 2020/10/16 07:41:10 bsiegert Exp $
-SHA1 (gsutil-4.52.tar.gz) = 8e535f4a03d80c27a76603c61ff74a43c186cf20
-RMD160 (gsutil-4.52.tar.gz) = 250060a3c3f117b68fcb215ffbbc8fabcf9c281d
-SHA512 (gsutil-4.52.tar.gz) = 97c6e7dacdf0359f805523a4fce59fe1ea23dbaaba6e53917a7b397cd3f04a171a02a0648c55afb2a4455cb1358d42badb39df381e8e711d570800175208401d
-Size (gsutil-4.52.tar.gz) = 2487184 bytes
-SHA1 (patch-setup.py) = 2e2be0ae17a84feb3a7d6e2c2a5b14158d6ff276
+SHA1 (gsutil-4.53.tar.gz) = d2cba354892fe912eedd33acfd515ad2b52fc5d0
+RMD160 (gsutil-4.53.tar.gz) = ae413b5fd323d280e1f3724bc181a597e7cf42aa
+SHA512 (gsutil-4.53.tar.gz) = a91edbe27593ae8ba14fe8c8d04f12dc5aac94ab970925940725220680052390039e3f5c6614f20720306541c418911a0986f73887dc00188c792d8e4684cdd4
+Size (gsutil-4.53.tar.gz) = 2487916 bytes
+SHA1 (patch-setup.py) = 1e5b185a5c0efeb7ab05597d0cec1cb354cde558
diff -r 1c4a1fc1c54a -r f5b19a3188eb net/py-gsutil/patches/patch-setup.py
--- a/net/py-gsutil/patches/patch-setup.py Fri Oct 16 07:00:57 2020 +0000
+++ b/net/py-gsutil/patches/patch-setup.py Fri Oct 16 07:41:10 2020 +0000
@@ -1,11 +1,11 @@
-$NetBSD: patch-setup.py,v 1.4 2020/07/07 16:49:19 bsiegert Exp $
+$NetBSD: patch-setup.py,v 1.5 2020/10/16 07:41:10 bsiegert Exp $
Relax requirements.
---- setup.py.orig 2020-05-19 21:00:16.000000000 +0000
+--- setup.py.orig 2020-08-19 21:17:24.000000000 +0000
+++ setup.py
-@@ -44,14 +44,14 @@ requires = [
- 'httplib2>=0.11.3',
+@@ -44,7 +44,7 @@ requires = [
+ 'httplib2>=0.18',
'google-reauth>=0.1.0',
# TODO: Sync submodule with tag referenced here once #339 is fixed in mock.
- 'mock==2.0.0',
@@ -13,11 +13,3 @@
'monotonic>=1.4',
'pyOpenSSL>=0.13',
'retry_decorator>=1.0.0',
- 'six>=1.12.0',
- # Not using 1.02 because of:
- # https://code.google.com/p/socksipy-branch/issues/detail?id=3
-- 'SocksiPy-branch==1.01',
-+ 'SocksiPy-branch>=1.01',
- ]
-
- CURDIR = os.path.abspath(os.path.dirname(__file__))
Home |
Main Index |
Thread Index |
Old Index