forked from pool/python-google-auth
Accepting request 1036254 from home:glaubitz:branches:devel:languages:python
- Update to 2.14.1 * Apply quota project for compute cred in adc (#1177) * Update minimum required version of cryptography in pyopenssl extra (#1176) * Validate url domain for aws metadata urls (#1174) - Update Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/1036254 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=48
This commit is contained in:
parent
bbc2634665
commit
0bbcc08a11
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cf24817855d874ede2efd071aa22125445f555de1685b739a9782fcf408c2a3d
|
|
||||||
size 219265
|
|
3
google-auth-2.14.1.tar.gz
Normal file
3
google-auth-2.14.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ccaa901f31ad5cbb562615eb8b664b3dd0bf5404a67618e642307f00613eda4d
|
||||||
|
size 220079
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 16 15:26:38 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.14.1
|
||||||
|
* Apply quota project for compute cred in adc (#1177)
|
||||||
|
* Update minimum required version of cryptography in pyopenssl extra (#1176)
|
||||||
|
* Validate url domain for aws metadata urls (#1174)
|
||||||
|
- Update Requires from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 8 07:19:56 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
Tue Nov 8 07:19:56 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-google-auth
|
Name: python-google-auth
|
||||||
Version: 2.14.0
|
Version: 2.14.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Google Authentication Library
|
Summary: Google Authentication Library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -47,6 +47,7 @@ BuildRequires: %{python_module urllib3}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-cachetools >= 2.0.0
|
Requires: python-cachetools >= 2.0.0
|
||||||
|
Requires: python-cryptography >= 38.0.3
|
||||||
Requires: python-pyasn1-modules >= 0.2.1
|
Requires: python-pyasn1-modules >= 0.2.1
|
||||||
Requires: python-rsa >= 3.1.4
|
Requires: python-rsa >= 3.1.4
|
||||||
Requires: python-setuptools >= 40.3.0
|
Requires: python-setuptools >= 40.3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user