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

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue May 11 10:44:16 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- Add a patch from upstream (slightly rebased) to make data
collection operations thread safe:
* 0001-make-data-collection-operations-thread-safe.patch
-------------------------------------------------------------------
Sun May 9 22:27:19 UTC 2021 - Matej Cepl <mcepl@suse.com>