diff --git a/connexion-2.10.0.tar.gz b/connexion-2.10.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a8b79746be5fc66463e7dc506bfa84b015da4ad8 Binary files /dev/null and b/connexion-2.10.0.tar.gz differ diff --git a/connexion-2.9.0.tar.gz b/connexion-2.9.0.tar.gz deleted file mode 100644 index 5f30b971ceb0bdc132b4003deed04c11005107a7..0000000000000000000000000000000000000000 Binary files a/connexion-2.9.0.tar.gz and /dev/null differ diff --git a/python-connexion.spec b/python-connexion.spec index b69e5a61f9c5debe294cb79abdcf230132ee3a16..171d64d24c4b63bd7f64575adbc967df05166c6d 100644 --- a/python-connexion.spec +++ b/python-connexion.spec @@ -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 - 2.10.0-1 +- Upgrade to 2.10.0 + * Thu Feb 17 2022 liuzhikang - 2.9.0-2 - Update the version of PyYAML from 6 to 7 in install_requires.