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..fce51a1335817c07adb0b3a90fbf8539fd6cda00 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: https://files.pythonhosted.org/packages/e8/74/a6d4aa579c8afc9acb0f9cefc1ae2f1da1564cd5b244bdd434407081535f/connexion-3.1.0.tar.gz BuildArch: noarch BuildRequires: python3-devel python3-setuptools python3-clickclick python3-jsonschema @@ -76,6 +76,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 5 2024 liyue01 - 3.1.0-1 +- Upgrade to 3.1.0 +- Remove duplicate log statement that was forgotten in the context of PR +- Fix typo in example pip install command +- Fix openapi spec in quickstart doc +- Can return HTTPStatus member when default response is declared +- fix: uneven quotes,lifespan example + * Fri Jun 30 2023 sunhui - 2.14.2-1 - Upgrade to 2.14.2