Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-google-auth-httplib2 py-google-auth-httpli...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e607b0e0220
branches:  trunk
changeset: 435788:8e607b0e0220
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 15 09:30:30 2020 +0000

description:
py-google-auth-httplib2: updated to 0.0.4

0.0.4:
Features
expose a few httplib2 properties and a method

diffstat:

 security/py-google-auth-httplib2/Makefile |   9 ++++++---
 security/py-google-auth-httplib2/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r ceafc0b04522 -r 8e607b0e0220 security/py-google-auth-httplib2/Makefile
--- a/security/py-google-auth-httplib2/Makefile Wed Jul 15 09:29:55 2020 +0000
+++ b/security/py-google-auth-httplib2/Makefile Wed Jul 15 09:30:30 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/01/09 14:21:06 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2020/07/15 09:30:30 adam Exp $
 
-DISTNAME=      google-auth-httplib2-0.0.3
+DISTNAME=      google-auth-httplib2-0.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-auth-httplib2/}
@@ -10,10 +10,13 @@
 COMMENT=       Google Authentication Library: httplib2 transport
 LICENSE=       apache-2.0
 
+DEPENDS+=      ${PYPKGPREFIX}-google-auth-[0-9]*:../../security/py-google-auth
 DEPENDS+=      ${PYPKGPREFIX}-httplib2>=0.9.1:../../www/py-httplib2
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
+USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
-USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ceafc0b04522 -r 8e607b0e0220 security/py-google-auth-httplib2/distinfo
--- a/security/py-google-auth-httplib2/distinfo Wed Jul 15 09:29:55 2020 +0000
+++ b/security/py-google-auth-httplib2/distinfo Wed Jul 15 09:30:30 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/07/02 12:00:13 adam Exp $
+$NetBSD: distinfo,v 1.2 2020/07/15 09:30:30 adam Exp $
 
-SHA1 (google-auth-httplib2-0.0.3.tar.gz) = 9795712557a1683c3cf3c85db719d355c1012b66
-RMD160 (google-auth-httplib2-0.0.3.tar.gz) = 2a244e22de54eac2042adb13b87dc39001b77084
-SHA512 (google-auth-httplib2-0.0.3.tar.gz) = da9d280f2ab3f9d99e2f011d56d94b09a12e85a5a1e9f78933a93cc57c7778d9002e1a023552a2611283da696334ba795cd7e8003b311db05e9b6b40aca34dc7
-Size (google-auth-httplib2-0.0.3.tar.gz) = 9957 bytes
+SHA1 (google-auth-httplib2-0.0.4.tar.gz) = a9947e01d765afcda0198c68976460d198780deb
+RMD160 (google-auth-httplib2-0.0.4.tar.gz) = 7de4cc29f1739cd96d55ed9e189e0ac97b339813
+SHA512 (google-auth-httplib2-0.0.4.tar.gz) = 7206e7ee78988af7101417d073fdac78851d8534575b0c895e8017d02e6083cfed722b4792592b02c7e523aaf652f173fb7dee2967983e55cd1022bcbbc938da
+Size (google-auth-httplib2-0.0.4.tar.gz) = 10287 bytes



Home | Main Index | Thread Index | Old Index