From 7b486afb95725a1c7014ef8e779dd85a35d2abda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 18 Jun 2018 09:34:16 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- 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 d524467..572f52f 100644 --- a/python-pytest-mock.spec +++ b/python-pytest-mock.spec @@ -7,7 +7,7 @@ to worry about undoing patches at the end of a test. Name: python-%{pypi_name} Version: 1.10.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Thin-wrapper around the mock package for easier use with py.test License: MIT @@ -89,6 +89,9 @@ PYTHONPATH="$(pwd)" py.test-%{python3_version} test_pytest_mock.py %changelog +* Mon Jun 18 2018 Miro HronĨok - 1.10.0-2 +- Rebuilt for Python 3.7 + * Mon May 07 2018 Julien Enselme - 1.10.0-1 - Update to 1.10.0