diff --git a/Pebble-4.6.0.tar.gz b/Pebble-4.6.0.tar.gz deleted file mode 100644 index 0d994e2..0000000 --- a/Pebble-4.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10bd8c42573b05c78ad280ce2e53fb892d8fd7405dac3419ed09b95c8f2ba928 -size 23910 diff --git a/Pebble-4.6.3.tar.gz b/Pebble-4.6.3.tar.gz new file mode 100644 index 0000000..bc5999b --- /dev/null +++ b/Pebble-4.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:694e1105db888f3576b8f00662f90b057cf3780e6f8b7f57955a568008d0f497 +size 25888 diff --git a/python-Pebble.changes b/python-Pebble.changes index 1acdf8b..7a6a437 100644 --- a/python-Pebble.changes +++ b/python-Pebble.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Aug 16 23:32:48 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-Pebble.spec b/python-Pebble.spec index 2722ba4..b0ade37 100644 --- a/python-Pebble.spec +++ b/python-Pebble.spec @@ -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