diff --git a/python-waitress.spec b/python-waitress.spec index 48dfa0d29562159fd948208a221c8a4ef747709d..86e7bfe85b4f4b2c1f2d25163aae7485d714ab85 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-waitress -Version: 2.1.2 +Version: 3.0.0 Release: 1 Summary: Waitress WSGI server License: ZPLv2.1 URL: https://github.com/Pylons/waitress -Source0: https://files.pythonhosted.org/packages/72/83/c3de9799e2305898b02ea67bcd125ad06f271e2a82cc86fe66b7bf4e6f63/waitress-2.1.2.tar.gz +Source0: https://github.com/Pylons/waitress/archive/refs/tags/v3.0.0.tar.gz BuildArch: noarch Requires: python3-Sphinx @@ -85,6 +85,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 06 2024 liuzhilin - 3.0.0-1 +- Upgrade package to version 3.0.0 +- Fix a bug that would appear on macOS whereby if we accept() a socket that is already gone, setting socket options would fail and take down the server. +- Fixed testing of vendored asyncore code to not rely on particular naming for errno's. + * Wed Sep 28 2022 guozhengxin - 2.1.2-1 - Upgrade package to version 2.1.2 diff --git a/v3.0.0.tar.gz b/v3.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..df8d24cd28e0941915030f04b6b4127874e34882 Binary files /dev/null and b/v3.0.0.tar.gz differ diff --git a/waitress-2.1.2.tar.gz b/waitress-2.1.2.tar.gz deleted file mode 100644 index 1995704b19052ab316ef811e1b7e9dd687d9d78b..0000000000000000000000000000000000000000 Binary files a/waitress-2.1.2.tar.gz and /dev/null differ