From 141a3826bcdf820c5576dc32d6ad699f2add389e Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 18:52:02 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-itsdangerous.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-itsdangerous.spec b/python-itsdangerous.spec index 5853f01..cda1bfa 100644 --- a/python-itsdangerous.spec +++ b/python-itsdangerous.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 2.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python library for passing trusted data to untrusted environments License: BSD URL: https://itsdangerous.palletsprojects.com @@ -51,6 +51,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %python3 -m pytest -v %{python3_sitelib}/%{srcname}/ %changelog +* Mon Jun 13 2022 Python Maint - 2.0.1-4 +- Rebuilt for Python 3.11 + * Fri Jan 21 2022 Fedora Release Engineering - 2.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild