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: Mon Jul 31 09:26:31 UTC 2023
Modified Files:
pkgsrc/security/py-google-auth: Makefile PLIST distinfo
Log Message:
py-google-auth: updated to 2.22.0
2.22.0 (2023-07-06)
Features
Adding meta header for trust boundary
Introduce compatibility with native namespace packages
Bug Fixes
Deprecate UserAccessTokenCredentials
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/py-google-auth/PLIST
cvs rdiff -u -r1.53 -r1.54 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.56 pkgsrc/security/py-google-auth/Makefile:1.57
--- pkgsrc/security/py-google-auth/Makefile:1.56 Thu Jun 29 09:32:14 2023
+++ pkgsrc/security/py-google-auth/Makefile Mon Jul 31 09:26:31 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2023/06/29 09:32:14 adam Exp $
+# $NetBSD: Makefile,v 1.57 2023/07/31 09:26:31 adam Exp $
-DISTNAME= google-auth-2.21.0
+DISTNAME= google-auth-2.22.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth/}
@@ -26,7 +26,11 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-u2f-[0-9]*
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-cachetools
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+# hack
+post-install:
+ ${RM} -r ${DESTDIR}${PREFIX}/${PYSITELIB}/build
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
Index: pkgsrc/security/py-google-auth/PLIST
diff -u pkgsrc/security/py-google-auth/PLIST:1.14 pkgsrc/security/py-google-auth/PLIST:1.15
--- pkgsrc/security/py-google-auth/PLIST:1.14 Tue May 30 07:55:43 2023
+++ pkgsrc/security/py-google-auth/PLIST Mon Jul 31 09:26:31 2023
@@ -1,4 +1,9 @@
-@comment $NetBSD: PLIST,v 1.14 2023/05/30 07:55:43 wiz Exp $
+@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
${PYSITELIB}/google/auth/__init__.py
${PYSITELIB}/google/auth/__init__.pyc
${PYSITELIB}/google/auth/__init__.pyo
@@ -179,10 +184,3 @@ ${PYSITELIB}/google/oauth2/sts.pyo
${PYSITELIB}/google/oauth2/utils.py
${PYSITELIB}/google/oauth2/utils.pyc
${PYSITELIB}/google/oauth2/utils.pyo
-${PYSITELIB}/${EGG_NAME}-nspkg.pth
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.53 pkgsrc/security/py-google-auth/distinfo:1.54
--- pkgsrc/security/py-google-auth/distinfo:1.53 Thu Jun 29 09:32:14 2023
+++ pkgsrc/security/py-google-auth/distinfo Mon Jul 31 09:26:31 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.53 2023/06/29 09:32:14 adam Exp $
+$NetBSD: distinfo,v 1.54 2023/07/31 09:26:31 adam Exp $
-BLAKE2s (google-auth-2.21.0.tar.gz) = f5ec7c559c6efc0b3d5b532b563357541ad0f9b39586af4133bb72ddca662ee1
-SHA512 (google-auth-2.21.0.tar.gz) = d84eec3da181e02ab293af76261f4cff50afc98d044e3a9e70b023a7b9e4e0ea7c46265de273f2363494d36ab6ec1894acb82e9125f30da6133692d2b86ef8eb
-Size (google-auth-2.21.0.tar.gz) = 230720 bytes
+BLAKE2s (google-auth-2.22.0.tar.gz) = d68d6031c5ae0152323dba9be8198d0a645867a29f5dd5bd3a108339c5e3961b
+SHA512 (google-auth-2.22.0.tar.gz) = c2c04e9ad367dd96bf00af7b19c7d897dd9fe3f8e9318b7436ec85a5c146b29c273cc718932956e97b2e4a1e2f12d0d10e835b6cf0f4e46ee19f6aaeed492b5e
+Size (google-auth-2.22.0.tar.gz) = 231433 bytes
Home |
Main Index |
Thread Index |
Old Index