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: wiz
Date: Sun Jan 7 16:25:00 UTC 2024
Modified Files:
pkgsrc/security/py-google-auth: Makefile PLIST distinfo
Log Message:
py-google-auth: update to 2.26.1.
2.26.1 (2024-01-03)
Bug Fixes
Ensure that refresh worker is pickle-able. (#1447) (421c184)
2.26.0 (2023-12-20)
Features
Add optional non blocking refresh for sync auth code (a6dc2c3)
Add optional non blocking refresh for sync auth code (#1368) (a6dc2c3)
Bug Fixes
External account user cred universe domain support (#1437) (75068f9)
Guard delete statements. Add default fallback for _use_non_blocking_refresh. (#1445) (776d634)
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/py-google-auth/PLIST
cvs rdiff -u -r1.59 -r1.60 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.62 pkgsrc/security/py-google-auth/Makefile:1.63
--- pkgsrc/security/py-google-auth/Makefile:1.62 Wed Dec 13 13:52:45 2023
+++ pkgsrc/security/py-google-auth/Makefile Sun Jan 7 16:25:00 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2023/12/13 13:52:45 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2024/01/07 16:25:00 wiz Exp $
-DISTNAME= google-auth-2.25.2
+DISTNAME= google-auth-2.26.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth/}
Index: pkgsrc/security/py-google-auth/PLIST
diff -u pkgsrc/security/py-google-auth/PLIST:1.16 pkgsrc/security/py-google-auth/PLIST:1.17
--- pkgsrc/security/py-google-auth/PLIST:1.16 Wed Dec 13 13:52:45 2023
+++ pkgsrc/security/py-google-auth/PLIST Sun Jan 7 16:25:00 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2023/12/13 13:52:45 wiz Exp $
+@comment $NetBSD: PLIST,v 1.17 2024/01/07 16:25:00 wiz Exp $
${PYSITELIB}/google/auth/__init__.py
${PYSITELIB}/google/auth/__init__.pyc
${PYSITELIB}/google/auth/__init__.pyo
@@ -26,6 +26,9 @@ ${PYSITELIB}/google/auth/_jwt_async.pyo
${PYSITELIB}/google/auth/_oauth2client.py
${PYSITELIB}/google/auth/_oauth2client.pyc
${PYSITELIB}/google/auth/_oauth2client.pyo
+${PYSITELIB}/google/auth/_refresh_worker.py
+${PYSITELIB}/google/auth/_refresh_worker.pyc
+${PYSITELIB}/google/auth/_refresh_worker.pyo
${PYSITELIB}/google/auth/_service_account_info.py
${PYSITELIB}/google/auth/_service_account_info.pyc
${PYSITELIB}/google/auth/_service_account_info.pyo
Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.59 pkgsrc/security/py-google-auth/distinfo:1.60
--- pkgsrc/security/py-google-auth/distinfo:1.59 Wed Dec 13 13:52:45 2023
+++ pkgsrc/security/py-google-auth/distinfo Sun Jan 7 16:25:00 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.59 2023/12/13 13:52:45 wiz Exp $
+$NetBSD: distinfo,v 1.60 2024/01/07 16:25:00 wiz Exp $
-BLAKE2s (google-auth-2.25.2.tar.gz) = 4c92548229d2844fa74196dd0a1df52749477f6c34aacdd536bd31cbe9cbcd81
-SHA512 (google-auth-2.25.2.tar.gz) = 2f03dbe6664cfd7086da82154a8fbea6cb97f3f05992faa0fc11399248d645eafa0b63e4f45e248ff73de693c15050f3dfa7060b0f46c8b22919619d5ebb82e2
-Size (google-auth-2.25.2.tar.gz) = 235648 bytes
+BLAKE2s (google-auth-2.26.1.tar.gz) = e704485089a2d15127eddc92f86636e1268e45b1efe6b719ddf8109144331644
+SHA512 (google-auth-2.26.1.tar.gz) = 08593547cc447e10bc1a033f154f1f4e7a248250899ef2ea49aa818a2705d0df3aa01c4dc84b6f4eb1f51e08187c634d229c396d0f2615a987e7fcc2dec9010b
+Size (google-auth-2.26.1.tar.gz) = 238839 bytes
Home |
Main Index |
Thread Index |
Old Index