Accepting request 1124875 from devel:languages:python

- 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).

OBS-URL: https://build.opensuse.org/request/show/1124875
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-billiard?expand=0&rev=24
This commit is contained in:
Ana Guerrero 2023-11-13 21:18:01 +00:00 committed by Git OBS Bridge
commit e21b2cda03
4 changed files with 19 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ad2eeae8e28053d729ba3373d34d9d6e210f6e4d8bf0a9c64f92bd053f1edf5
size 153846

3
billiard-4.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a3c3184cb275aa17a732f93f65b20c525d3d9f253722d26a82194803ade5a2c
size 154665

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Nov 10 12:21:25 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <ecsos@opensuse.org>

View File

@ -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