14
0

- Remove too-slow.patch which is harmful now.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-natsort?expand=0&rev=31
This commit is contained in:
2020-01-07 07:32:12 +00:00
committed by Git OBS Bridge
parent c7a420de7c
commit a3e3fca8e7
2 changed files with 1 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ Tue Jan 7 08:13:31 CET 2020 - Matej Cepl <mcepl@suse.com>
- 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 <mcepl@suse.com>

View File

@@ -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}