Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5b6bf9671d | |||
| 40407bbcfe |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:833229070a9dfee1a353ae9877dcd2dec069a8281a4e72e72f77d4a70ff945da
|
||||
size 323719
|
||||
3
google_auth-2.48.0.tar.gz
Normal file
3
google_auth-2.48.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f7e706b0cd3208a3d940a19a822c37a476ddba5450156c3e6624a71f7c841ce
|
||||
size 326522
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 4 09:02:33 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 2.48.0
|
||||
* add cryptography as required dependency (#1929)
|
||||
* Support the mTLS IAM domain for Certificate based Access (#1938)
|
||||
* add configurable GCE Metadata Server retries (#1488)
|
||||
* honor `NO_GCE_CHECK` environment variable (#1610)
|
||||
* resolve circular imports (#1942)
|
||||
* removes `content-header` from AWS IMDS get request (#1934)
|
||||
* detect correct auth when ADC env var is set but empty (#1374)
|
||||
* replace deprecated utcfromtimestamp (#1799)
|
||||
* Use `user_verification=preferred` for ReAuth WebAuthn challenge (#1798)
|
||||
- Update BuildRequires, Recommends and Requires from pyproject.toml
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 12 11:00:50 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-google-auth
|
||||
Version: 2.47.0
|
||||
Version: 2.48.0
|
||||
Release: 0
|
||||
Summary: Google Authentication Library
|
||||
License: Apache-2.0
|
||||
@@ -28,7 +28,7 @@ BuildRequires: %{python_module Flask}
|
||||
BuildRequires: %{python_module PyJWT >= 2.0}
|
||||
BuildRequires: %{python_module aiohttp >= 3.6.2}
|
||||
BuildRequires: %{python_module aioresponses}
|
||||
BuildRequires: %{python_module cryptography}
|
||||
BuildRequires: %{python_module cryptography >= 38.0.3}
|
||||
BuildRequires: %{python_module freezegun}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pyOpenSSL >= 22.0.0}
|
||||
@@ -45,12 +45,12 @@ BuildRequires: %{python_module urllib3}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-cryptography >= 38.0.3
|
||||
Requires: python-pyasn1-modules >= 0.2.1
|
||||
Requires: python-rsa >= 3.1.4
|
||||
Requires: python-urllib3
|
||||
Recommends: python-PyJWT >= 2.0
|
||||
Recommends: python-aiohttp >= 3.6.2
|
||||
Recommends: python-cryptography >= 38.0.3
|
||||
Recommends: python-pyOpenSSL >= 22.0.0
|
||||
Recommends: python-pyu2f >= 0.1.5
|
||||
Recommends: python-requests >= 2.20.0
|
||||
|
||||
Reference in New Issue
Block a user