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 May 10 13:05:02 UTC 2026

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

Log Message:
py-google-auth: update to 2.52.0.

2.52.0 (2026-05-07)

Features

    make _CLOUD_RESOURCE_MANAGER URL universe-domain-aware (#16546) (e938028bf17026cf0157fc7e8ce600fd96ca0955)
    implement in-place Regional Access Boundary configuration and add public RAB getters (#16987) (df07fceb9e61f76e70a0954c3d59a52fbb31688d)

2.51.0 (2026-05-06)

Bug Fixes

    Drop support for Python 3.8 and 3.9 (#16946) (dcbdd3b40eef6e4fee66b6b486daea056c3384db)


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.90 -r1.91 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.98 pkgsrc/security/py-google-auth/Makefile:1.99
--- pkgsrc/security/py-google-auth/Makefile:1.98        Sun May  3 14:46:51 2026
+++ pkgsrc/security/py-google-auth/Makefile     Sun May 10 13:05:02 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2026/05/03 14:46:51 wiz Exp $
+# $NetBSD: Makefile,v 1.99 2026/05/10 13:05:02 wiz Exp $
 
-DISTNAME=      google_auth-2.50.0
+DISTNAME=      google_auth-2.52.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google_auth/}
@@ -32,8 +32,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-urllib3-[0
 
 USE_LANGUAGES= # none
 
-# as of 2.50.0
-# 1 failed, 1561 passed, 17 skipped, 91 warnings
+# as of 2.52.0
+# 1 failed, 1558 passed, 17 skipped, 91 warnings
 .if make(test)
 ALLOW_NETWORK_ACCESS=  yes
 .endif

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.90 pkgsrc/security/py-google-auth/distinfo:1.91
--- pkgsrc/security/py-google-auth/distinfo:1.90        Sun May  3 14:46:51 2026
+++ pkgsrc/security/py-google-auth/distinfo     Sun May 10 13:05:02 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.90 2026/05/03 14:46:51 wiz Exp $
+$NetBSD: distinfo,v 1.91 2026/05/10 13:05:02 wiz Exp $
 
-BLAKE2s (google_auth-2.50.0.tar.gz) = 92b304e46eba3b7a41b90e4c57115817afa503de94d9e96b9742172c1edb5d0c
-SHA512 (google_auth-2.50.0.tar.gz) = 970fbd2f72073be9b642c904530dbc1538621c828c85d7a1b941b79f1fdbb591a7a993787eeb9bc327335dfeb78b5808bebbf8b0159c75403ad8a6e7bf18fd45
-Size (google_auth-2.50.0.tar.gz) = 336523 bytes
+BLAKE2s (google_auth-2.52.0.tar.gz) = 004b828e8ccd47d9041c89493ed57f58be55b34dea3137f0e84bcfb065114e7c
+SHA512 (google_auth-2.52.0.tar.gz) = 8394fed5deea5d174399377cf4c5669ee7d937c6c7ddd983e6675daf0940fe7c9d22af95ab74e177ff83be4279082061df71a066612931e091d800e533d34b99
+Size (google_auth-2.52.0.tar.gz) = 335027 bytes



Home | Main Index | Thread Index | Old Index