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