diff --git a/google_auth-2.35.0.tar.gz b/google_auth-2.35.0.tar.gz deleted file mode 100644 index 1819b0b..0000000 --- a/google_auth-2.35.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4c64ed4e01e8e8b646ef34c018f8bf3338df0c8e37d8b3bba40e7f574a3278a -size 267223 diff --git a/google_auth-2.36.0.tar.gz b/google_auth-2.36.0.tar.gz new file mode 100644 index 0000000..d0f9147 --- /dev/null +++ b/google_auth-2.36.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545e9618f2df0bcbb7dcbc45a546485b1212624716975a1ea5ae8149ce769ab1 +size 268336 diff --git a/python-google-auth.changes b/python-google-auth.changes index f923da8..dc335e1 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Dec 5 11:00:48 UTC 2024 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-google-auth.spec b/python-google-auth.spec index 3a5f8b2..aa23547 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-google-auth -Version: 2.35.0 +Version: 2.36.0 Release: 0 Summary: Google Authentication Library License: Apache-2.0 @@ -34,9 +34,9 @@ BuildRequires: %{python_module cryptography} BuildRequires: %{python_module freezegun} BuildRequires: %{python_module pyOpenSSL >= 22.0.0} BuildRequires: %{python_module pyasn1-modules >= 0.2.1} +BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-localserver} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pyu2f >= 0.1.5} BuildRequires: %{python_module requests >= 2.20.0} BuildRequires: %{python_module responses}