From c922e375d46c036bc910b3586469e44831e67632 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 30 May 2022 13:06:40 -0700 Subject: [PATCH 01/23] Update to 2.1.1. Fixes rhbz#2051348 --- .gitignore | 1 + python-waitress.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cfb6a83..434b68a 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /v1.4.3.tar.gz /v1.4.3-nodocs.tar.gz /v1.4.4-nodocs.tar.gz +/v2.1.1-nodocs.tar.gz diff --git a/python-waitress.spec b/python-waitress.spec index ba8fcb0..bef2867 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -3,8 +3,8 @@ %global _docdir_fmt %{name} Name: python-%{srcname} -Version: 1.4.4 -Release: 6%{?dist} +Version: 2.1.1 +Release: 1%{?dist} Summary: Waitress WSGI server License: ZPLv2.1 @@ -63,6 +63,9 @@ Python 3 version. %{python3_sitelib}/%{srcname}-*.egg-info/ %changelog +* Mon May 30 2022 Kevin Fenzi - 2.1.1-1 +- Update to 2.1.1. Fixes rhbz#2051348 + * Fri Jan 21 2022 Fedora Release Engineering - 1.4.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index 859cafd..91776e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.4.4-nodocs.tar.gz) = 246e066774f093caf174c2e7a054fedf9d09ce871524f6fdfd86bade89b858ff28ea0fd7347874303e473bf2527919beecc174264d5d8283030ab13c5942ef2d +SHA512 (v2.1.1-nodocs.tar.gz) = e4f6574abefed56d416c6d0285efc3acd13f42617cf9f54e3b0de3fe22dc1c3e4ab03330d865226230925d0d204f1d6e7c743da2a7110a15cff081fc48ea2484 From 14d106f08454daf4a09c68f3f4ef4cce28c83da3 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:33:37 +0200 Subject: [PATCH 02/23] Rebuilt for Python 3.11 --- python-waitress.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-waitress.spec b/python-waitress.spec index bef2867..ca234b5 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 2.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Waitress WSGI server License: ZPLv2.1 @@ -63,6 +63,9 @@ Python 3 version. %{python3_sitelib}/%{srcname}-*.egg-info/ %changelog +* Mon Jun 13 2022 Python Maint - 2.1.1-2 +- Rebuilt for Python 3.11 + * Mon May 30 2022 Kevin Fenzi - 2.1.1-1 - Update to 2.1.1. Fixes rhbz#2051348 From 3f222dcae39c9f0384fab0ab8785173b59bf7d35 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 23:22:29 +0000 Subject: [PATCH 03/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-waitress.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-waitress.spec b/python-waitress.spec index ca234b5..c263d07 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 2.1.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Waitress WSGI server License: ZPLv2.1 @@ -63,6 +63,9 @@ Python 3 version. %{python3_sitelib}/%{srcname}-*.egg-info/ %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 2.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Mon Jun 13 2022 Python Maint - 2.1.1-2 - Rebuilt for Python 3.11 From e5d6c6b8ce41371cf919e3a0cea6081b671adf0e Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Tue, 2 Aug 2022 11:01:16 +0200 Subject: [PATCH 04/23] Update to 2.1.2 Fixes: rhbz#2091729 --- .gitignore | 1 + python-waitress.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 434b68a..b3d7d68 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /v1.4.3-nodocs.tar.gz /v1.4.4-nodocs.tar.gz /v2.1.1-nodocs.tar.gz +/v2.1.2-nodocs.tar.gz diff --git a/python-waitress.spec b/python-waitress.spec index c263d07..0749c67 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -3,8 +3,8 @@ %global _docdir_fmt %{name} Name: python-%{srcname} -Version: 2.1.1 -Release: 3%{?dist} +Version: 2.1.2 +Release: 1%{?dist} Summary: Waitress WSGI server License: ZPLv2.1 @@ -63,6 +63,9 @@ Python 3 version. %{python3_sitelib}/%{srcname}-*.egg-info/ %changelog +* Tue Aug 02 2022 Alfredo Moralejo - 2.1.2-1 +- Update to 2.1.2 Fixes rhbz#2091729 + * Fri Jul 22 2022 Fedora Release Engineering - 2.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index 91776e2..1bdd16f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.1.1-nodocs.tar.gz) = e4f6574abefed56d416c6d0285efc3acd13f42617cf9f54e3b0de3fe22dc1c3e4ab03330d865226230925d0d204f1d6e7c743da2a7110a15cff081fc48ea2484 +SHA512 (v2.1.2-nodocs.tar.gz) = 184826a390ead6720059b7f6427867b0f228b6d27e3b25db2fb78ed44c45d3da744f07f31690dbe643fc6a483201513ecb1f48053a662e817daecf509cdf0855 From 9dd38860cd64e5b6ef221d38d54edda413bc2c20 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 18:20:26 +0000 Subject: [PATCH 05/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-waitress.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-waitress.spec b/python-waitress.spec index 0749c67..7e560d4 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 2.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Waitress WSGI server License: ZPLv2.1 @@ -63,6 +63,9 @@ Python 3 version. %{python3_sitelib}/%{srcname}-*.egg-info/ %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 2.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Tue Aug 02 2022 Alfredo Moralejo - 2.1.2-1 - Update to 2.1.2 Fixes rhbz#2091729 From fa45528a176a634ca495259e6459a9a96bb8191c Mon Sep 17 00:00:00 2001 From: Carl George Date: Tue, 9 May 2023 19:30:47 -0500 Subject: [PATCH 06/23] Convert to pyproject macros --- python-waitress.spec | 50 ++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 27 deletions(-) diff --git a/python-waitress.spec b/python-waitress.spec index 7e560d4..de6c85e 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -1,14 +1,10 @@ -%global srcname waitress - -%global _docdir_fmt %{name} - -Name: python-%{srcname} +Name: python-waitress Version: 2.1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Waitress WSGI server License: ZPLv2.1 -URL: https://github.com/Pylons/%{srcname} +URL: https://github.com/Pylons/waitress Source0: v%{version}-nodocs.tar.gz # Upstream ships non free docs files. # We do not even want them in our src.rpms @@ -22,47 +18,47 @@ Source1: generate-tarball.sh BuildArch: noarch -# No docs as we don't have packaged pylons theme for sphinx - -%global _description \ -Waitress is meant to be a production-quality pure-Python WSGI server with\ -very acceptable performance. It has no dependencies except ones which live\ -in the Python standard library. It runs on CPython on Unix and Windows under\ -Python 2.6+ and Python 3.3+. It is also known to run on PyPy 1.6.0+ on UNIX.\ -It supports HTTP/1.0 and HTTP/1.1. +%global _description %{expand: +Waitress is a production-quality pure-Python WSGI server with very acceptable +performance. It has no dependencies except ones which live in the Python +standard library. It runs on CPython on Unix and Windows under Python 3.7+. It +is also known to run on PyPy 3 (version 3.7 compatible python) on UNIX. It +supports HTTP/1.0 and HTTP/1.1.} %description %{_description} -%package -n python3-%{srcname} -Summary: Waitress WSGI server +%package -n python3-waitress +Summary: %{summary} BuildRequires: python3-devel -BuildRequires: python3-setuptools -%description -n python3-%{srcname} %{_description} - -Python 3 version. +%description -n python3-waitress %{_description} %prep -%autosetup -n %{srcname}-%{version}-nodocs +%autosetup -n waitress-%{version}-nodocs + +%generate_buildrequires +%pyproject_buildrequires %build -%py3_build +%pyproject_wheel %install -%py3_install +%pyproject_install +%pyproject_save_files waitress #check # disable checks for now as they fail trying to lookup localhost in koji. # -%files -n python3-%{srcname} +%files -n python3-waitress -f %{pyproject_files} %license COPYRIGHT.txt LICENSE.txt %doc README.rst CHANGES.txt %{_bindir}/waitress-serve -%{python3_sitelib}/%{srcname}/ -%{python3_sitelib}/%{srcname}-*.egg-info/ %changelog +* Wed May 10 2023 Carl George - 2.1.2-3 +- Convert to pyproject macros + * Fri Jan 20 2023 Fedora Release Engineering - 2.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From ae944a63bfd06d2dc8732119fe0df610c1bb86b3 Mon Sep 17 00:00:00 2001 From: Carl George Date: Tue, 9 May 2023 19:31:47 -0500 Subject: [PATCH 07/23] Run test suite --- python-waitress.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/python-waitress.spec b/python-waitress.spec index de6c85e..d878ebe 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -35,9 +35,13 @@ BuildRequires: python3-devel %prep %autosetup -n waitress-%{version}-nodocs +sed -e '/pytest-cover/d' \ + -e '/coverage/d' \ + -e '/addopts/d' \ + -i setup.cfg %generate_buildrequires -%pyproject_buildrequires +%pyproject_buildrequires -x testing %build %pyproject_wheel @@ -46,9 +50,8 @@ BuildRequires: python3-devel %pyproject_install %pyproject_save_files waitress -#check -# disable checks for now as they fail trying to lookup localhost in koji. -# +%check +%pytest %files -n python3-waitress -f %{pyproject_files} %license COPYRIGHT.txt LICENSE.txt @@ -58,6 +61,7 @@ BuildRequires: python3-devel %changelog * Wed May 10 2023 Carl George - 2.1.2-3 - Convert to pyproject macros +- Run test suite * Fri Jan 20 2023 Fedora Release Engineering - 2.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From ac3643f4fb3c6324e6c57a94c1b0c1648cee76cf Mon Sep 17 00:00:00 2001 From: Carl George Date: Tue, 9 May 2023 19:32:04 -0500 Subject: [PATCH 08/23] Switch to SPDX license identifier --- python-waitress.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-waitress.spec b/python-waitress.spec index d878ebe..3336b83 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -3,7 +3,7 @@ Version: 2.1.2 Release: 3%{?dist} Summary: Waitress WSGI server -License: ZPLv2.1 +License: ZPL-2.1 URL: https://github.com/Pylons/waitress Source0: v%{version}-nodocs.tar.gz # Upstream ships non free docs files. @@ -62,6 +62,7 @@ sed -e '/pytest-cover/d' \ * Wed May 10 2023 Carl George - 2.1.2-3 - Convert to pyproject macros - Run test suite +- Switch to SPDX license identifier * Fri Jan 20 2023 Fedora Release Engineering - 2.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 0521fe96f99499c5f4c7b3a865e23971ad814b9f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 23:05:56 +0200 Subject: [PATCH 09/23] Rebuilt for Python 3.12 --- python-waitress.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-waitress.spec b/python-waitress.spec index 3336b83..c854a80 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -1,6 +1,6 @@ Name: python-waitress Version: 2.1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Waitress WSGI server License: ZPL-2.1 @@ -59,6 +59,9 @@ sed -e '/pytest-cover/d' \ %{_bindir}/waitress-serve %changelog +* Tue Jun 13 2023 Python Maint - 2.1.2-4 +- Rebuilt for Python 3.12 + * Wed May 10 2023 Carl George - 2.1.2-3 - Convert to pyproject macros - Run test suite From 1a55e3b95991ff88df6e051c74bb3f41c390c2db Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 15:14:49 +0000 Subject: [PATCH 10/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-waitress.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-waitress.spec b/python-waitress.spec index c854a80..2a08153 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -1,6 +1,6 @@ Name: python-waitress Version: 2.1.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Waitress WSGI server License: ZPL-2.1 @@ -59,6 +59,9 @@ sed -e '/pytest-cover/d' \ %{_bindir}/waitress-serve %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 2.1.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Jun 13 2023 Python Maint - 2.1.2-4 - Rebuilt for Python 3.12 From a002b757967d79cfa60c7a299a3df236e1de13c8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 08:56:32 +0000 Subject: [PATCH 11/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- python-waitress.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-waitress.spec b/python-waitress.spec index 2a08153..96f9c3e 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -1,6 +1,6 @@ Name: python-waitress Version: 2.1.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Waitress WSGI server License: ZPL-2.1 @@ -59,6 +59,9 @@ sed -e '/pytest-cover/d' \ %{_bindir}/waitress-serve %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 2.1.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jul 21 2023 Fedora Release Engineering - 2.1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 91f986cfee9d33462041cd3921ee7ded1518f503 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 26 Jan 2024 12:46:10 +0000 Subject: [PATCH 12/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- python-waitress.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-waitress.spec b/python-waitress.spec index 96f9c3e..e4ff63e 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -1,6 +1,6 @@ Name: python-waitress Version: 2.1.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Waitress WSGI server License: ZPL-2.1 @@ -59,6 +59,9 @@ sed -e '/pytest-cover/d' \ %{_bindir}/waitress-serve %changelog +* Fri Jan 26 2024 Fedora Release Engineering - 2.1.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Mon Jan 22 2024 Fedora Release Engineering - 2.1.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 45077f78c22fde25f3a88a6ce3679108fd7bd7bd Mon Sep 17 00:00:00 2001 From: Carl George Date: Mon, 20 May 2024 10:27:06 -0500 Subject: [PATCH 13/23] Convert to %autorelease and %autochangelog [skip changelog] --- changelog | 208 ++++++++++++++++++++++++++++++++++++++++++ python-waitress.spec | 211 +------------------------------------------ 2 files changed, 210 insertions(+), 209 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..a60d365 --- /dev/null +++ b/changelog @@ -0,0 +1,208 @@ +* Fri Jan 26 2024 Fedora Release Engineering - 2.1.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 2.1.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 2.1.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 13 2023 Python Maint - 2.1.2-4 +- Rebuilt for Python 3.12 + +* Wed May 10 2023 Carl George - 2.1.2-3 +- Convert to pyproject macros +- Run test suite +- Switch to SPDX license identifier + +* Fri Jan 20 2023 Fedora Release Engineering - 2.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Tue Aug 02 2022 Alfredo Moralejo - 2.1.2-1 +- Update to 2.1.2 Fixes rhbz#2091729 + +* Fri Jul 22 2022 Fedora Release Engineering - 2.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 2.1.1-2 +- Rebuilt for Python 3.11 + +* Mon May 30 2022 Kevin Fenzi - 2.1.1-1 +- Update to 2.1.1. Fixes rhbz#2051348 + +* Fri Jan 21 2022 Fedora Release Engineering - 1.4.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.4.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Jun 03 2021 Python Maint - 1.4.4-4 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.4.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Jan 15 2021 Troy Dawson - 1.4.4-2 +- Remove test BuildRequires until tests are working + +* Thu Sep 10 2020 Joel Capitao - 1.4.4-1 +- Update to 1.4.4 + +* Wed Jul 29 2020 Fedora Release Engineering - 1.4.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat May 23 2020 Miro Hrončok - 1.4.3-2 +- Rebuilt for Python 3.9 + +* Fri Feb 07 2020 Lorenzo Gil Sanchez - 1.4.3-1 +- Update to 1.4.3 Fixes bug #1785591 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.4.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Jan 20 2020 Lorenzo Gil Sanchez - 1.4.2-1 +- Update to 1.4.2 Fixes bugs #1785591 #1789807 #1789809 #1789810 #1791415 + #1791416 #1791417 #1791420 #1791421 #1791422 #1791423 + +* Thu Jan 16 2020 Lorenzo Gil Sanchez - 1.4.1-1 +- Update to 1.4.1 Fixes bug #1785591 + +* Wed Dec 25 2019 Lorenzo Gil Sanchez - 1.4.0-1 +- Update to 1.4.0 Fixes bug #1785591 + +* Sun Oct 06 2019 Kevin Fenzi - 1.3.1-1 +- Update to 1.3.1. Fixes bug #1747075 + +* Mon Sep 09 2019 Miro Hrončok - 1.2.1-5 +- Subpackage python2-waitress has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Sat Aug 17 2019 Miro Hrončok - 1.2.1-4 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.2.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Jun 29 2019 Kevin Fenzi - 1.2.1-2 +- Remove non free docs from src.rpm and provide script to do so before upload. +- Fixes bug #1684335 + +* Tue Feb 05 2019 Lorenzo Gil Sanchez - 1.2.1-1 +- Update to 1.2.1 (#1667466) + +* Sat Feb 02 2019 Fedora Release Engineering - 1.1.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 14 2018 Fedora Release Engineering - 1.1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sun Jun 17 2018 Miro Hrončok - 1.1.0-3 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sat Nov 11 2017 Lorenzo Gil Sanchez - 1.1.0-1 +- Update to 1.1.0 (#1504455) + +* Thu Jul 27 2017 Fedora Release Engineering - 1.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 18 2017 Lorenzo Gil Sanchez - 1.0.2-1 +- Update to 1.0.2. Fixes bug #1419297 + +* Sat Feb 11 2017 Fedora Release Engineering - 1.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 1.0.1-2 +- Rebuild for Python 3.6 + +* Tue Oct 25 2016 Kevin Fenzi - 1.0.1-1 +- Update to 1.0.1. Fixes bug #1387885 + +* Sat Sep 03 2016 Kevin Fenzi - 1.0.0-1 +- Update to 1.0.0. Fixes bug #1372330 + +* Tue Jul 19 2016 Fedora Release Engineering - 0.9.0-4 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Wed Jun 29 2016 Igor Gnatenko - 0.9.0-3 +- Modernize spec to comply with new packaging guidelines + +* Thu May 26 2016 Lorenzo Gil Sanchez - 0.9.0-2 +- Fixed Source0 to point to new PyPi predictable URL format + +* Thu May 5 2016 Lorenzo Gil Sanchez - 0.9.0-1 +- Update to 0.9.0 +- Fixed 2 warnings from fedpkg lint + +* Sun Apr 10 2016 Kevin Fenzi - 0.9.0b1-1 +- Update to 0.9.0b1. Fixes bug #1325661 + +* Mon Mar 21 2016 Lorenzo Gil Sanchez - 0.9.0b0-1 +- New (beta) version + +* Thu Feb 04 2016 Fedora Release Engineering - 0.8.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Nov 10 2015 Fedora Release Engineering - 0.8.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Wed Sep 16 2015 Ralph Bean - 0.8.10-1 +- new version + +* Thu Jun 18 2015 Fedora Release Engineering - 0.8.9-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Mon Apr 27 2015 Ralph Bean - 0.8.9-5 +- Conditionalize the python3 subpackage. + +* Mon Jul 14 2014 Lorenzo Gil Sanchez - 0.8.9-4 +- Fix comment in description section about versioned directory for docs +- Use __python2 macro instead of __python + +* Sat Jun 14 2014 Lorenzo Gil Sanchez - 0.8.9-3 +- Run the tests with nose to avoid unclosed socket errors + +* Sun Jun 08 2014 Fedora Release Engineering - 0.8.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun May 25 2014 Lorenzo Gil Sanchez - 0.8.9-1 +- Update to upstream + +* Wed May 14 2014 Bohuslav Kabrda - 0.8.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + +* Sun Dec 22 2013 Lorenzo Gil Sanchez - 0.8.8-1 +- Update to upstream + +* Sun Dec 8 2013 Lorenzo Gil Sanchez - 0.8.5-3 +- Remove python3 dependency on the python-waitress python2 package + +* Wed Aug 7 2013 Lorenzo Gil Sanchez - 0.8.5-2 +- Update description to use the new Fedora 20 _pkgdocdir macro, which + is also defined for backwards cmompatibility + +* Wed Jul 31 2013 Lorenzo Gil Sanchez - 0.8.5-1 +- Update to upstream + +* Sat Jul 6 2013 Lorenzo Gil Sanchez - 0.8.4-1 +- Update to upstream +- Added waitress-serve as a binary executable in /usr/bin + +* Sun May 12 2013 Lorenzo Gil Sanchez - 0.8.3-1 +- Update to upstream + +* Thu Feb 14 2013 Fedora Release Engineering - 0.8.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Nov 28 2012 Lorenzo Gil Sanchez - 0.8.2-3 +- Use version macro in the Source0 to avoid duplicates +* Sat Nov 24 2012 Lorenzo Gil Sanchez - 0.8.2-2 +- Point to the local docs directory in the description for the documentation +- Remove py3dir before copying the files to it in the prep phase +- Remove -O1 in the build phase as it is not used anymore in the Fedora + Packaging guidelines +- Remove files rpmlint doesn't like +* Mon Nov 19 2012 Lorenzo Gil Sanchez - 0.8.2-1 +- New package. diff --git a/python-waitress.spec b/python-waitress.spec index e4ff63e..2313581 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -1,6 +1,6 @@ Name: python-waitress Version: 2.1.2 -Release: 7%{?dist} +Release: %autorelease Summary: Waitress WSGI server License: ZPL-2.1 @@ -59,211 +59,4 @@ sed -e '/pytest-cover/d' \ %{_bindir}/waitress-serve %changelog -* Fri Jan 26 2024 Fedora Release Engineering - 2.1.2-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Mon Jan 22 2024 Fedora Release Engineering - 2.1.2-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Fri Jul 21 2023 Fedora Release Engineering - 2.1.2-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Tue Jun 13 2023 Python Maint - 2.1.2-4 -- Rebuilt for Python 3.12 - -* Wed May 10 2023 Carl George - 2.1.2-3 -- Convert to pyproject macros -- Run test suite -- Switch to SPDX license identifier - -* Fri Jan 20 2023 Fedora Release Engineering - 2.1.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Tue Aug 02 2022 Alfredo Moralejo - 2.1.2-1 -- Update to 2.1.2 Fixes rhbz#2091729 - -* Fri Jul 22 2022 Fedora Release Engineering - 2.1.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Mon Jun 13 2022 Python Maint - 2.1.1-2 -- Rebuilt for Python 3.11 - -* Mon May 30 2022 Kevin Fenzi - 2.1.1-1 -- Update to 2.1.1. Fixes rhbz#2051348 - -* Fri Jan 21 2022 Fedora Release Engineering - 1.4.4-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 1.4.4-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Jun 03 2021 Python Maint - 1.4.4-4 -- Rebuilt for Python 3.10 - -* Wed Jan 27 2021 Fedora Release Engineering - 1.4.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Jan 15 2021 Troy Dawson - 1.4.4-2 -- Remove test BuildRequires until tests are working - -* Thu Sep 10 2020 Joel Capitao - 1.4.4-1 -- Update to 1.4.4 - -* Wed Jul 29 2020 Fedora Release Engineering - 1.4.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sat May 23 2020 Miro Hrončok - 1.4.3-2 -- Rebuilt for Python 3.9 - -* Fri Feb 07 2020 Lorenzo Gil Sanchez - 1.4.3-1 -- Update to 1.4.3 Fixes bug #1785591 - -* Thu Jan 30 2020 Fedora Release Engineering - 1.4.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Mon Jan 20 2020 Lorenzo Gil Sanchez - 1.4.2-1 -- Update to 1.4.2 Fixes bugs #1785591 #1789807 #1789809 #1789810 #1791415 - #1791416 #1791417 #1791420 #1791421 #1791422 #1791423 - -* Thu Jan 16 2020 Lorenzo Gil Sanchez - 1.4.1-1 -- Update to 1.4.1 Fixes bug #1785591 - -* Wed Dec 25 2019 Lorenzo Gil Sanchez - 1.4.0-1 -- Update to 1.4.0 Fixes bug #1785591 - -* Sun Oct 06 2019 Kevin Fenzi - 1.3.1-1 -- Update to 1.3.1. Fixes bug #1747075 - -* Mon Sep 09 2019 Miro Hrončok - 1.2.1-5 -- Subpackage python2-waitress has been removed - See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal - -* Sat Aug 17 2019 Miro Hrončok - 1.2.1-4 -- Rebuilt for Python 3.8 - -* Fri Jul 26 2019 Fedora Release Engineering - 1.2.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sat Jun 29 2019 Kevin Fenzi - 1.2.1-2 -- Remove non free docs from src.rpm and provide script to do so before upload. -- Fixes bug #1684335 - -* Tue Feb 05 2019 Lorenzo Gil Sanchez - 1.2.1-1 -- Update to 1.2.1 (#1667466) - -* Sat Feb 02 2019 Fedora Release Engineering - 1.1.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 1.1.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Sun Jun 17 2018 Miro Hrončok - 1.1.0-3 -- Rebuilt for Python 3.7 - -* Fri Feb 09 2018 Fedora Release Engineering - 1.1.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Sat Nov 11 2017 Lorenzo Gil Sanchez - 1.1.0-1 -- Update to 1.1.0 (#1504455) - -* Thu Jul 27 2017 Fedora Release Engineering - 1.0.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 18 2017 Lorenzo Gil Sanchez - 1.0.2-1 -- Update to 1.0.2. Fixes bug #1419297 - -* Sat Feb 11 2017 Fedora Release Engineering - 1.0.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Dec 19 2016 Miro Hrončok - 1.0.1-2 -- Rebuild for Python 3.6 - -* Tue Oct 25 2016 Kevin Fenzi - 1.0.1-1 -- Update to 1.0.1. Fixes bug #1387885 - -* Sat Sep 03 2016 Kevin Fenzi - 1.0.0-1 -- Update to 1.0.0. Fixes bug #1372330 - -* Tue Jul 19 2016 Fedora Release Engineering - 0.9.0-4 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Wed Jun 29 2016 Igor Gnatenko - 0.9.0-3 -- Modernize spec to comply with new packaging guidelines - -* Thu May 26 2016 Lorenzo Gil Sanchez - 0.9.0-2 -- Fixed Source0 to point to new PyPi predictable URL format - -* Thu May 5 2016 Lorenzo Gil Sanchez - 0.9.0-1 -- Update to 0.9.0 -- Fixed 2 warnings from fedpkg lint - -* Sun Apr 10 2016 Kevin Fenzi - 0.9.0b1-1 -- Update to 0.9.0b1. Fixes bug #1325661 - -* Mon Mar 21 2016 Lorenzo Gil Sanchez - 0.9.0b0-1 -- New (beta) version - -* Thu Feb 04 2016 Fedora Release Engineering - 0.8.10-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Nov 10 2015 Fedora Release Engineering - 0.8.10-2 -- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 - -* Wed Sep 16 2015 Ralph Bean - 0.8.10-1 -- new version - -* Thu Jun 18 2015 Fedora Release Engineering - 0.8.9-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Apr 27 2015 Ralph Bean - 0.8.9-5 -- Conditionalize the python3 subpackage. - -* Mon Jul 14 2014 Lorenzo Gil Sanchez - 0.8.9-4 -- Fix comment in description section about versioned directory for docs -- Use __python2 macro instead of __python - -* Sat Jun 14 2014 Lorenzo Gil Sanchez - 0.8.9-3 -- Run the tests with nose to avoid unclosed socket errors - -* Sun Jun 08 2014 Fedora Release Engineering - 0.8.9-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun May 25 2014 Lorenzo Gil Sanchez - 0.8.9-1 -- Update to upstream - -* Wed May 14 2014 Bohuslav Kabrda - 0.8.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 - -* Sun Dec 22 2013 Lorenzo Gil Sanchez - 0.8.8-1 -- Update to upstream - -* Sun Dec 8 2013 Lorenzo Gil Sanchez - 0.8.5-3 -- Remove python3 dependency on the python-waitress python2 package - -* Wed Aug 7 2013 Lorenzo Gil Sanchez - 0.8.5-2 -- Update description to use the new Fedora 20 _pkgdocdir macro, which - is also defined for backwards cmompatibility - -* Wed Jul 31 2013 Lorenzo Gil Sanchez - 0.8.5-1 -- Update to upstream - -* Sat Jul 6 2013 Lorenzo Gil Sanchez - 0.8.4-1 -- Update to upstream -- Added waitress-serve as a binary executable in /usr/bin - -* Sun May 12 2013 Lorenzo Gil Sanchez - 0.8.3-1 -- Update to upstream - -* Thu Feb 14 2013 Fedora Release Engineering - 0.8.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Nov 28 2012 Lorenzo Gil Sanchez - 0.8.2-3 -- Use version macro in the Source0 to avoid duplicates -* Sat Nov 24 2012 Lorenzo Gil Sanchez - 0.8.2-2 -- Point to the local docs directory in the description for the documentation -- Remove py3dir before copying the files to it in the prep phase -- Remove -O1 in the build phase as it is not used anymore in the Fedora - Packaging guidelines -- Remove files rpmlint doesn't like -* Mon Nov 19 2012 Lorenzo Gil Sanchez - 0.8.2-1 -- New package. +%autochangelog From 8557aec3cc6800e0dad2bc351555602bb7a79a95 Mon Sep 17 00:00:00 2001 From: Carl George Date: Tue, 21 May 2024 16:17:33 -0500 Subject: [PATCH 14/23] Update to version 3.0.0 rhbz#2262711 --- .gitignore | 29 +---------------------------- generate-tarball.sh | 11 ++++++++--- python-waitress.spec | 10 ++++------ sources | 2 +- 4 files changed, 14 insertions(+), 38 deletions(-) diff --git a/.gitignore b/.gitignore index b3d7d68..a8903c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,28 +1 @@ -/waitress-0.8.2.tar.gz -/waitress-0.8.3.tar.gz -/waitress-0.8.4.tar.gz -/waitress-0.8.5.tar.gz -/waitress-0.8.8.tar.gz -/waitress-0.8.9.tar.gz -/waitress-0.8.10.tar.gz -/waitress-0.9.0b0.tar.gz -/waitress-0.9.0b1.tar.gz -/waitress-0.9.0.tar.gz -/waitress-1.0.0.tar.gz -/waitress-1.0.1.tar.gz -/waitress-1.0.2.tar.gz -/waitress-1.1.0.tar.gz -/v1.2.1.tar.gz -/v1.2.1-nodocs.tar.gz -/v1.3.1-nodocs.tar.gz -/v1.4.0.tar.gz -/v1.4.0-nodocs.tar.gz -/v1.4.1.tar.gz -/v1.4.1-nodocs.tar.gz -/v1.4.2.tar.gz -/v1.4.2-nodocs.tar.gz -/v1.4.3.tar.gz -/v1.4.3-nodocs.tar.gz -/v1.4.4-nodocs.tar.gz -/v2.1.1-nodocs.tar.gz -/v2.1.2-nodocs.tar.gz +/waitress-*-nodocs.tar.gz diff --git a/generate-tarball.sh b/generate-tarball.sh index f45f570..da92a04 100755 --- a/generate-tarball.sh +++ b/generate-tarball.sh @@ -1,8 +1,13 @@ -#!/bin/sh +#!/bin/bash + +if [[ $# -ne 1 ]]; then + echo "usage: $(basename $0) " + exit 1 +fi VERSION=$1 -tar -xzvf v$VERSION.tar.gz +tar -xzvf waitress-$VERSION.tar.gz rm -rf waitress-$VERSION/docs mv waitress-$VERSION waitress-$VERSION-nodocs -tar -czvf v$VERSION-nodocs.tar.gz waitress-$VERSION-nodocs +tar -czvf waitress-$VERSION-nodocs.tar.gz waitress-$VERSION-nodocs diff --git a/python-waitress.spec b/python-waitress.spec index 2313581..cf3a0bf 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -1,11 +1,11 @@ Name: python-waitress -Version: 2.1.2 +Version: 3.0.0 Release: %autorelease Summary: Waitress WSGI server License: ZPL-2.1 URL: https://github.com/Pylons/waitress -Source0: v%{version}-nodocs.tar.gz +Source0: waitress-%{version}-nodocs.tar.gz # Upstream ships non free docs files. # We do not even want them in our src.rpms # So we remove them before uploading. @@ -21,9 +21,7 @@ BuildArch: noarch %global _description %{expand: Waitress is a production-quality pure-Python WSGI server with very acceptable performance. It has no dependencies except ones which live in the Python -standard library. It runs on CPython on Unix and Windows under Python 3.7+. It -is also known to run on PyPy 3 (version 3.7 compatible python) on UNIX. It -supports HTTP/1.0 and HTTP/1.1.} +standard library.} %description %{_description} @@ -35,7 +33,7 @@ BuildRequires: python3-devel %prep %autosetup -n waitress-%{version}-nodocs -sed -e '/pytest-cover/d' \ +sed -e '/pytest-cov/d' \ -e '/coverage/d' \ -e '/addopts/d' \ -i setup.cfg diff --git a/sources b/sources index 1bdd16f..92d79fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.1.2-nodocs.tar.gz) = 184826a390ead6720059b7f6427867b0f228b6d27e3b25db2fb78ed44c45d3da744f07f31690dbe643fc6a483201513ecb1f48053a662e817daecf509cdf0855 +SHA512 (waitress-3.0.0-nodocs.tar.gz) = 5d7d5cffd986ca797961041e5d2aad70be9a00031e527ba6f727902973347a173b03b985323d3631d159eca13bc0fbfff532f2b96b2198cefef030817a7ba7d9 From 7e4d5104449f3504d37e94427d648ffc71540f6f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 10:59:33 +0200 Subject: [PATCH 15/23] Rebuilt for Python 3.13 From 40ed1fd08ac04f49fce7e08767019e90a9944c32 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 16:59:32 +0000 Subject: [PATCH 16/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 7cf29fd8b3a2670bfcc857fafacc503c8c0d0544 Mon Sep 17 00:00:00 2001 From: Carl George Date: Thu, 7 Nov 2024 00:15:27 -0600 Subject: [PATCH 17/23] Update to version 3.0.1 rhbz#2322297 - Resolves: CVE-2024-49768 - Resolves: CVE-2024-49769 --- generate-tarball.sh | 1 + python-waitress.spec | 8 +++++--- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/generate-tarball.sh b/generate-tarball.sh index da92a04..d6b0ffa 100755 --- a/generate-tarball.sh +++ b/generate-tarball.sh @@ -7,6 +7,7 @@ fi VERSION=$1 +wget https://github.com/Pylons/waitress/archive/v$VERSION/waitress-$VERSION.tar.gz tar -xzvf waitress-$VERSION.tar.gz rm -rf waitress-$VERSION/docs mv waitress-$VERSION waitress-$VERSION-nodocs diff --git a/python-waitress.spec b/python-waitress.spec index cf3a0bf..4b8119c 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -1,5 +1,5 @@ Name: python-waitress -Version: 3.0.0 +Version: 3.0.1 Release: %autorelease Summary: Waitress WSGI server @@ -7,6 +7,9 @@ License: ZPL-2.1 URL: https://github.com/Pylons/waitress Source0: waitress-%{version}-nodocs.tar.gz # Upstream ships non free docs files. +# +# https://github.com/Pylons/waitress/issues/78 +# # We do not even want them in our src.rpms # So we remove them before uploading. # @@ -46,13 +49,12 @@ sed -e '/pytest-cov/d' \ %install %pyproject_install -%pyproject_save_files waitress +%pyproject_save_files -l waitress %check %pytest %files -n python3-waitress -f %{pyproject_files} -%license COPYRIGHT.txt LICENSE.txt %doc README.rst CHANGES.txt %{_bindir}/waitress-serve diff --git a/sources b/sources index 92d79fc..6dd1ec9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waitress-3.0.0-nodocs.tar.gz) = 5d7d5cffd986ca797961041e5d2aad70be9a00031e527ba6f727902973347a173b03b985323d3631d159eca13bc0fbfff532f2b96b2198cefef030817a7ba7d9 +SHA512 (waitress-3.0.1-nodocs.tar.gz) = 49b04d009263c440ebc6cf2d84e69bd458a45a83269d58e19318cc2a1a8be7a1c05fb0ba0c75cbe3df8e23eb7d8bdba282ed73f5f6acefed8bf252220fc43e37 From fbd7da616e59738df81e5b2023f37fc7fb4ad029 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 20:39:11 +0000 Subject: [PATCH 18/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 8791064fc81d3aa23453c1b322adf883c0314ccc Mon Sep 17 00:00:00 2001 From: Carl George Date: Wed, 5 Feb 2025 14:52:52 -0600 Subject: [PATCH 19/23] Update to version 3.0.2 rhbz#2326711 --- python-waitress.spec | 2 +- sources | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python-waitress.spec b/python-waitress.spec index 4b8119c..dd52e38 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -1,5 +1,5 @@ Name: python-waitress -Version: 3.0.1 +Version: 3.0.2 Release: %autorelease Summary: Waitress WSGI server diff --git a/sources b/sources index 6dd1ec9..cc9417c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waitress-3.0.1-nodocs.tar.gz) = 49b04d009263c440ebc6cf2d84e69bd458a45a83269d58e19318cc2a1a8be7a1c05fb0ba0c75cbe3df8e23eb7d8bdba282ed73f5f6acefed8bf252220fc43e37 +SHA512 (waitress-3.0.2-nodocs.tar.gz) = bd200adf775a5f2a64c5b855ae64b7ada191eed91f10265701b404ad026af47c3f9e0b2d07f2615a6f6abcbc01b3ae2eb02d4c978b060b560ce60991d9590435 From 275eeeca7bae64e1d8e46f42bfaeddb75b986eeb Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 2 Jun 2025 22:55:51 +0200 Subject: [PATCH 20/23] Rebuilt for Python 3.14 From 9260ee503c3e33b9f233949e8312116a91bcf44c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 11:05:05 +0000 Subject: [PATCH 21/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 3658596978be8f681b20ae7193b53584d37994e8 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 15:08:22 +0200 Subject: [PATCH 22/23] Rebuilt for Python 3.14.0rc2 bytecode From 4635ff654f3c65a0f54317f9a3e1a3576af12626 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 14:44:31 +0200 Subject: [PATCH 23/23] Rebuilt for Python 3.14.0rc3 bytecode