From 20cd130b106aea44cedb64f0b3d5459fbccf7598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 23 May 2020 22:46:01 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-waitress.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-waitress.spec b/python-waitress.spec index 752f3dc..49f0536 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 1.4.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Waitress WSGI server License: ZPLv2.1 @@ -65,6 +65,9 @@ Python 3 version. %{python3_sitelib}/%{srcname}-*.egg-info/ %changelog +* 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