Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-streamz for openSUSE:Factory checked in at 2024-03-17 22:13:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-streamz (Old) and /work/SRC/openSUSE:Factory/.python-streamz.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-streamz" Sun Mar 17 22:13:59 2024 rev:11 rq:1158323 version:0.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-streamz/python-streamz.changes 2022-11-01 13:43:42.184258310 +0100 +++ /work/SRC/openSUSE:Factory/.python-streamz.new.1905/python-streamz.changes 2024-03-17 22:14:00.996022720 +0100 @@ -1,0 +2,7 @@ +Fri Mar 15 20:57:12 UTC 2024 - Ben Greiner <c...@bnavigator.de> + +- Skip testing with ipywidgets on python39: no longer supported + since ipython 8.19 +- Build PEP517 wheel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-streamz.spec ++++++ --- /var/tmp/diff_new_pack.qj5A5J/_old 2024-03-17 22:14:01.692048186 +0100 +++ /var/tmp/diff_new_pack.qj5A5J/_new 2024-03-17 22:14:01.696048332 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-streamz # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,7 +28,9 @@ # PATCH-FIX-OPENSUSE streamz-opensuse-python-exec.patch -- call tests with correct flavor Patch1: streamz-opensuse-python-exec.patch BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros # Setuptools is a runtime requirement because of pkg_resources usage @@ -55,7 +57,7 @@ BuildRequires: %{python_module distributed} BuildRequires: %{python_module flaky} BuildRequires: %{python_module graphviz} -BuildRequires: %{python_module ipywidgets} +BuildRequires: %{python_module ipywidgets if %python-base >= 3.10} BuildRequires: %{python_module networkx} BuildRequires: %{python_module pandas} BuildRequires: %{python_module pytest-asyncio} @@ -77,10 +79,10 @@ %autosetup -p1 -n streamz-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -98,5 +100,5 @@ %doc README.rst %license LICENSE.txt %{python_sitelib}/streamz -%{python_sitelib}/streamz-%{version}*-info +%{python_sitelib}/streamz-%{version}.dist-info