diff --git a/connexion-2.10.0.tar.gz b/connexion-2.10.0.tar.gz deleted file mode 100644 index a8b79746be5fc66463e7dc506bfa84b015da4ad8..0000000000000000000000000000000000000000 Binary files a/connexion-2.10.0.tar.gz and /dev/null differ diff --git a/connexion-2.14.1.tar.gz b/connexion-2.14.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5ec91d98f5c7177379ac851e32a5178793ae4d50 Binary files /dev/null and b/connexion-2.14.1.tar.gz differ diff --git a/huawei-update-pyyaml-version.patch b/huawei-update-pyyaml-version.patch deleted file mode 100644 index 77644a337fa94a72c26b6174c998ac9ddb80e1a3..0000000000000000000000000000000000000000 --- a/huawei-update-pyyaml-version.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 4ae76e15a8f5bf3b4223b554cecc93537f4511ae Mon Sep 17 00:00:00 2001 -From: liuzhikang -Date: Wed, 16 Feb 2022 16:09:35 +0800 -Subject: [PATCH] update pyyaml version in install_requires. - ---- - setup.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/setup.py b/setup.py -index adf00a5..295e5aa 100755 ---- a/setup.py -+++ b/setup.py -@@ -22,7 +22,7 @@ version = read_version('connexion') - install_requires = [ - 'clickclick>=1.2,<21', - 'jsonschema>=2.5.1,<4', -- 'PyYAML>=5.1,<6', -+ 'PyYAML>=5.1,<7', - 'requests>=2.9.1,<3', - 'inflection>=0.3.1,<0.6', - 'openapi-spec-validator>=0.2.4,<0.4', --- -2.27.0 - diff --git a/python-connexion.spec b/python-connexion.spec index 171d64d24c4b63bd7f64575adbc967df05166c6d..b31f29071fed261e3d5f28fa02079b0e0ebd603d 100644 --- a/python-connexion.spec +++ b/python-connexion.spec @@ -1,18 +1,17 @@ %global _empty_manifest_terminate_build 0 Name: python-connexion -Version: 2.10.0 +Version: 2.14.1 Release: 1 Summary: Connexion - API first applications with OpenAPI/Swagger and Flask -License: Apache License Version 2.0 +License: Apache-2.0 URL: https://github.com/spec-first/connexion -Source0: connexion-2.10.0.tar.gz +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 -Patch9001: huawei-update-pyyaml-version.patch %description Connexion is a framework that automagically handles HTTP requests based on `OpenAPI Specification`_ @@ -37,7 +36,7 @@ Provides: python3-connexion-doc Development documents and examples for connexion %prep -%autosetup -n connexion-2.10.0 -p1 +%autosetup -n connexion-%{version} -p1 %build %py3_build @@ -77,6 +76,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Sep 20 2022 jiangxinyu - 2.14.1-1 +- Upgrade to 2.14.1 + * Fri Jul 8 2022 algorithmofdish - 2.10.0-1 - Upgrade to 2.10.0