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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user