Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sidpy for openSUSE:Factory checked in at 2023-03-28 17:50:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sidpy (Old) and /work/SRC/openSUSE:Factory/.python-sidpy.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sidpy" Tue Mar 28 17:50:12 2023 rev:11 rq:1074793 version:0.11.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sidpy/python-sidpy.changes 2023-02-09 16:22:37.202531543 +0100 +++ /work/SRC/openSUSE:Factory/.python-sidpy.new.31432/python-sidpy.changes 2023-03-28 17:50:18.563248158 +0200 @@ -1,0 +2,13 @@ +Sun Mar 27 17:22:16 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Reenable python311 with dask +- Fix requirements +- PEP517 + +------------------------------------------------------------------- +Mon Mar 27 16:09:40 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com> + +- Disable python3.11 build, python-dask dependency doesn't support + python3.11 yet. + +------------------------------------------------------------------- New: ---- python-sidpy.rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sidpy.spec ++++++ --- /var/tmp/diff_new_pack.P6uSWh/_old 2023-03-28 17:50:19.075250629 +0200 +++ /var/tmp/diff_new_pack.P6uSWh/_new 2023-03-28 17:50:19.083250668 +0200 @@ -17,7 +17,6 @@ %define packagename sidpy -%define skip_python2 1 Name: python-sidpy Version: 0.11.2 Release: 0 @@ -25,18 +24,19 @@ License: MIT URL: https://pycroscopy.github.io/sidpy/ Source: https://github.com/pycroscopy/sidpy/archive/%{version}.tar.gz#/%{packagename}-%{version}.tar.gz +Source99: python-sidpy.rpmlintrc BuildRequires: %{python_module ase} BuildRequires: %{python_module cytoolz} BuildRequires: %{python_module dask >= 0.10} BuildRequires: %{python_module dask-array >= 0.10} BuildRequires: %{python_module distributed >= 2} BuildRequires: %{python_module h5py >= 2.6.0} -BuildRequires: %{python_module ipyfilechooser >= 0.0.6} BuildRequires: %{python_module ipywidgets >= 5.2.2} BuildRequires: %{python_module joblib >= 0.11.0} BuildRequires: %{python_module matplotlib >= 2.0.0} BuildRequires: %{python_module mpi4py} BuildRequires: %{python_module numpy >= 1.10} +BuildRequires: %{python_module pip} BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest} BuildRequires: %{python_module qt5} @@ -44,6 +44,7 @@ BuildRequires: %{python_module scipy} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module toolz} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-ase @@ -52,17 +53,17 @@ Requires: python-dask-array >= 0.10 Requires: python-distributed >= 2 Requires: python-h5py >= 2.6.0 -Requires: python-ipyfilechooser >= 0.0.6 +Requires: python-ipython >= 6 Requires: python-ipywidgets >= 5.2.2 Requires: python-joblib >= 0.11.0 Requires: python-matplotlib >= 2.0.0 -Requires: python-mpi4py Requires: python-numpy >= 1.10 Requires: python-psutil -Requires: python-qt5 Requires: python-scikit-learn Requires: python-scipy Requires: python-toolz +Recommends: python-mpi4py +Recommends: python-qt5 BuildArch: noarch %python_subpackages @@ -72,13 +73,13 @@ %prep %setup -q -n %{packagename}-%{version} # https://github.com/pycroscopy/sidpy/issues/142 -sed -i 's:pytest-runner:pytest:' setup.py +sed -i -e /pytest-runner/d -e /six/d setup.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check ++++++ python-sidpy.rpmlintrc ++++++ # required but undeclared extra addFilter("python-leftover-require python.*-dask-array")