update version to 2.14.1

This commit is contained in:
liqiuyu123 2022-11-23 10:43:28 +08:00
parent f57911472e
commit 81ea55e158
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 %global _empty_manifest_terminate_build 0
Name: python-google-auth Name: python-google-auth
Version: 2.14.0 Version: 2.14.1
Release: 1 Release: 1
Summary: Google Authentication Library Summary: Google Authentication Library
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/googleapis/google-auth-library-python 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 BuildArch: noarch
Requires: python3-cachetools Requires: python3-cachetools
@ -25,7 +25,7 @@ mechanisms to access Google APIs.
%package -n python3-google-auth %package -n python3-google-auth
Summary: Google Authentication Library Summary: Google Authentication Library
Provides: python-google-auth Provides: python-google-auth = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-google-auth %description -n python3-google-auth
@ -80,6 +80,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Fri Nov 04 2022 liqiuyu <liqiuyu@kylinos.cn> - 2.14.0-1
- Upgrade package to version 2.14.0 - Upgrade package to version 2.14.0