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 Sep 22 16:12:49 UTC 2024
Modified Files:
pkgsrc/security/py-google-auth: Makefile PLIST distinfo
Added Files:
pkgsrc/security/py-google-auth/patches:
patch-tests_transport_aio_test__aiohttp.py
Log Message:
py-google-auth: update to 2.35.0.
2.35.0 (2024-09-17)
Features
Add cred info to ADC creds (#1587) (6f75dd5)
Add support for asynchronous AuthorizedSession api (#1577) (2910b6b)
Bug Fixes
Remove token_info call from token refresh path (#1595) (afb9e5a)
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/py-google-auth/PLIST
cvs rdiff -u -r1.71 -r1.72 pkgsrc/security/py-google-auth/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/security/py-google-auth/patches/patch-tests_transport_aio_test__aiohttp.py
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.74 pkgsrc/security/py-google-auth/Makefile:1.75
--- pkgsrc/security/py-google-auth/Makefile:1.74 Tue Aug 20 08:49:22 2024
+++ pkgsrc/security/py-google-auth/Makefile Sun Sep 22 16:12:48 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2024/08/20 08:49:22 adam Exp $
+# $NetBSD: Makefile,v 1.75 2024/09/22 16:12:48 wiz Exp $
-DISTNAME= google_auth-2.34.0
+DISTNAME= google_auth-2.35.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/google_auth/}
@@ -14,21 +14,23 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../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
DEPENDS+= ${PYPKGPREFIX}-rsa>=3.1.4:../../security/py-rsa
+TEST_DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.6.2:../../www/py-aiohttp
+TEST_DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests
+TEST_DEPENDS+= ${PYPKGPREFIX}-u2f>=0.1.5:../../security/py-u2f
+TEST_DEPENDS+= ${PYPKGPREFIX}-aioresponses-[0-9]*:../../net/py-aioresponses
TEST_DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-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-asyncio-[0-9]*:../../devel/py-test-asyncio
TEST_DEPENDS+= ${PYPKGPREFIX}-test-localserver-[0-9]*:../../devel/py-test-localserver
-TEST_DEPENDS+= ${PYPKGPREFIX}-u2f-[0-9]*:../../security/py-u2f
USE_LANGUAGES= # none
# 4 failed due to proxy setting
-# as of 2.33.0
-# 4 failed, 1145 passed, 24 skipped, 67 warnings
+# as of 2.35.0
+# 8 failed, 1194 passed, 17 skipped, 54 warnings
.include "../../lang/python/wheel.mk"
PYTHON_VERSIONED_DEPENDENCIES+= cryptography OpenSSL
Index: pkgsrc/security/py-google-auth/PLIST
diff -u pkgsrc/security/py-google-auth/PLIST:1.19 pkgsrc/security/py-google-auth/PLIST:1.20
--- pkgsrc/security/py-google-auth/PLIST:1.19 Sun Aug 11 06:52:56 2024
+++ pkgsrc/security/py-google-auth/PLIST Sun Sep 22 16:12:48 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2024/08/11 06:52:56 wiz Exp $
+@comment $NetBSD: PLIST,v 1.20 2024/09/22 16:12:48 wiz Exp $
${PYSITELIB}/google/auth/__init__.py
${PYSITELIB}/google/auth/__init__.pyc
${PYSITELIB}/google/auth/__init__.pyo
@@ -41,6 +41,15 @@ ${PYSITELIB}/google/auth/aio/__init__.py
${PYSITELIB}/google/auth/aio/credentials.py
${PYSITELIB}/google/auth/aio/credentials.pyc
${PYSITELIB}/google/auth/aio/credentials.pyo
+${PYSITELIB}/google/auth/aio/transport/__init__.py
+${PYSITELIB}/google/auth/aio/transport/__init__.pyc
+${PYSITELIB}/google/auth/aio/transport/__init__.pyo
+${PYSITELIB}/google/auth/aio/transport/aiohttp.py
+${PYSITELIB}/google/auth/aio/transport/aiohttp.pyc
+${PYSITELIB}/google/auth/aio/transport/aiohttp.pyo
+${PYSITELIB}/google/auth/aio/transport/sessions.py
+${PYSITELIB}/google/auth/aio/transport/sessions.pyc
+${PYSITELIB}/google/auth/aio/transport/sessions.pyo
${PYSITELIB}/google/auth/api_key.py
${PYSITELIB}/google/auth/api_key.pyc
${PYSITELIB}/google/auth/api_key.pyo
Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.71 pkgsrc/security/py-google-auth/distinfo:1.72
--- pkgsrc/security/py-google-auth/distinfo:1.71 Tue Aug 20 08:49:22 2024
+++ pkgsrc/security/py-google-auth/distinfo Sun Sep 22 16:12:48 2024
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.71 2024/08/20 08:49:22 adam Exp $
+$NetBSD: distinfo,v 1.72 2024/09/22 16:12:48 wiz Exp $
-BLAKE2s (google_auth-2.34.0.tar.gz) = d90c7e4c2c95e8d0ae525801f552092f73fb960ecfffa10dedd2dc7857b493cb
-SHA512 (google_auth-2.34.0.tar.gz) = fd023bb3d8803e267a7c50536a30e749cfe388e95bd580556e9a60c88c093eb70b93493c4d277dcc77588a43644d90a0c5b80cab946b29f37af99ee913571b8b
-Size (google_auth-2.34.0.tar.gz) = 257875 bytes
+BLAKE2s (google_auth-2.35.0.tar.gz) = c0eb9426d5975793957c1128ce45b8194e1f52d3566c7fe718120a44afb29b8c
+SHA512 (google_auth-2.35.0.tar.gz) = 5c359bb94f213812c57cc2c2942d1da3aa08f0e73dde6f5b6c2f563fb51056009f3b821ec0fc39571221da267011d850c242a5ab044d88648be44759f7337973
+Size (google_auth-2.35.0.tar.gz) = 267223 bytes
+SHA1 (patch-tests_transport_aio_test__aiohttp.py) = db6f1dc1000d2099db84186f1c091350811cb5db
Added files:
Index: pkgsrc/security/py-google-auth/patches/patch-tests_transport_aio_test__aiohttp.py
diff -u /dev/null pkgsrc/security/py-google-auth/patches/patch-tests_transport_aio_test__aiohttp.py:1.1
--- /dev/null Sun Sep 22 16:12:49 2024
+++ pkgsrc/security/py-google-auth/patches/patch-tests_transport_aio_test__aiohttp.py Sun Sep 22 16:12:48 2024
@@ -0,0 +1,16 @@
+$NetBSD: patch-tests_transport_aio_test__aiohttp.py,v 1.1 2024/09/22 16:12:48 wiz Exp $
+
+Fix test.
+https://github.com/googleapis/google-auth-library-python/issues/1599
+
+--- tests/transport/aio/test_aiohttp.py.orig 2024-09-22 16:01:57.881298857 +0000
++++ tests/transport/aio/test_aiohttp.py
+@@ -15,7 +15,7 @@
+ import asyncio
+
+ from aioresponses import aioresponses # type: ignore
+-from mock import AsyncMock, Mock, patch
++from unittest.mock import AsyncMock, Mock, patch
+ import pytest # type: ignore
+ import pytest_asyncio # type: ignore
+
Home |
Main Index |
Thread Index |
Old Index