diff --git a/python-pytest-mock.spec b/python-pytest-mock.spec index 8aec8a6..07f58b1 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.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Thin-wrapper around the mock package for easier use with py.test License: MIT @@ -95,6 +95,9 @@ PYTHONPATH="$(pwd)" py.test-%{python3_version} test_pytest_mock.py %changelog +* Sat Aug 17 2019 Miro HronĨok - 1.10.4-5 +- Rebuilt for Python 3.8 + * Thu Aug 01 2019 Julien Enselme - 1.10.4-4 - Fix build issues with python 3.8 and mock 3.0