diff --git a/python-pytest-mock.spec b/python-pytest-mock.spec index 4a93274..1480b68 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: 9%{?dist} +Release: 10%{?dist} Summary: Thin-wrapper around the mock package for easier use with py.test License: MIT @@ -68,6 +68,9 @@ PYTHONPATH="$(pwd)" py.test-%{python3_version} test_pytest_mock.py %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.10.4-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri May 29 2020 Miro HronĨok - 1.10.4-9 - Drop manual requires on python3-pytest to support usage with pytest4 compat package