Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-billiard for openSUSE:Factory
checked in at 2023-01-24 19:43:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-billiard (Old)
and /work/SRC/openSUSE:Factory/.python-billiard.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-billiard"
Tue Jan 24 19:43:36 2023 rev:22 rq:1060584 version:4.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-billiard/python-billiard.changes
2021-06-11 22:30:30.810113517 +0200
+++
/work/SRC/openSUSE:Factory/.python-billiard.new.32243/python-billiard.changes
2023-01-24 20:30:53.687918528 +0100
@@ -1,0 +2,15 @@
+Mon Jan 23 14:11:16 UTC 2023 - Markéta Machová <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
billiard-3.6.4.0.tar.gz
billiard-sphinx4.patch
New:
----
billiard-4.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-billiard.spec ++++++
--- /var/tmp/diff_new_pack.r34wJl/_old 2023-01-24 20:30:54.295921752 +0100
+++ /var/tmp/diff_new_pack.r34wJl/_new 2023-01-24 20:30:54.299921773 +0100
@@ -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
++++++ billiard-3.6.4.0.tar.gz -> billiard-4.1.0.tar.gz ++++++
++++ 2324 lines of diff (skipped)