From 4031a28fa9a5b800e9abbdafc72ede6d454bfc34 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 5 Feb 2021 04:09:39 +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-urllib3.git#0d27139c00c61cf0839210cb289a97f9b4399d30 --- python-urllib3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-urllib3.spec b/python-urllib3.spec index 5bd9d57..28e9c5b 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 1.25.10 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python HTTP library with thread-safe connection pooling and file post License: MIT @@ -116,6 +116,9 @@ popd %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.25.10-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Jan 15 2021 Miro HronĨok - 1.25.10-3 - Drop redundant BuildRequires for nose - Instead of the mock backport, use unittest.mock from the standard library