Compare commits
No commits in common. "62fd8af37552e39ede18199ce09e03c124844000" and "b23770e8a3826eef3e3c188858cdfd49906d60f3" have entirely different histories.
62fd8af375
...
b23770e8a3
Binary file not shown.
BIN
connexion-2.9.0.tar.gz
Normal file
BIN
connexion-2.9.0.tar.gz
Normal file
Binary file not shown.
@ -1,18 +1,17 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-connexion
|
||||
Version: 2.14.1
|
||||
Version: 2.9.0
|
||||
Release: 1
|
||||
Summary: Connexion - API first applications with OpenAPI/Swagger and Flask
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/spec-first/connexion
|
||||
Source0: https://files.pythonhosted.org/packages/59/bd/b8028e687c3e8319b22a0ef0b598cf18ea343811d3831ad318676674372e/connexion-%{version}.tar.gz
|
||||
License: Apache License Version 2.0
|
||||
URL: https://github.com/zalando/connexion
|
||||
Source0: https://files.pythonhosted.org/packages/93/70/3cf72e9642a9d07de7137048f64f5ad56fb138ef29ed45e195995d675c6a/connexion-2.9.0.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel python3-setuptools python3-clickclick python3-jsonschema
|
||||
BuildRequires: python3-requests python3-inflection python3-werkzeug python3-flask
|
||||
BuildRequires: python3-PyYAML python3-swagger-ui-bundle python3-flake8
|
||||
|
||||
|
||||
%description
|
||||
Connexion is a framework that automagically handles HTTP requests based on `OpenAPI Specification`_
|
||||
(formerly known as Swagger Spec) of your API described in `YAML format`_. Connexion allows you to
|
||||
@ -36,7 +35,7 @@ Provides: python3-connexion-doc
|
||||
Development documents and examples for connexion
|
||||
|
||||
%prep
|
||||
%autosetup -n connexion-%{version} -p1
|
||||
%autosetup -n connexion-2.9.0
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -76,14 +75,5 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 20 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 2.14.1-1
|
||||
- Upgrade to 2.14.1
|
||||
|
||||
* Fri Jul 8 2022 algorithmofdish <hexiujun1@huawei.com> - 2.10.0-1
|
||||
- Upgrade to 2.10.0
|
||||
|
||||
* Thu Feb 17 2022 liuzhikang <liuzhikang3@huawei.com> - 2.9.0-2
|
||||
- Update the version of PyYAML from 6 to 7 in install_requires.
|
||||
|
||||
* Mon Aug 30 2021 Python_Bot <Python_Bot@openeuler.org> - 2.9.0-1
|
||||
- Package Spec generated
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user