Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
62fd8af375
!15 [sync] PR-14: python-connexion package init for openEuler-20.03-LTS-SP3
From: @openeuler-sync-bot 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-11-07 06:14:07 +00:00
rearcher
5e816dd15f python-connexion package degrade for openEuler-20.03-LTS-SP3
(cherry picked from commit 116f9270a2da9b6ee2bb33fa6f598fef188c5898)
2023-11-01 16:40:10 +08:00
openeuler-ci-bot
6064f88b0e
!13 update package to version 2.14.2
From: @S--Sh 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-07-04 08:02:32 +00:00
sunhui
9315cc5936 python-connexion 2023-06-30 14:28:48 +08:00
openeuler-ci-bot
9732d30a48
!9 Upgrade to 2.14.1
From: @jxy_git 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-09-24 07:53:42 +00:00
jxy_git
f2516d9b14 Upgrade to 2.14.1 2022-09-20 10:55:26 +08:00
openeuler-ci-bot
a049710671
!7 upgrade to 2.10.0
From: @algorithmofdish 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-07-11 08:05:17 +00:00
algorithmofdish
650984437f upgrade to 2.10.0 2022-07-08 10:08:09 +08:00
openeuler-ci-bot
4290bb1336
!6 [同步pr] python-connexion:更新install_requires中对PyYAML的版本限制
From: @njlzk 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
2022-05-10 06:38:19 +00:00
njlzk
d8373faeb0 update pyyaml version 2022-05-09 17:38:09 +08:00
3 changed files with 15 additions and 5 deletions

BIN
connexion-2.14.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,17 +1,18 @@
%global _empty_manifest_terminate_build 0
Name: python-connexion
Version: 2.9.0
Version: 2.14.1
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
License: Apache-2.0
URL: https://github.com/spec-first/connexion
Source0: https://files.pythonhosted.org/packages/59/bd/b8028e687c3e8319b22a0ef0b598cf18ea343811d3831ad318676674372e/connexion-%{version}.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
@ -35,7 +36,7 @@ Provides: python3-connexion-doc
Development documents and examples for connexion
%prep
%autosetup -n connexion-2.9.0
%autosetup -n connexion-%{version} -p1
%build
%py3_build
@ -75,5 +76,14 @@ 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