From 380dcdb385eb7031586e716a778c15b4755e6c52 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:44:45 +0200 Subject: [PATCH] Bootstrap for Python 3.12 --- python-mock.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-mock.spec b/python-mock.spec index 08d2884..60345e0 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: 7%{?dist} +Release: 8%{?dist} Summary: Deprecated, use unittest.mock from the standard library instead License: BSD-2-Clause @@ -73,6 +74,9 @@ https://fedoraproject.org/wiki/Changes/DeprecatePythonMock %changelog +* Tue Jun 13 2023 Python Maint - 4.0.3-8 +- Bootstrap for Python 3.12 + * Sun Mar 12 2023 Tim Orling - 4.0.3-7 - migrated to SDPX license