15
0
forked from pool/python-Pebble

Accepting request 997450 from home:yarunachalam:branches:devel:languages:python

- Update to 4.6.3
   + issue #84: fix import bug on Windows
- Update to 4.6.2
  * Fixes:
   + issue #82: fix issue with poll mechanism in MAC OS Mojave (@sam-harding)
   + Fix polling timeout resolution (@sam-harding)
- Update to 4.6.1 
  * Improvements:
   + issue #76: allow spawning processes within `ProcessPool` workers
   + Few minor improvements
  * Fixes:
   + issues #75: fix error when cancelling futures in Python >= 3.8
   + issue #80: fix error when using decorators without @pie notation
   + Several minor fixes on MAC OS
  * Tests:
   + Add Windows and MAC OS test automation support

OBS-URL: https://build.opensuse.org/request/show/997450
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pebble?expand=0&rev=18
This commit is contained in:
2022-08-17 08:37:11 +00:00
committed by Git OBS Bridge
parent 62255c28f8
commit a2e7b6d3aa
4 changed files with 28 additions and 5 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Aug 16 23:32:48 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 4.6.3
+ issue #84: fix import bug on Windows
- Update to 4.6.2
* Fixes:
+ issue #82: fix issue with poll mechanism in MAC OS Mojave (@sam-harding)
+ Fix polling timeout resolution (@sam-harding)
- Update to 4.6.1
* Improvements:
+ issue #76: allow spawning processes within `ProcessPool` workers
+ Few minor improvements
* Fixes:
+ issues #75: fix error when cancelling futures in Python >= 3.8
+ issue #80: fix error when using decorators without @pie notation
+ Several minor fixes on MAC OS
* Tests:
+ Add Windows and MAC OS test automation support
-------------------------------------------------------------------
Thu Jan 14 03:53:26 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>