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/b0b7a20ee925
branches:  trunk
changeset: 354712:b0b7a20ee925
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 07 11:03:11 2016 +0000

description:
Updated py-google-api-python-client to 1.5.5.

Allow python-3.x.

v1.5.5
  Version 1.5.5

  Bugfix release

  - Allow explicit MIME type specification with media_mime_type keyword argument.
  - Fix unprintable representation of BatchError with default constructor. (#165)
  - Refresh all discovery docs, not just the preferred ones. (#298)
  - Update minimum httplib2 dependency to >=0.9.2.

diffstat:

 www/py-google-api-python-client/Makefile                                      |  18 +++------
 www/py-google-api-python-client/distinfo                                      |  11 ++---
 www/py-google-api-python-client/patches/patch-googleapiclient_____init____.py |  16 --------
 3 files changed, 12 insertions(+), 33 deletions(-)

diffs (70 lines):

diff -r ef0a395dc241 -r b0b7a20ee925 www/py-google-api-python-client/Makefile
--- a/www/py-google-api-python-client/Makefile  Mon Nov 07 10:54:02 2016 +0000
+++ b/www/py-google-api-python-client/Makefile  Mon Nov 07 11:03:11 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2016/10/19 12:58:32 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2016/11/07 11:03:11 wiz Exp $
 
-DISTNAME=      google-api-python-client-1.5.4
+DISTNAME=      google-api-python-client-1.5.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
@@ -12,16 +12,12 @@
 COMMENT=       Python client library for Google's discovery based APIs
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2
+DEPENDS+=      ${PYPKGPREFIX}-httplib2>=0.9.2:../../www/py-httplib2
 DEPENDS+=      ${PYPKGPREFIX}-oauth2client>=1.4.6:../../security/py-oauth2client
-DEPENDS+=      ${PYPKGPREFIX}-uritemplate-[0-9]*:../../textproc/py-uritemplate
-
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 # as of 1.3.1
-
-# doesn't work, but doesn't matter
-# see also https://github.com/google/google-api-python-client/issues/40
-REPLACE_PYTHON+=       googleapiclient/errors.py
-REPLACE_PYTHON+=       googleapiclient/model.py
+DEPENDS+=      ${PYPKGPREFIX}-uritemplate>=3:../../textproc/py-uritemplate
+# TEST_DEPENDS
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ef0a395dc241 -r b0b7a20ee925 www/py-google-api-python-client/distinfo
--- a/www/py-google-api-python-client/distinfo  Mon Nov 07 10:54:02 2016 +0000
+++ b/www/py-google-api-python-client/distinfo  Mon Nov 07 11:03:11 2016 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2016/10/19 12:58:32 wiz Exp $
+$NetBSD: distinfo,v 1.8 2016/11/07 11:03:11 wiz Exp $
 
-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
+SHA1 (google-api-python-client-1.5.5.tar.gz) = 6d2e73d5dbb9ae01acc1351275027a76927ac1a7
+RMD160 (google-api-python-client-1.5.5.tar.gz) = 2a5e18b76276306a33ab4553564e7f3d7d677e72
+SHA512 (google-api-python-client-1.5.5.tar.gz) = c9a3e0095cb875c20b54889ddf6467053a20a9a106c475810412fe5107dd02d509c266cdbc292969767909bae85dc43fd853c2d904b2bb325ccdb050a82eab31
+Size (google-api-python-client-1.5.5.tar.gz) = 3680225 bytes
diff -r ef0a395dc241 -r b0b7a20ee925 www/py-google-api-python-client/patches/patch-googleapiclient_____init____.py
--- a/www/py-google-api-python-client/patches/patch-googleapiclient_____init____.py     Mon Nov 07 10:54:02 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$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