From 085fa8dc2f1023eac3c391e645ea7ca27efa87b9 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 2 Jun 2021 12:07:34 +0200 Subject: [PATCH] Bootstrap for Python 3.10 --- python-mock.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-mock.spec b/python-mock.spec index 22d94e4..656b484 100644 --- a/python-mock.spec +++ b/python-mock.spec @@ -1,8 +1,9 @@ +%global _without_tests 1 %bcond_without tests Name: python-mock Version: 3.0.5 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Deprecated, use unittest.mock from the standard library instead License: BSD @@ -69,6 +70,9 @@ https://fedoraproject.org/wiki/Changes/DeprecatePythonMock %changelog +* Wed Jun 02 2021 Python Maint - 3.0.5-15 +- Bootstrap for Python 3.10 + * Tue Feb 02 2021 Miro HronĨok - 3.0.5-14 - Deprecate python3-mock - https://fedoraproject.org/wiki/Changes/DeprecatePythonMock