Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-distributed for 
openSUSE:Factory checked in at 2023-02-28 12:49:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-distributed (Old)
 and      /work/SRC/openSUSE:Factory/.python-distributed.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-distributed"

Tue Feb 28 12:49:37 2023 rev:65 rq:1068133 version:2023.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-distributed/python-distributed.changes    
2023-02-06 15:54:53.617424341 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-distributed.new.31432/python-distributed.changes
 2023-02-28 12:49:47.428888597 +0100
@@ -1,0 +2,15 @@
+Sun Feb 26 00:09:53 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Prepare test multiflavors for python311, but skip python311
+  * Numba is not ready for python 3.11 yet gh#numba/numba#8304
+
+-------------------------------------------------------------------
+Fri Feb 17 09:05:32 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 2023.2.0
+  ## Enhancements
+  * Rate limit the worker memory logs (GH#7529) Florian Jetter
+  * Move P2P barrier logic to scheduler extension (GH#7519) Hendrik
+    Makait
+
+-------------------------------------------------------------------

Old:
----
  distributed-2023.1.1-gh.tar.gz

New:
----
  distributed-2023.2.0-gh.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-distributed.spec ++++++
--- /var/tmp/diff_new_pack.bZbzW7/_old  2023-02-28 12:49:48.264893187 +0100
+++ /var/tmp/diff_new_pack.bZbzW7/_new  2023-02-28 12:49:48.272893231 +0100
@@ -22,29 +22,41 @@
 %define psuffix -test-py38
 %define skip_python39 1
 %define skip_python310 1
+%define skip_python311 1
 %bcond_without test
 %endif
 %if "%{flavor}" == "test-py39"
 %define psuffix -test-py39
 %define skip_python38 1
 %define skip_python310 1
+%define skip_python311 1
 %bcond_without test
 %endif
 %if "%{flavor}" == "test-py310"
 %define psuffix -test-py310
 %define skip_python38 1
 %define skip_python39 1
+%define skip_python311 1
+%bcond_without test
+%endif
+%if "%{flavor}" == "test-py311"
+%define psuffix -test-py311
+%define skip_python38 1
+%define skip_python39 1
+%define skip_python310 1
 %bcond_without test
 %endif
 %if "%{flavor}" == ""
 %bcond_with test
 %endif
+# Numba is not ready for python 3.11 yet gh#numba/numba#8304
+%define skip_python311 1
 # use this to run tests with xdist in parallel, unfortunately fails server side
 %bcond_with paralleltests
 
 Name:           python-distributed%{psuffix}
 # ===> Note: python-dask MUST be updated in sync with python-distributed! <===
-Version:        2023.1.1
+Version:        2023.2.0
 Release:        0
 Summary:        Library for distributed computing with Python
 License:        BSD-3-Clause

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.bZbzW7/_old  2023-02-28 12:49:48.308893428 +0100
+++ /var/tmp/diff_new_pack.bZbzW7/_new  2023-02-28 12:49:48.312893450 +0100
@@ -2,5 +2,6 @@
   <package>test-py38</package>
   <package>test-py39</package>
   <package>test-py310</package>
+  <!-- package>test-py311</package -->
 </multibuild>
 

++++++ distributed-2023.1.1-gh.tar.gz -> distributed-2023.2.0-gh.tar.gz ++++++
++++ 1847 lines of diff (skipped)

Reply via email to