14
0

Accepting request 892209 from home:alarrosa:branches:devel:languages:python

- Add a patch from upstream (slightly rebased) to make data
  collection operations thread safe:
  * 0001-make-data-collection-operations-thread-safe.patch

OBS-URL: https://build.opensuse.org/request/show/892209
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=93
This commit is contained in:
2021-05-11 11:06:02 +00:00
committed by Git OBS Bridge
parent 3f641ff159
commit 84b70b73d2
3 changed files with 149 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ Source: https://files.pythonhosted.org/packages/source/c/coverage/covera
# PATCH-FIX-UPSTREAM traced_file_absolute.patch gh#nedbat/coveragepy#1161 mcepl@suse.com
# traced file names seem to be absolute now?
Patch0: traced_file_absolute.patch
# PATCH-FIX-UPSTREAM 0001-make-data-collection-operations-thread-safe.patch alarrosa@suse.com -- Make data collection operations thread safe
Patch1: 0001-make-data-collection-operations-thread-safe.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module hypothesis >= 4.57}