diff --git a/Pebble-5.0.7.tar.gz b/Pebble-5.0.7.tar.gz deleted file mode 100644 index 493da70..0000000 --- a/Pebble-5.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2784c147766f06388cea784084b14bec93fdbaa793830f1983155aa330a2a6e4 -size 32054 diff --git a/Pebble-5.1.0.tar.gz b/Pebble-5.1.0.tar.gz new file mode 100644 index 0000000..23ca170 --- /dev/null +++ b/Pebble-5.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c30376f1827b21ecec4126ff90e7f22ad5501cac1ff2b32c86ff2601681f932 +size 35060 diff --git a/python-Pebble.changes b/python-Pebble.changes index 54c4140..e80a913 100644 --- a/python-Pebble.changes +++ b/python-Pebble.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Jan 24 13:34:44 UTC 2025 - Yunus Acar + +- Update to 5.1.0: + * issue #140: expose internal constants to allow changing default + timeouts and polling intervals. + * issue #141: add PID of expired process to ProcessExpired exception. + * Add pool decorators parameter allowing to provide a PebblePool + as executor for the decorated functions. + * issue #137: reset SIGTERM default handler to child processes. + * Include concurrent and asynchronous modules as top-level packages. + * Improve type hinting logic. + * Refactor internal logic: remove code duplication. + ------------------------------------------------------------------- Fri Mar 22 21:01:33 UTC 2024 - Dirk Müller diff --git a/python-Pebble.spec b/python-Pebble.spec index d0c6db6..3031c08 100644 --- a/python-Pebble.spec +++ b/python-Pebble.spec @@ -1,7 +1,7 @@ # # spec file for package python-Pebble # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-Pebble -Version: 5.0.7 +Version: 5.1.0 Release: 0 Summary: Threading and multiprocessing eye-candy for Python License: LGPL-3.0-only @@ -54,6 +54,7 @@ It wraps Python’s standard library threading and multiprocessing objects. %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/pebble +%{python_sitelib}/Pebble-%{version}* %changelog