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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10bd8c42573b05c78ad280ce2e53fb892d8fd7405dac3419ed09b95c8f2ba928
size 23910

3
Pebble-4.6.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:694e1105db888f3576b8f00662f90b057cf3780e6f8b7f57955a568008d0f497
size 25888

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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Pebble
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-Pebble
Version: 4.6.0
Version: 4.6.3
Release: 0
Summary: Threading and multiprocessing eye-candy for Python
License: LGPL-3.0-only