From 17167208f119ec743b96c2a2e60b702c8d9d50e9 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 17:12:30 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-mock.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-mock.spec b/python-mock.spec index f91038c..67fa625 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: 3%{?dist} +Release: 4%{?dist} Summary: Deprecated, use unittest.mock from the standard library instead License: BSD @@ -74,6 +73,9 @@ https://fedoraproject.org/wiki/Changes/DeprecatePythonMock %changelog +* Mon Jun 13 2022 Python Maint - 4.0.3-4 +- Rebuilt for Python 3.11 + * Mon Jun 13 2022 Python Maint - 4.0.3-3 - Bootstrap for Python 3.11