Accepting request 1228735 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1228735 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=50
This commit is contained in:
commit
4de666e778
BIN
google_auth-2.35.0.tar.gz
(Stored with Git LFS)
BIN
google_auth-2.35.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
google_auth-2.36.0.tar.gz
Normal file
3
google_auth-2.36.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:545e9618f2df0bcbb7dcbc45a546485b1212624716975a1ea5ae8149ce769ab1
|
||||||
|
size 268336
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 5 11:00:48 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.36.0
|
||||||
|
* IAM signblob retries (#1600)
|
||||||
|
* Making IAM endpoint universe-aware (#1604)
|
||||||
|
* Support External Account Authorized User as a Source
|
||||||
|
Credential for impersonated credentials in ADC (#1608)
|
||||||
|
* Adding default parameters to updated interfaces (#1622)
|
||||||
|
* Change universe_domain to universe-domain (#1613)
|
||||||
|
* Remove base class to avoid type conflict (#1619)
|
||||||
|
* Revert templates for iam endpoints (#1614)
|
||||||
|
* Update secret (#1611)
|
||||||
|
* Update secret (#1617)
|
||||||
|
* Update secret (#1621)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 1 14:24:58 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Tue Oct 1 14:24:58 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-google-auth
|
Name: python-google-auth
|
||||||
Version: 2.35.0
|
Version: 2.36.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Google Authentication Library
|
Summary: Google Authentication Library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -34,9 +34,9 @@ BuildRequires: %{python_module cryptography}
|
|||||||
BuildRequires: %{python_module freezegun}
|
BuildRequires: %{python_module freezegun}
|
||||||
BuildRequires: %{python_module pyOpenSSL >= 22.0.0}
|
BuildRequires: %{python_module pyOpenSSL >= 22.0.0}
|
||||||
BuildRequires: %{python_module pyasn1-modules >= 0.2.1}
|
BuildRequires: %{python_module pyasn1-modules >= 0.2.1}
|
||||||
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
BuildRequires: %{python_module pytest-localserver}
|
BuildRequires: %{python_module pytest-localserver}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module pytest-asyncio}
|
|
||||||
BuildRequires: %{python_module pyu2f >= 0.1.5}
|
BuildRequires: %{python_module pyu2f >= 0.1.5}
|
||||||
BuildRequires: %{python_module requests >= 2.20.0}
|
BuildRequires: %{python_module requests >= 2.20.0}
|
||||||
BuildRequires: %{python_module responses}
|
BuildRequires: %{python_module responses}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user