From bfa174f3f3f80db7cde91c4531becbc90c92df51 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:10:40 +0200 Subject: [PATCH] Bootstrap for Python 3.11 --- python-mock.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-mock.spec b/python-mock.spec index 38686cd..f91038c 100644 --- a/python-mock.spec +++ b/python-mock.spec @@ -1,8 +1,9 @@ +%global _without_tests 1 %bcond_without tests Name: python-mock Version: 4.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Deprecated, use unittest.mock from the standard library instead License: BSD @@ -73,6 +74,9 @@ https://fedoraproject.org/wiki/Changes/DeprecatePythonMock %changelog +* Mon Jun 13 2022 Python Maint - 4.0.3-3 +- Bootstrap for Python 3.11 + * Fri Jan 21 2022 Fedora Release Engineering - 4.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild