Update package to version 1.1.0

This commit is contained in:
jxy_git 2023-12-07 10:40:13 +08:00
parent f6c69a9425
commit d2d413feac
3 changed files with 5 additions and 2 deletions

Binary file not shown.

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-oauthlib Name: python-google-auth-oauthlib
Version: 1.0.0 Version: 1.1.0
Release: 1 Release: 1
Summary: Google Authentication Library Summary: Google Authentication Library
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib URL: https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib
Source0: https://files.pythonhosted.org/packages/e3/b4/ef2170c5f6aa5bc2461bab959a84e56d2819ce26662b50038d2d0602223e/google-auth-oauthlib-1.0.0.tar.gz Source0: https://files.pythonhosted.org/packages/6a/34/c584323ea98fb596e71ade06c06d514de898c60498efc72311e18ebe2825/google-auth-oauthlib-1.1.0.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-google-auth Requires: python3-google-auth
@ -70,6 +70,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Dec 07 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.1.0-1
- Update package to version 1.1.0
* Tue Mar 28 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.0.0-1 * Tue Mar 28 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.0.0-1
- Update package to version 1.0.0 - Update package to version 1.0.0