From 6eb5485da0ace7c1a84cd69726798b160136fb6d Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 5 Feb 2021 01:49:20 +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-mock.git#fa49ee92e2906c3a4f727a2322dc6cf67f90f6ae --- python-mock.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-mock.spec b/python-mock.spec index e2cd39a..a368445 100644 --- a/python-mock.spec +++ b/python-mock.spec @@ -8,7 +8,7 @@ Name: python-mock Version: 3.0.5 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A Python Mocking and Patching Library for Testing License: BSD @@ -70,6 +70,9 @@ needed attributes in the normal way. %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 3.0.5-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Dec 07 2020 Miro HronĨok - 3.0.5-12 - BuildRequire six to fix a build failure