diff --git a/billiard-4.1.0.tar.gz b/billiard-4.1.0.tar.gz deleted file mode 100644 index f4e644a..0000000 --- a/billiard-4.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ad2eeae8e28053d729ba3373d34d9d6e210f6e4d8bf0a9c64f92bd053f1edf5 -size 153846 diff --git a/billiard-4.2.0.tar.gz b/billiard-4.2.0.tar.gz new file mode 100644 index 0000000..86b28f7 --- /dev/null +++ b/billiard-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a3c3184cb275aa17a732f93f65b20c525d3d9f253722d26a82194803ade5a2c +size 154665 diff --git a/python-billiard.changes b/python-billiard.changes index 8ac29c7..9f5526a 100644 --- a/python-billiard.changes +++ b/python-billiard.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Nov 10 12:21:25 UTC 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 13:41:00 UTC 2023 - ecsos diff --git a/python-billiard.spec b/python-billiard.spec index 04cb3b7..83230cf 100644 --- a/python-billiard.spec +++ b/python-billiard.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-billiard -Version: 4.1.0 +Version: 4.2.0 Release: 0 Summary: Python multiprocessing fork License: BSD-3-Clause