diff --git a/connexion-2.14.2.tar.gz b/connexion-2.14.2.tar.gz deleted file mode 100644 index b7392e701a83ebd7a53cc542c0aae3e3975748b3..0000000000000000000000000000000000000000 Binary files a/connexion-2.14.2.tar.gz and /dev/null differ diff --git a/connexion-3.1.0.tar.gz b/connexion-3.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b6a128ffe1b172efe37855a61a25207a2ae8a96a Binary files /dev/null and b/connexion-3.1.0.tar.gz differ diff --git a/python-connexion.spec b/python-connexion.spec index dead5e2c35399be536d6eab06eb61e921b89c294..5c6af3f44d7ba35367440fddf1b4a93ad2af9ecb 100644 --- a/python-connexion.spec +++ b/python-connexion.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-connexion -Version: 2.14.2 +Version: 3.1.0 Release: 1 Summary: Connexion - API first applications with OpenAPI/Swagger and Flask License: Apache-2.0 URL: https://github.com/spec-first/connexion -Source0: https://files.pythonhosted.org/packages/59/bd/b8028e687c3e8319b22a0ef0b598cf18ea343811d3831ad318676674372e/connexion-%{version}.tar.gz +Source0: %{pypi_source connexion} BuildArch: noarch BuildRequires: python3-devel python3-setuptools python3-clickclick python3-jsonschema @@ -39,10 +39,10 @@ Development documents and examples for connexion %autosetup -n connexion-%{version} -p1 %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -70,12 +70,24 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-connexion -f filelist.lst -%dir %{python3_sitelib}/* +%{python3_sitelib}/connexion/* %files help -f doclist.lst %{_docdir}/* %changelog +* Fri Dec 13 2024 yaoxin - 3.1.0-1 +- Update to 3.1.0: + * Allow the specification to be specified as a URL. + * Inject current request in security handlers + * Fix lifespan example + * Fix docs build for Poetry >=1.8 + * Generate examples with jsf + * fix: uneven quotes + * Fix openapi spec in quickstart doc + * Fix typo in example pip install command + * Log handled errors to warning + * Fri Jun 30 2023 sunhui - 2.14.2-1 - Upgrade to 2.14.2