diff --git a/python-pytest-mock.spec b/python-pytest-mock.spec index 968e25c..4a93274 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: 8%{?dist} +Release: 9%{?dist} Summary: Thin-wrapper around the mock package for easier use with py.test License: MIT @@ -29,7 +29,6 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pytest >= 2.7 BuildRequires: python3-setuptools_scm -Requires: python3-pytest >= 2.7 %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} @@ -69,6 +68,9 @@ PYTHONPATH="$(pwd)" py.test-%{python3_version} test_pytest_mock.py %changelog +* Fri May 29 2020 Miro Hrončok - 1.10.4-9 +- Drop manual requires on python3-pytest to support usage with pytest4 compat package + * Sun May 24 2020 Miro Hrončok - 1.10.4-8 - Rebuilt for Python 3.9