!10 [sync] PR-7: upgrade to 2.10.0

From: @openeuler-sync-bot 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-10-31 08:55:47 +00:00 committed by Gitee
commit 509e477ebb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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 %global _empty_manifest_terminate_build 0
Name: python-connexion Name: python-connexion
Version: 2.9.0 Version: 2.10.0
Release: 2 Release: 1
Summary: Connexion - API first applications with OpenAPI/Swagger and Flask Summary: Connexion - API first applications with OpenAPI/Swagger and Flask
License: Apache License Version 2.0 License: Apache License Version 2.0
URL: https://github.com/zalando/connexion URL: https://github.com/spec-first/connexion
Source0: https://files.pythonhosted.org/packages/93/70/3cf72e9642a9d07de7137048f64f5ad56fb138ef29ed45e195995d675c6a/connexion-2.9.0.tar.gz Source0: connexion-2.10.0.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel python3-setuptools python3-clickclick python3-jsonschema BuildRequires: python3-devel python3-setuptools python3-clickclick python3-jsonschema
@ -37,7 +37,7 @@ Provides: python3-connexion-doc
Development documents and examples for connexion Development documents and examples for connexion
%prep %prep
%autosetup -n connexion-2.9.0 -p1 %autosetup -n connexion-2.10.0 -p1
%build %build
%py3_build %py3_build
@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Thu Feb 17 2022 liuzhikang <liuzhikang3@huawei.com> - 2.9.0-2
- Update the version of PyYAML from 6 to 7 in install_requires. - Update the version of PyYAML from 6 to 7 in install_requires.