From ab794660c79bc1f42cf5ae16c9cfd0a2f63738a7 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 17:37:10 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-pytest-mock.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pytest-mock.spec b/python-pytest-mock.spec index 322019e..8f62506 100644 --- a/python-pytest-mock.spec +++ b/python-pytest-mock.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 3.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Thin-wrapper around the mock package for easier use with py.test License: MIT @@ -57,6 +57,9 @@ sed -i 's/\r$//' README.rst %{python3_sitelib}/%{file_name}-%{version}-py%{python3_version}.egg-info/ %changelog +* Mon Jun 13 2022 Python Maint - 3.7.0-2 +- Rebuilt for Python 3.11 + * Wed Feb 23 2022 Fabian Affolter - 3.7.0-1 - Update to latest upstream release 3.7.0 (closes rhbz#2047739)