From 67ef04ba1f89a13858cd3511479b070a573e189b Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 2 Jun 2021 22:44:42 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-itsdangerous.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-itsdangerous.spec b/python-itsdangerous.spec index d2b5b20..348c0ed 100644 --- a/python-itsdangerous.spec +++ b/python-itsdangerous.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 1.1.0 -Release: 4%{?dist} +Release: 5%{?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 +* Wed Jun 02 2021 Python Maint - 1.1.0-5 +- Rebuilt for Python 3.10 + * Wed Jan 27 2021 Fedora Release Engineering - 1.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild