upgrade to 2.10.0

(cherry picked from commit 650984437f0333d9130df1971f5b1b977e329e52)
This commit is contained in:
algorithmofdish 2022-07-08 10:08:09 +08:00 committed by openeuler-sync-bot
parent 70068c0893
commit 487694a7bc
3 changed files with 8 additions and 5 deletions

BIN
connexion-2.10.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-connexion
Version: 2.9.0
Release: 2
Version: 2.10.0
Release: 1
Summary: Connexion - API first applications with OpenAPI/Swagger and Flask
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
URL: https://github.com/spec-first/connexion
Source0: connexion-2.10.0.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-setuptools python3-clickclick python3-jsonschema
@ -37,7 +37,7 @@ Provides: python3-connexion-doc
Development documents and examples for connexion
%prep
%autosetup -n connexion-2.9.0 -p1
%autosetup -n connexion-2.10.0 -p1
%build
%py3_build
@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* 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.