Accepting request 1060433 from home:mcalabkova:branches:devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/1060433 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-billiard?expand=0&rev=51
This commit is contained in:
parent
b1ab27402a
commit
b54fff9037
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:299de5a8da28a783d51b197d496bef4f1595dd023a93a4f59dde1886ae905547
|
|
||||||
size 155303
|
|
3
billiard-4.1.0.tar.gz
Normal file
3
billiard-4.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1ad2eeae8e28053d729ba3373d34d9d6e210f6e4d8bf0a9c64f92bd053f1edf5
|
||||||
|
size 153846
|
@ -1,15 +0,0 @@
|
|||||||
Index: billiard-3.6.4.0/Doc/conf.py
|
|
||||||
===================================================================
|
|
||||||
--- billiard-3.6.4.0.orig/Doc/conf.py
|
|
||||||
+++ billiard-3.6.4.0/Doc/conf.py
|
|
||||||
@@ -170,8 +170,8 @@ htmlhelp_basename = 'multiprocessingdoc'
|
|
||||||
# Grouping the document tree into LaTeX files. List of tuples
|
|
||||||
# (source start file, target name, title, author, document class [howto/manual]).
|
|
||||||
latex_documents = [
|
|
||||||
- ('index', 'multiprocessing.tex', ur'multiprocessing Documentation',
|
|
||||||
- ur'Python Software Foundation', 'manual'),
|
|
||||||
+ ('index', 'multiprocessing.tex', 'multiprocessing Documentation',
|
|
||||||
+ 'Python Software Foundation', 'manual'),
|
|
||||||
]
|
|
||||||
|
|
||||||
# The name of an image file (relative to this directory) to place at the top of
|
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 23 14:11:16 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- 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 4 20:49:11 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Fri Jun 4 20:49:11 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-billiard
|
# spec file for package python-billiard
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2023 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
|
||||||
@ -19,16 +19,14 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-billiard
|
Name: python-billiard
|
||||||
Version: 3.6.4.0
|
Version: 4.1.0
|
||||||
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
|
||||||
Patch0: billiard-sphinx4.patch
|
BuildRequires: %{python_module psutil >= 5.9.0}
|
||||||
BuildRequires: %{python_module case >= 1.3.1}
|
|
||||||
BuildRequires: %{python_module psutil}
|
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
Loading…
Reference in New Issue
Block a user