From 6bb9b7be15256e3900ebec484aeee701286cb9c2 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 02:50:18 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-werkzeug.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-werkzeug.spec b/python-werkzeug.spec index f29da28..89a1ccb 100644 --- a/python-werkzeug.spec +++ b/python-werkzeug.spec @@ -3,7 +3,7 @@ Name: python-%{modname} Version: 1.0.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Comprehensive WSGI web application library License: BSD @@ -91,6 +91,9 @@ popd %doc docs/_build/html examples %changelog +* Thu Jun 03 2021 Python Maint - 1.0.1-6 +- Rebuilt for Python 3.10 + * Thu May 13 2021 Miro HronĨok - 1.0.1-5 - Workaround failing tests with pytest 6.2+ - Fixes: rhbz#1928083