From 66740cc59ec22ef14e7b5f8061c6dcd963a3f0a2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 06:58:29 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-itsdangerous.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-itsdangerous.spec b/python-itsdangerous.spec index ef91bcf..8a67a87 100644 --- a/python-itsdangerous.spec +++ b/python-itsdangerous.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 2.0.1 -Release: 1%{?dist} +Release: 2%{?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 +* Fri Jul 23 2021 Fedora Release Engineering - 2.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jun 22 2021 Lumír Balhar - 2.0.1-1 - Update to 2.0.1 Resolves: rhbz#1841259