From 79a311ff947ffb3f7196f388b0b9dbb49a0de48d Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 5 Feb 2021 03:44:55 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-six.git#1c9ad395b0218b1555cefbb94c1c96dc169af788 --- python-six.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-six.spec b/python-six.spec index ab12dec..fd35911 100644 --- a/python-six.spec +++ b/python-six.spec @@ -16,7 +16,7 @@ Name: python-%{modname} Version: 1.15.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python 2 and 3 compatibility utilities License: MIT @@ -114,6 +114,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -rfsxX test_six.py %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.15.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Dec 14 2020 Lumír Balhar - 1.15.0-3 - Fix compatibility with Python 3.10