pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-google-api-python-client Updated py-google-api-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/25f5f3728dc3
branches: trunk
changeset: 354070:25f5f3728dc3
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Oct 19 12:58:32 2016 +0000
description:
Updated py-google-api-python-client to 1.5.4.
v1.5.4
Version 1.5.4
Bugfix release
- Properly handle errors when the API returns a mapping or sequence. (#289)
- Upgrade to unified uritemplate 3.0.0. (#293)
- Allow oauth2client 4.0.0, with the caveat that file-based discovery
caching is disabled.
diffstat:
www/py-google-api-python-client/Makefile | 4 +-
www/py-google-api-python-client/distinfo | 11 +++---
www/py-google-api-python-client/patches/patch-googleapiclient_____init____.py | 16 ++++++++++
3 files changed, 24 insertions(+), 7 deletions(-)
diffs (48 lines):
diff -r d1d86d22b239 -r 25f5f3728dc3 www/py-google-api-python-client/Makefile
--- a/www/py-google-api-python-client/Makefile Wed Oct 19 12:54:14 2016 +0000
+++ b/www/py-google-api-python-client/Makefile Wed Oct 19 12:58:32 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2016/09/01 16:56:36 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2016/10/19 12:58:32 wiz Exp $
-DISTNAME= google-api-python-client-1.5.3
+DISTNAME= google-api-python-client-1.5.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
diff -r d1d86d22b239 -r 25f5f3728dc3 www/py-google-api-python-client/distinfo
--- a/www/py-google-api-python-client/distinfo Wed Oct 19 12:54:14 2016 +0000
+++ b/www/py-google-api-python-client/distinfo Wed Oct 19 12:58:32 2016 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2016/09/01 16:56:36 wiz Exp $
+$NetBSD: distinfo,v 1.7 2016/10/19 12:58:32 wiz Exp $
-SHA1 (google-api-python-client-1.5.3.tar.gz) = 3c1e2a25532d1952c9cb49eaf2baca084d45514b
-RMD160 (google-api-python-client-1.5.3.tar.gz) = ff3ccd09a3c817c1a55d14fd1df6ad17e6b5f826
-SHA512 (google-api-python-client-1.5.3.tar.gz) = 3f58af0d1f165fa7e045d08a0bfc282855b40dbea16d310bbc4cbce76f631b6303738a396048efc8ea114fdff1164d1ad303148999d0ab0ba0d2cc91df9408b3
-Size (google-api-python-client-1.5.3.tar.gz) = 3622355 bytes
+SHA1 (google-api-python-client-1.5.4.tar.gz) = 61cefc36222fb15f8388dc5b491af1e783b6cf71
+RMD160 (google-api-python-client-1.5.4.tar.gz) = 7cac11d7d6e31847af7e74cb06c3331939947ab1
+SHA512 (google-api-python-client-1.5.4.tar.gz) = 0b41346c14724142a954aef483b16791d2e72cc5f5f3980e3cbe124d7c87c647a208eec6a07146e737d4b9768a983f3519c1f2e1a6ca761895b4d4628ed575a3
+Size (google-api-python-client-1.5.4.tar.gz) = 3676762 bytes
+SHA1 (patch-googleapiclient_____init____.py) = 6dadda8a72c40080fd7bd9572461c0f95d78f6ad
diff -r d1d86d22b239 -r 25f5f3728dc3 www/py-google-api-python-client/patches/patch-googleapiclient_____init____.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-google-api-python-client/patches/patch-googleapiclient_____init____.py Wed Oct 19 12:58:32 2016 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-googleapiclient_____init____.py,v 1.1 2016/10/19 12:58:32 wiz Exp $
+
+Fix version:
+https://github.com/google/google-api-python-client/compare/v1.5.4...master
+
+--- googleapiclient/__init__.py.orig 2016-10-17 21:30:25.000000000 +0000
++++ googleapiclient/__init__.py
+@@ -12,7 +12,7 @@
+ # See the License for the specific language governing permissions and
+ # limitations under the License.
+
+-__version__ = "1.5.3"
++__version__ = "1.5.4"
+
+ # Set default logging handler to avoid "No handler found" warnings.
+ import logging
Home |
Main Index |
Thread Index |
Old Index