diff --git a/python-natsort.changes b/python-natsort.changes index 4345cf8..feefd80 100644 --- a/python-natsort.changes +++ b/python-natsort.changes @@ -3,6 +3,7 @@ Tue Jan 7 08:13:31 CET 2020 - Matej Cepl - Upgrade to the preliminary version 6.2.0+3843c27, which fixes our testing problems. +- Remove too-slow.patch which is harmful now. ------------------------------------------------------------------- Sun Dec 22 23:52:46 CET 2019 - Matej Cepl diff --git a/python-natsort.spec b/python-natsort.spec index 12bb9cf..9f65fc6 100644 --- a/python-natsort.spec +++ b/python-natsort.spec @@ -26,9 +26,6 @@ Summary: Natural sorting in Python License: MIT URL: https://github.com/SethMMorton/natsort Source: https://files.pythonhosted.org/packages/source/n/natsort/natsort-%{version}.tar.gz -# PATCH-FIX-UPSTREAM too_slow.patch gh#SethMMorton/natsort#108 mcepl@suse.com -# suppressing hypothesis.HealthCheck.too_slow is too optimistic -Patch0: too_slow.patch BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-mock}