diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 03:18:06 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 03:18:06 +0000 |
commit | afc0099c9e0c692cf959d0b4e8d2527aefb4cb2a (patch) | |
tree | 3fd15202c2048de3f11f7abb73ac1b6f00e18dd2 | |
parent | dd3a4ad5b3f98b4bb39478a7c3b799203b5378f2 (diff) |
automatic import of python-oauth2-clientopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-oauth2-client.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /oauth2-client-1.3.0.tar.gz +/oauth2-client-1.4.0.tar.gz diff --git a/python-oauth2-client.spec b/python-oauth2-client.spec index 49e28ee..9e220b9 100644 --- a/python-oauth2-client.spec +++ b/python-oauth2-client.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-oauth2-client -Version: 1.3.0 +Version: 1.4.0 Release: 1 Summary: A client library for OAuth2 License: None URL: http://github.com/antechrestos/OAuth2Client -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d6/0c/938044f495fc8253f12aa5b0e7835ea9973434a98bb816a1bf34b6a37d91/oauth2-client-1.3.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4c/24/fc93c244b3533df61c09dd1dfe8085ce5f0c3dbec57a29e9c4c8c425156c/oauth2-client-1.4.0.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-oauth2-client-doc %prep -%autosetup -n oauth2-client-1.3.0 +%autosetup -n oauth2-client-1.4.0 %build %py3_build @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.0-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.0-1 - Package Spec generated @@ -1 +1 @@ -fb03cd7a71ec992d1d68c72b209d32b6 oauth2-client-1.3.0.tar.gz +f198752fcd4ca89732e24b5105435eab oauth2-client-1.4.0.tar.gz |