From 14d106f08454daf4a09c68f3f4ef4cce28c83da3 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:33:37 +0200 Subject: [PATCH] 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