From b54fff90375387fa4d3154234e2c67bdd1270684a01506e77fb2664ba0324d8c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 24 Jan 2023 08:30:45 +0000 Subject: [PATCH] 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 --- billiard-3.6.4.0.tar.gz | 3 --- billiard-4.1.0.tar.gz | 3 +++ billiard-sphinx4.patch | 15 --------------- python-billiard.changes | 15 +++++++++++++++ python-billiard.spec | 8 +++----- 5 files changed, 21 insertions(+), 23 deletions(-) delete mode 100644 billiard-3.6.4.0.tar.gz create mode 100644 billiard-4.1.0.tar.gz delete mode 100644 billiard-sphinx4.patch diff --git a/billiard-3.6.4.0.tar.gz b/billiard-3.6.4.0.tar.gz deleted file mode 100644 index 72df92c..0000000 --- a/billiard-3.6.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:299de5a8da28a783d51b197d496bef4f1595dd023a93a4f59dde1886ae905547 -size 155303 diff --git a/billiard-4.1.0.tar.gz b/billiard-4.1.0.tar.gz new file mode 100644 index 0000000..f4e644a --- /dev/null +++ b/billiard-4.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad2eeae8e28053d729ba3373d34d9d6e210f6e4d8bf0a9c64f92bd053f1edf5 +size 153846 diff --git a/billiard-sphinx4.patch b/billiard-sphinx4.patch deleted file mode 100644 index 2a9b5b0..0000000 --- a/billiard-sphinx4.patch +++ /dev/null @@ -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 diff --git a/python-billiard.changes b/python-billiard.changes index 5af7d03..030cf7b 100644 --- a/python-billiard.changes +++ b/python-billiard.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jan 23 14:11:16 UTC 2023 - Markéta Machová + +- 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 diff --git a/python-billiard.spec b/python-billiard.spec index d59fffe..1114fd4 100644 --- a/python-billiard.spec +++ b/python-billiard.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -19,16 +19,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-billiard -Version: 3.6.4.0 +Version: 4.1.0 Release: 0 Summary: Python multiprocessing fork License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/celery/billiard Source: https://files.pythonhosted.org/packages/source/b/billiard/billiard-%{version}.tar.gz -Patch0: billiard-sphinx4.patch -BuildRequires: %{python_module case >= 1.3.1} -BuildRequires: %{python_module psutil} +BuildRequires: %{python_module psutil >= 5.9.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes