Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-multiprocess for
openSUSE:Factory checked in at 2026-01-20 21:03:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-multiprocess (Old)
and /work/SRC/openSUSE:Factory/.python-multiprocess.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-multiprocess"
Tue Jan 20 21:03:21 2026 rev:2 rq:1328160 version:0.70.19
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-multiprocess/python-multiprocess.changes
2025-07-28 14:58:33.635304090 +0200
+++
/work/SRC/openSUSE:Factory/.python-multiprocess.new.1928/python-multiprocess.changes
2026-01-20 21:03:24.905251009 +0100
@@ -1,0 +2,22 @@
+Tue Jan 20 01:52:39 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 0.70.19:
+ * drop formal support for python 3.8
+ * update for python3.14.0b1
+ * sync with python 3.14.0b2
+ * sync with python 3.13.4
+ * update to python3.14.0b4; update travis
+ * sync with python 3.13.7 and 3.14.0rc2
+ * sync with python 3.13.8
+ * formal support for 3.14; prep for 3.15
+ * sync code with python 3.15.0a1
+ * sync with rtd 15.4.1
+ * sync with python 3.15.0a2
+ * sync with 3.13.11 and 3.14.2
+ * sync with python 3.15.0a3
+ * update copyright for 2026, urllib3 to 2.6.0
+ * sync with rtfd 15.10.0
+ * sync with python3.15.0a5
+ * increase short timeout in test_interrupt for py3.15
+
+-------------------------------------------------------------------
Old:
----
multiprocess-0.70.18.tar.gz
New:
----
multiprocess-0.70.19.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-multiprocess.spec ++++++
--- /var/tmp/diff_new_pack.Jznc0g/_old 2026-01-20 21:03:27.937376511 +0100
+++ /var/tmp/diff_new_pack.Jznc0g/_new 2026-01-20 21:03:27.953377173 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-multiprocess
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
Name: python-multiprocess
-Version: 0.70.18
+Version: 0.70.19
Release: 0
-Summary: better multiprocessing and multithreading in Python
+Summary: Better multiprocessing and multithreading in Python
License: BSD-3-Clause
URL: https://github.com/uqfoundation/multiprocess
Source:
https://files.pythonhosted.org/packages/source/m/multiprocess/multiprocess-%{version}.tar.gz
@@ -29,23 +29,23 @@
BuildRequires: %{python_module setuptools >= 42}
BuildRequires: python-rpm-macros
# SECTION test requirements
-BuildRequires: %{python_module dill >= 0.4.0}
+BuildRequires: %{python_module dill >= 0.4.1}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module testsuite}
# /SECTION
BuildRequires: fdupes
-Requires: python-dill >= 0.4.0
+Requires: python-dill >= 0.4.1
BuildArch: noarch
%python_subpackages
%description
-better multiprocessing and multithreading in Python
+Better multiprocessing and multithreading in Python
%prep
%autosetup -p1 -n multiprocess-%{version}
%build
-# We need to build this three times, for each version of Python, as opposed
+# We need to build this multiple times, for each version of Python, as opposed
# to just once, because that will only be compatible for the first version
# of Python built.
%python_exec -m build -wn -o build
++++++ multiprocess-0.70.18.tar.gz -> multiprocess-0.70.19.tar.gz ++++++
++++ 134894 lines of diff (skipped)