diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-25 07:20:24 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 07:20:24 +0000 |
| commit | ac9837a80716ed2505839cbe77bfd74c08fd48cb (patch) | |
| tree | 76bdf88f951562eccbd903a61161a9f47e87135d | |
| parent | 7f9fd276d94e6544677384a55d79e9a6df77d39a (diff) | |
automatic import of python-spectreeopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-spectree.spec | 10 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 8 insertions, 5 deletions
@@ -1 +1,2 @@ /spectree-1.1.0.tar.gz +/spectree-1.1.2.tar.gz diff --git a/python-spectree.spec b/python-spectree.spec index da79b69..5196082 100644 --- a/python-spectree.spec +++ b/python-spectree.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-spectree -Version: 1.1.0 +Version: 1.1.2 Release: 1 Summary: generate OpenAPI document and validate request&response with Python annotations. License: Apache-2.0 URL: https://github.com/0b01001001/spectree -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5d/ca/35c39ce7818474ceb1e9d34529f2d7874b166a3a5cd3ff4892c270c3a080/spectree-1.1.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cf/fd/08b851b82185379ea172582c93ca3489dac04f52ca705783ad82c11c033f/spectree-1.1.2.tar.gz BuildArch: noarch Requires: python3-pydantic @@ -15,6 +15,8 @@ Requires: python3-black Requires: python3-isort Requires: python3-autoflake Requires: python3-mypy +Requires: python3-syrupy +Requires: python3-pre-commit Requires: python3-pydantic[email] Requires: python3-falcon Requires: python3-flask @@ -1699,7 +1701,7 @@ Since there is no standard for HTTP queries with multiple values, it's hard to f %prep -%autosetup -n spectree-1.1.0 +%autosetup -n spectree-1.1.2 %build %py3_build @@ -1739,5 +1741,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.0-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.2-1 - Package Spec generated @@ -1 +1 @@ -b7bdaf12fa3fdc94465b870d8ff87d7c spectree-1.1.0.tar.gz +4a68deb135e14926e56ab9d30af01d72 spectree-1.1.2.tar.gz |
