diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 04:09:02 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 04:09:02 +0000 |
commit | 1a59f288ba9a5f040ed9d5f8bdd87e335c5c075e (patch) | |
tree | 184b955ea7bbcf7d25db4f063411eac083177627 | |
parent | 849c4181b882b012c242493c25f72de14b87ccb7 (diff) |
automatic import of python-fasjson-clientopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-fasjson-client.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /fasjson-client-1.0.7.tar.gz +/fasjson-client-1.0.8.tar.gz diff --git a/python-fasjson-client.spec b/python-fasjson-client.spec index 38fbd3e..6b07af7 100644 --- a/python-fasjson-client.spec +++ b/python-fasjson-client.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-fasjson-client -Version: 1.0.7 +Version: 1.0.8 Release: 1 Summary: An OpenAPI client for FASJSON License: LGPL-3.0-or-later URL: https://github.com/fedora-infra/fasjson-client -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/23/2d/84efbb7e79376c9e6b02f727b2b9bc12ffe8a41fa2e750907fca0edea767/fasjson-client-1.0.7.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/70/69/4d35e93a86ee69186e67e3b78455730acc7c51ffb7834d451a8f371f3615/fasjson-client-1.0.8.tar.gz BuildArch: noarch Requires: python3-gssapi @@ -68,7 +68,7 @@ Licensed under [lgpl-3.0](./LICENSE) %prep -%autosetup -n fasjson-client-1.0.7 +%autosetup -n fasjson-client-1.0.8 %build %py3_build @@ -108,5 +108,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.7-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.8-1 - Package Spec generated @@ -1 +1 @@ -cfe32d9cdcedbb0c3bdda87d6d2cf404 fasjson-client-1.0.7.tar.gz +95f3b16b9ecffc81be97b2fe13db198d fasjson-client-1.0.8.tar.gz |