Changelog for
python312-billiard-4.2.1-57.1.noarch.rpm :
* Wed Oct 09 2024 Dirk Müller
- update to 4.2.1:
* Remove `SIGUSR2` from `TERMSIGS_DEAULT`
* Add on_ready_counter to Worker.__reduce__.
* Adapt for logging lock internal changes in Python3.13
* blacksmith.sh: Migrate workflows to blacksmith
* Prepare for release: v4.2.1
* Fri Nov 10 2023 Dirk Müller - update to 4.2.0:
* Update process.py to close during join only if process has completed.
* Adjust the __repr__ in ApplyResult.
* Remove python 3.7 from CI.
* Added Python 3.12 support.
* Fixed (co_positions): resolve issue caused by absence co_positions (#395).
* Fixed: Replaced mktemp usage for Python 3 from python 2.
* Changed nose test to pytest (#397) in Integration test.
* Changed nose dependency for unit test (#383).
* Sun Jun 11 2023 ecsos - Add %{?sle15_python_module_pythons}
* Mon Jan 23 2023 Markéta Machová - Update to 4.1.0
* Fixed a python 2 to 3 compat issue which was missed earlier (#374).
* Add Python 3.11 primary support
* Keep exception traceback somehow (#368).
* Support Sphinx 4.x.
* Remove dependency to case.
* Drop support of Python < 3.7.
* Update to psutil 5.9.0.
* Replace deprecated threading Event.isSet with Event.is_set.
* Prevent segmentation fault in get_pdeathsig while using ctypes (#361).- Drop billiard-sphinx4.patch, not needed anymore
* Fri Jun 04 2021 Dirk Müller - update to 3.6.4.0:
* Issue #309: Add Python 3.9 support to spawnv_passfds()
* fix #314- drop billiard-pr310-py39-fork_exec.patch (upstream)- add billiard-sphinx4.patch: compat with Sphinx 4.x
* Fri Mar 19 2021 Ben Greiner - Add billiard-pr310-py39-fork_exec.patch -- gh#celery/billiard#310
* Mon Apr 06 2020 Matej Cepl - Stop building Python 2 packages (we avoid also weird constructs with alternative noarch package).
* Mon Mar 30 2020 Marketa Calabkova - Update to 3.6.3.0
* Close the inqueue and outqueue when terminating to avoid file descriptor leakage.
* upgrade to pytest<6
* Test against the latest Python 3.8 and PyPy3 release
* Fri Sep 13 2019 Tomáš Chvátal - Update to 3.6.1.0: - Logging max memory reached at INFO rather than WARNING (#255) - Pass arguments when wrapping sys.exit (#275) - Remove win32/py2k special (#276) - Ensure READY messages sent out by exiting worker are consumed prior to it actually existing. - Pass max_memory_per_child to child worker process (#251) - Fix compatibility with Python 2.7 on Windows (#283)
* Sun Jun 02 2019 Jan Engelhardt - Adjust description grammar. Drop filler wording.