1
0

Accepting request 1206440 from devel:languages:python

- 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

  * fix #314
  - Pass arguments when wrapping sys.exit (#275)
  - Remove win32/py2k special (#276)
  - Fix compatibility with Python 2.7 on Windows (#283)

OBS-URL: https://build.opensuse.org/request/show/1206440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-billiard?expand=0&rev=25
This commit is contained in:
Ana Guerrero 2024-10-09 20:12:59 +00:00 committed by Git OBS Bridge
commit 2f68268a5b
4 changed files with 19 additions and 9 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Oct 9 06:34:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 12:21:25 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-billiard
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-billiard
Version: 4.2.0
Version: 4.2.1
Release: 0
Summary: Python multiprocessing fork
License: BSD-3-Clause