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:           Wed Dec 13 13:52:46 UTC 2023

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

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

2.25.2 (2023-12-08)

Bug Fixes

    Fix user cred universe domain issue (#1436) (ae314a8)

2.25.1

Bug Fixes

    Fix vm universe_domain bug (#1433) (8683520)

2.25.0 (2023-12-04)

Features

    Add custom tls signer for ECP Provider. (39eb287)
    Add custom tls signer for ECP Provider. (#1402) (39eb287)

Bug Fixes

    Add with_universe_domain (#1408) (505910c)
    Fixes issue where Python37DeprecationWarning cannot be filtered (#1428) (f22f767)
    Remove broken link in Python37DeprecationWarning (#1430) (e2db602)


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-google-auth/PLIST
cvs rdiff -u -r1.58 -r1.59 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.61 pkgsrc/security/py-google-auth/Makefile:1.62
--- pkgsrc/security/py-google-auth/Makefile:1.61        Thu Dec  7 08:37:16 2023
+++ pkgsrc/security/py-google-auth/Makefile     Wed Dec 13 13:52:45 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2023/12/07 08:37:16 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2023/12/13 13:52:45 wiz Exp $
 
-DISTNAME=      google-auth-2.24.0
+DISTNAME=      google-auth-2.25.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-auth/}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/googleapis/
 COMMENT=       Google Authentication Library
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-asn1-modules>=0.2.1:../../security/py-asn1-modules
 DEPENDS+=      ${PYPKGPREFIX}-cachetools>=2.0.0:../../devel/py-cachetools
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests
@@ -19,7 +20,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-freezegun-
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-oauth2client-[0-9]*:../../security/py-oauth2client
 TEST_DEPENDS+= ${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-localserver-[0-9]*:../../devel/py-test-localserver
 TEST_DEPENDS+= ${PYPKGPREFIX}-u2f-[0-9]*:../../security/py-u2f
 
@@ -27,14 +27,7 @@ USE_LANGUAGES=       # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-# hack
-post-install:
-       ${RM} -r ${DESTDIR}${PREFIX}/${PYSITELIB}/build
-
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography OpenSSL
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-google-auth/PLIST
diff -u pkgsrc/security/py-google-auth/PLIST:1.15 pkgsrc/security/py-google-auth/PLIST:1.16
--- pkgsrc/security/py-google-auth/PLIST:1.15   Mon Jul 31 09:26:31 2023
+++ pkgsrc/security/py-google-auth/PLIST        Wed Dec 13 13:52:45 2023
@@ -1,9 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2023/07/31 09:26:31 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.16 2023/12/13 13:52:45 wiz Exp $
 ${PYSITELIB}/google/auth/__init__.py
 ${PYSITELIB}/google/auth/__init__.pyc
 ${PYSITELIB}/google/auth/__init__.pyo
@@ -184,3 +179,8 @@ ${PYSITELIB}/google/oauth2/sts.pyo
 ${PYSITELIB}/google/oauth2/utils.py
 ${PYSITELIB}/google/oauth2/utils.pyc
 ${PYSITELIB}/google/oauth2/utils.pyo
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.58 pkgsrc/security/py-google-auth/distinfo:1.59
--- pkgsrc/security/py-google-auth/distinfo:1.58        Thu Dec  7 08:37:16 2023
+++ pkgsrc/security/py-google-auth/distinfo     Wed Dec 13 13:52:45 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.58 2023/12/07 08:37:16 wiz Exp $
+$NetBSD: distinfo,v 1.59 2023/12/13 13:52:45 wiz Exp $
 
-BLAKE2s (google-auth-2.24.0.tar.gz) = c91326fc62856731a01367f6d518bb953e79b894625cefc3ed9bc6199ac6a40b
-SHA512 (google-auth-2.24.0.tar.gz) = e4987b8e52be45e2fd2906525e1a4645f73b2322a6d7055f9b9c00555f4ffe05b7cda6e21cbf9f491e1e0f2b43772050017b7473b24a92cf5ca6ae6e589a15e0
-Size (google-auth-2.24.0.tar.gz) = 234771 bytes
+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



Home | Main Index | Thread Index | Old Index