diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 04:31:09 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 04:31:09 +0000 |
commit | b095349cf370a2294d762f0955d1512382346f3c (patch) | |
tree | 2cc8624a32bf8141045d15c70adc1353ee029074 | |
parent | 53951a52157d5c886bdd3b458d3ac25479250361 (diff) |
automatic import of python-openapi-python-clientopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-openapi-python-client.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /openapi_python_client-0.13.3.tar.gz +/openapi_python_client-0.13.4.tar.gz diff --git a/python-openapi-python-client.spec b/python-openapi-python-client.spec index 0c2ac69..0929985 100644 --- a/python-openapi-python-client.spec +++ b/python-openapi-python-client.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-openapi-python-client -Version: 0.13.3 +Version: 0.13.4 Release: 1 Summary: Generate modern Python clients from OpenAPI License: MIT URL: https://github.com/triaxtec/openapi-python-client -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bd/56/021f0c6220027b397b7f0c043f4cd0767885872d3f09df309fbd298c954c/openapi_python_client-0.13.3.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/dd/ce/fb431213286b6d093ff1b573a5de6f59d7f6abfd1dfd11063d6900a6b643/openapi_python_client-0.13.4.tar.gz BuildArch: noarch Requires: python3-jinja2 @@ -558,7 +558,7 @@ By default, the timeout for retrieving the schema file via HTTP is 5 seconds. In %prep -%autosetup -n openapi-python-client-0.13.3 +%autosetup -n openapi-python-client-0.13.4 %build %py3_build @@ -598,5 +598,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.13.3-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.13.4-1 - Package Spec generated @@ -1 +1 @@ -a368f4a51c8bbb81be9220e24f7bf275 openapi_python_client-0.13.3.tar.gz +fbdfbc7bf5d3109868cf4c6da9b0d462 openapi_python_client-0.13.4.tar.gz |