forked from pool/python-billiard
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
2e39524639 | |||
08e12571be | |||
2f68268a5b | |||
0253a3b0a2 | |||
aaf1bc4d9f |
@@ -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
3
billiard-4.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:12b641b0c539073fc8d3f5b8b7be998956665c4233c7c1fcd66a7e677c4fb36f
|
||||||
|
size 155031
|
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 6 05:32:11 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Switch to pyproject macros.
|
||||||
|
- No more greedy globs in %files.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Fri Nov 10 12:21:25 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
@@ -38,7 +54,7 @@ Fri Jun 4 20:49:11 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|||||||
|
|
||||||
- update to 3.6.4.0:
|
- update to 3.6.4.0:
|
||||||
* Issue #309: Add Python 3.9 support to spawnv_passfds()
|
* Issue #309: Add Python 3.9 support to spawnv_passfds()
|
||||||
* fix #314
|
* fix #314
|
||||||
- drop billiard-pr310-py39-fork_exec.patch (upstream)
|
- drop billiard-pr310-py39-fork_exec.patch (upstream)
|
||||||
- add billiard-sphinx4.patch: compat with Sphinx 4.x
|
- add billiard-sphinx4.patch: compat with Sphinx 4.x
|
||||||
|
|
||||||
@@ -66,11 +82,11 @@ Fri Sep 13 11:19:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|||||||
|
|
||||||
- Update to 3.6.1.0:
|
- Update to 3.6.1.0:
|
||||||
- Logging max memory reached at INFO rather than WARNING (#255)
|
- Logging max memory reached at INFO rather than WARNING (#255)
|
||||||
- Pass arguments when wrapping sys.exit (#275)
|
- Pass arguments when wrapping sys.exit (#275)
|
||||||
- Remove win32/py2k special (#276)
|
- Remove win32/py2k special (#276)
|
||||||
- Ensure READY messages sent out by exiting worker are consumed prior to it actually existing.
|
- 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)
|
- Pass max_memory_per_child to child worker process (#251)
|
||||||
- Fix compatibility with Python 2.7 on Windows (#283)
|
- Fix compatibility with Python 2.7 on Windows (#283)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 2 06:57:27 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Sun Jun 2 06:57:27 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-billiard
|
# spec file for package python-billiard
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,16 +18,18 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-billiard
|
Name: python-billiard
|
||||||
Version: 4.2.0
|
Version: 4.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python multiprocessing fork
|
Summary: Python multiprocessing fork
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/celery/billiard
|
URL: https://github.com/celery/billiard
|
||||||
Source: https://files.pythonhosted.org/packages/source/b/billiard/billiard-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/b/billiard/billiard-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module psutil >= 5.9.0}
|
BuildRequires: %{python_module psutil >= 5.9.0}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# Documentation requirements
|
# Documentation requirements
|
||||||
@@ -56,14 +58,14 @@ Documentation and help files for %{name}.
|
|||||||
%autosetup -p1 -n billiard-%{version}
|
%autosetup -p1 -n billiard-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
pushd Doc
|
pushd Doc
|
||||||
sphinx-build -b html . html
|
sphinx-build -b html . html
|
||||||
rm -r html/.buildinfo html/.doctrees
|
rm -r html/.buildinfo html/.doctrees
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
@@ -73,7 +75,8 @@ popd
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGES.txt README.rst
|
%doc CHANGES.txt README.rst
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/billiard
|
||||||
|
%{python_sitelib}/billiard-%{version}.dist-info
|
||||||
|
|
||||||
%files -n %{name}-doc
|
%files -n %{name}-doc
|
||||||
%doc Doc/html
|
%doc Doc/html
|
||||||
|
Reference in New Issue
Block a user