From 434be4b87c23b366fd6652c932c40000675347b5 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 4 Jul 2023 14:53:46 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- 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 9c43f0e..b2e7625 100644 --- a/python-pytest-mock.spec +++ b/python-pytest-mock.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 3.11.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Thin-wrapper around the mock package for easier use with py.test License: MIT @@ -59,6 +59,9 @@ sed -i "s/import py\.code//" tests/test_pytest_mock.py %{python3_sitelib}/%{file_name}-%{version}-py%{python3_version}.egg-info/ %changelog +* Tue Jul 04 2023 Python Maint - 3.11.1-2 +- Rebuilt for Python 3.12 + * Tue Jul 04 2023 Julien Enselme - 3.11.1 - Update to 3.11.1