pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-google-auth-httplib2
Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  2 20:03:19 UTC 2025
Modified Files:
        pkgsrc/security/py-google-auth-httplib2: Makefile distinfo
Log Message:
py-google-auth-httplib2: update to 0.2.1.
Bug Fixes
    deps: Require google-auth >= 1.32.0,<3.0.0 (a69b725)
    deps: Require httplib2 >= 0.19.0,<1.0.0 (a69b725)
    Drop python 3.6; require python 3.7+ (a69b725)
    Remove setup.cfg configuration for creating universal wheels (#191) (c2be0ae)
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-google-auth-httplib2/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-google-auth-httplib2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-google-auth-httplib2/Makefile
diff -u pkgsrc/security/py-google-auth-httplib2/Makefile:1.8 pkgsrc/security/py-google-auth-httplib2/Makefile:1.9
--- pkgsrc/security/py-google-auth-httplib2/Makefile:1.8        Sun Apr 13 19:01:57 2025
+++ pkgsrc/security/py-google-auth-httplib2/Makefile    Sun Nov  2 20:03:19 2025
@@ -1,23 +1,25 @@
-# $NetBSD: Makefile,v 1.8 2025/04/13 19:01:57 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/11/02 20:03:19 wiz Exp $
 
-DISTNAME=      google-auth-httplib2-0.2.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+DISTNAME=      google_auth_httplib2-0.2.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-auth-httplib2/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2
+HOMEPAGE=      https://github.com/googleapis/google-auth-library-python-httplib2
 COMMENT=       Google Authentication Library: httplib2 transport
 LICENSE=       apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+=      ${PYPKGPREFIX}-google-auth-[0-9]*:../../security/py-google-auth
+DEPENDS+=      ${PYPKGPREFIX}-google-auth>=1.32:../../security/py-google-auth
 DEPENDS+=      ${PYPKGPREFIX}-httplib2>=0.19.0:../../www/py-httplib2
 TEST_DEPENDS+= ${PYPKGPREFIX}-flask>=0:../../www/py-flask
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-localserver>=0:../../devel/py-test-localserver
 
 USE_LANGUAGES= # none
 
+# as of 0.2.1
+# 4 failed, 14 passed
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-google-auth-httplib2/distinfo
diff -u pkgsrc/security/py-google-auth-httplib2/distinfo:1.7 pkgsrc/security/py-google-auth-httplib2/distinfo:1.8
--- pkgsrc/security/py-google-auth-httplib2/distinfo:1.7        Sun Dec 17 22:23:50 2023
+++ pkgsrc/security/py-google-auth-httplib2/distinfo    Sun Nov  2 20:03:19 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/12/17 22:23:50 wiz Exp $
+$NetBSD: distinfo,v 1.8 2025/11/02 20:03:19 wiz Exp $
 
-BLAKE2s (google-auth-httplib2-0.2.0.tar.gz) = 7a8fc1cd24fc233f314940b1a7e6bab83103d5a88781a47199a68f69debacc67
-SHA512 (google-auth-httplib2-0.2.0.tar.gz) = 82ffe87172056cd6d15e3d5f12c155ff9e09fdea9d8e6385fd3ddc2db374df41a74dcfb3aff3df1d046d2b537f0a98ee9b5c7dd7818d2274af9462df48e7bdf8
-Size (google-auth-httplib2-0.2.0.tar.gz) = 10842 bytes
+BLAKE2s (google_auth_httplib2-0.2.1.tar.gz) = eed5408213628daffe662fe5cd6c8b6215e466eb802876419a7a711ff9f332a7
+SHA512 (google_auth_httplib2-0.2.1.tar.gz) = 1d34817b8db393b0fb2c766227eb6ab7bf42a18c9d96a8466cb55833443959bd3e5bbeaf189c15692501e749181a7e217a49bc394b3a16bc2564263ba3b5f25f
+Size (google_auth_httplib2-0.2.1.tar.gz) = 11086 bytes
Home |
Main Index |
Thread Index |
Old Index