diff --git a/python-rich.changes b/python-rich.changes index 25f3e52..b4e2c19 100644 --- a/python-rich.changes +++ b/python-rich.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 14 07:17:44 UTC 2022 - Hui-Zhi Zhao + +- Ignore python3.6.2 for test since it doesn't support it. + ------------------------------------------------------------------- Fri Jan 14 20:08:47 UTC 2022 - Ben Greiner diff --git a/python-rich.spec b/python-rich.spec index cbf084f..bb3fca5 100644 --- a/python-rich.spec +++ b/python-rich.spec @@ -19,6 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 + Name: python-rich Version: 11.0.0 Release: 0 @@ -67,7 +68,9 @@ markdown and more to the terminal. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +%if "%{python_flavor}" >= "python362" %pytest -k 'not test_log' +%endif %files %{python_files} %license LICENSE