15
0
forked from pool/python-Pebble

Accepting request 764620 from home:mcalabkova:branches:devel:languages:python

- update to 4.4.1
  * use poll in channel implementation instead of select 
  * handle pickling errors in ProcessPool
  * add test cases

OBS-URL: https://build.opensuse.org/request/show/764620
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pebble?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2020-01-15 11:02:08 +00:00
committed by Git OBS Bridge
parent 24d70baa63
commit 9f556ecdde
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jan 15 10:59:02 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 4.4.1
* use poll in channel implementation instead of select
* handle pickling errors in ProcessPool
* add test cases
-------------------------------------------------------------------
Mon Oct 7 15:00:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>