From ea361ad595cd63f0b97b7ce68f83b8b948506801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:38 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- 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 37538fa..584c373 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.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Thin-wrapper around the mock package for easier use with py.test License: MIT @@ -87,6 +87,9 @@ PYTHONPATH="$(pwd)" py.test-%{python3_version} test_pytest_mock.py %changelog +* Mon Dec 19 2016 Miro HronĨok - 1.2-3 +- Rebuild for Python 3.6 + * Sat Oct 01 2016 Julien Enselme - 1.2-2 - Add patch to fix tests with pytest3