diff --git a/python-pytest-sugar.changes b/python-pytest-sugar.changes index 9b30252..3b0c594 100644 --- a/python-pytest-sugar.changes +++ b/python-pytest-sugar.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 24 07:09:44 UTC 2019 - Tomáš Chvátal + +- Restrict pytest5 for now, issue reported upstream + ------------------------------------------------------------------- Tue Feb 12 15:52:25 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-sugar.spec b/python-pytest-sugar.spec index 09d22fc..b861989 100644 --- a/python-pytest-sugar.spec +++ b/python-pytest-sugar.spec @@ -23,15 +23,16 @@ Release: 0 Summary: Pretty printer for pytest progress License: BSD-3-Clause Group: Development/Languages/Python -URL: http://pivotfinland.com/pytest-sugar/ +URL: https://github.com/Frozenball/pytest-sugar Source: https://files.pythonhosted.org/packages/source/p/pytest-sugar/pytest-sugar-%{version}.tar.gz Patch0: pytest4.patch -BuildRequires: %{python_module pytest} +# https://github.com/Frozenball/pytest-sugar/issues/180 +BuildRequires: %{python_module pytest < 5.0} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module termcolor} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-pytest +Requires: python-pytest < 5.0 Requires: python-termcolor BuildArch: noarch %python_subpackages