pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-google-auth



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Mar 13 08:32:44 UTC 2026

Modified Files:
        pkgsrc/security/py-google-auth: Makefile distinfo

Log Message:
py-google-auth: updated to 2.49.1

2.49.1

Bug Fixes

fix request session error
remove deprecated rsa dependency


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.87 -r1.88 pkgsrc/security/py-google-auth/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/Makefile
diff -u pkgsrc/security/py-google-auth/Makefile:1.95 pkgsrc/security/py-google-auth/Makefile:1.96
--- pkgsrc/security/py-google-auth/Makefile:1.95        Fri Mar 13 07:23:21 2026
+++ pkgsrc/security/py-google-auth/Makefile     Fri Mar 13 08:32:44 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.95 2026/03/13 07:23:21 wiz Exp $
+# $NetBSD: Makefile,v 1.96 2026/03/13 08:32:44 adam Exp $
 
-DISTNAME=      google_auth-2.49.0
+DISTNAME=      google_auth-2.49.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google_auth/}
 
@@ -14,6 +13,7 @@ LICENSE=      apache-2.0
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-asn1-modules>=0.2.1:../../security/py-asn1-modules
 DEPENDS+=      ${PYPKGPREFIX}-rsa>=3.1.4:../../security/py-rsa
+# pyjwt
 DEPENDS+=      ${PYPKGPREFIX}-JWT>=2.0:../../textproc/py-JWT
 TEST_DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.6.2:../../www/py-aiohttp
 TEST_DEPENDS+= ${PYPKGPREFIX}-aioresponses-[0-9]*:../../net/py-aioresponses

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.87 pkgsrc/security/py-google-auth/distinfo:1.88
--- pkgsrc/security/py-google-auth/distinfo:1.87        Mon Mar  9 17:02:34 2026
+++ pkgsrc/security/py-google-auth/distinfo     Fri Mar 13 08:32:44 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.87 2026/03/09 17:02:34 wiz Exp $
+$NetBSD: distinfo,v 1.88 2026/03/13 08:32:44 adam Exp $
 
-BLAKE2s (google_auth-2.49.0.tar.gz) = 23de28c6c5eafbcd795ed8a25b546bd1e028d1ea4db08111c573714122d48212
-SHA512 (google_auth-2.49.0.tar.gz) = 65bbd4373ae2f0f5a1b52fa875f50aa23effcde7574b775cd10f2d6d8f2c5bccedd7f4ad85609eb3dfb71bd2f3cf00a910c24daf97414bc50e92e21c9d2803b0
-Size (google_auth-2.49.0.tar.gz) = 333444 bytes
+BLAKE2s (google_auth-2.49.1.tar.gz) = 921e802c7f4d7dd846564b0258751d644b242394074f629ee1c0cad483c07988
+SHA512 (google_auth-2.49.1.tar.gz) = 979e83c8ee2e9f79f31d3d03b18da1053d6c9903681513f72a991059123729f162505a8d4448e745b78851f42dd3bf69ae20f8758fdc4e50aba83c734e24e1d3
+Size (google_auth-2.49.1.tar.gz) = 333825 bytes



Home | Main Index | Thread Index | Old Index