From 8b9ea5900cb24acc7217888226ba98c0916c3027 Mon Sep 17 00:00:00 2001 From: Shuo Wang Date: Tue, 26 Sep 2023 16:01:30 +0800 Subject: [PATCH] update to 2.23.0 Signed-off-by: Shuo Wang --- python-google-auth.spec | 11 ++++++----- sources | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/python-google-auth.spec b/python-google-auth.spec index 4a6c745..b4d2c92 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -5,11 +5,11 @@ Summary: Google Auth Python Library Name: python-%{library} -Version: 2.15.0 -Release: 5%{?dist} +Version: 2.23.0 +Release: 1%{?dist} License: ASL 2.0 URL: https://github.com/googleapis/google-auth-library-python -Source0: https://github.com/googleapis/google-auth-library-python/archive/v%{version}.tar.gz +Source0: %{url}/archive/v%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel python3-setuptools @@ -52,10 +52,11 @@ Python client for the kubernetes API. %{python3_sitelib}/google/auth %{python3_sitelib}/google/oauth2 %{python3_sitelib}/google_auth-%{version}*.egg-info -%{python3_sitelib}/google_auth-%{version}*.pth - %changelog +* Tue Sep 26 2023 Shuo Wang - 2.23.0-1 +- update to 2.23.0 + * Tue Sep 19 2023 OpenCloudOS Release Engineering - 2.15.0-5 - Rebuilt for python 3.11 diff --git a/sources b/sources index a7d10ad..03eac25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.15.0.tar.gz) = 6443288f93b5be681ee83f4272a127757a67fe165aaee614f3a38445932b75eaeaac2f1b2fad959b45a4383e490ba61f8db967cdda520cf7da70d8360a46b5fe +SHA512 (v2.23.0.tar.gz) = d9d510fdd4ed2302e2a698e09c1ade8b31bd402937de96638107fbcfef63b6ee4050037a466257a95aca48a049a0323351ef614ea3759eaf6bd1c9e827a7d36c -- Gitee