diff --git a/SPECS/python-pytest-mock.spec b/SPECS/python-pytest-mock.spec index 178b34c..ffe7a66 100644 --- a/SPECS/python-pytest-mock.spec +++ b/SPECS/python-pytest-mock.spec @@ -9,7 +9,7 @@ to worry about undoing patches at the end of a test. Name: python-%{pypi_name} Version: 1.9.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Thin-wrapper around the mock package for easier use with py.test License: MIT @@ -99,6 +99,10 @@ PYTHONPATH="$(pwd)" py.test-%{python3_version} test_pytest_mock.py %changelog +* Wed Apr 03 2019 Tomas Orsava - 1.9.0-4 +- Bumping due to problems with modular RPM upgrade path (#1695587) +- Related: rhbz#1693974 + * Tue Jul 31 2018 Lumír Balhar - 1.9.0-2 - Make possible to disable python3 subpackage