!8 Update package

From: @liqiuyu123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-11-25 02:24:46 +00:00 committed by Gitee
commit ac4b6f13d0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
google-auth-2.14.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-google-auth
Version: 2.14.0
Version: 2.14.1
Release: 1
Summary: Google Authentication Library
License: Apache-2.0
URL: https://github.com/googleapis/google-auth-library-python
Source0: https://files.pythonhosted.org/packages/e5/f9/47e309e4df306111d94ae8879c5677fa41f92f4e1fe4a33141086057dcff/google-auth-2.14.0.tar.gz
Source0: https://files.pythonhosted.org/packages/89/e3/b9002efddfc812af8afd59577ed04432cd3bfcc9c46e0210f3a1b56dfe4c/google-auth-2.14.1.tar.gz
BuildArch: noarch
Requires: python3-cachetools
@ -25,7 +25,7 @@ mechanisms to access Google APIs.
%package -n python3-google-auth
Summary: Google Authentication Library
Provides: python-google-auth
Provides: python-google-auth = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-google-auth
@ -80,6 +80,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed Nov 23 2022 liqiuyu <liqiuyu@kylinos.cn> - 2.14.1-1
- Update package to version 2.14.1
* Fri Nov 04 2022 liqiuyu <liqiuyu@kylinos.cn> - 2.14.0-1
- Upgrade package to version 2.14.0