From 699539d1811afaac38d1057799c2aed9e633d3da1e801fe0047515340adf715f Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Tue, 9 Jul 2024 10:04:44 +0000 Subject: [PATCH] Accepting request 1185759 from home:glaubitz:branches:devel:languages:python - Update to version 2.31.0 * Adds X509 workload cert logic (#1527) * Added py.typed to MANIFEST.in (#1526) * Pass trust_env kwarg to ClientSession (#1533) OBS-URL: https://build.opensuse.org/request/show/1185759 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=96 --- google-auth-2.30.0.tar.gz | 3 --- google-auth-2.31.0.tar.gz | 3 +++ python-google-auth.changes | 8 ++++++++ python-google-auth.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 google-auth-2.30.0.tar.gz create mode 100644 google-auth-2.31.0.tar.gz diff --git a/google-auth-2.30.0.tar.gz b/google-auth-2.30.0.tar.gz deleted file mode 100644 index b844bab..0000000 --- a/google-auth-2.30.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab630a1320f6720909ad76a7dbdb6841cdf5c66b328d690027e4867bdfb16688 -size 251462 diff --git a/google-auth-2.31.0.tar.gz b/google-auth-2.31.0.tar.gz new file mode 100644 index 0000000..d7f2457 --- /dev/null +++ b/google-auth-2.31.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87805c36970047247c8afe614d4e3af8eceafc1ebba0c679fe75ddd1d575e871 +size 252986 diff --git a/python-google-auth.changes b/python-google-auth.changes index 7ac6f79..f3a7275 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jul 5 10:08:50 UTC 2024 - John Paul Adrian Glaubitz + +- Update to version 2.31.0 + * Adds X509 workload cert logic (#1527) + * Added py.typed to MANIFEST.in (#1526) + * Pass trust_env kwarg to ClientSession (#1533) + ------------------------------------------------------------------- Thu Jul 4 08:13:30 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-google-auth.spec b/python-google-auth.spec index 12c8a58..a44f592 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.30.0 +Version: 2.31.0 Release: 0 Summary: Google Authentication Library License: Apache-2.0