From ed6d9ebfe4d929c8bac1fc9cba05bca011dbfd58 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 16 Jun 2023 08:19:21 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-mock.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-mock.spec b/python-mock.spec index 60345e0..fa58f73 100644 --- a/python-mock.spec +++ b/python-mock.spec @@ -1,9 +1,8 @@ -%global _without_tests 1 %bcond_without tests Name: python-mock Version: 4.0.3 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Deprecated, use unittest.mock from the standard library instead License: BSD-2-Clause @@ -74,6 +73,9 @@ https://fedoraproject.org/wiki/Changes/DeprecatePythonMock %changelog +* Fri Jun 16 2023 Python Maint - 4.0.3-9 +- Rebuilt for Python 3.12 + * Tue Jun 13 2023 Python Maint - 4.0.3-8 - Bootstrap for Python 3.12