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 2022-02-07 23:37:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sidpy (Old) and /work/SRC/openSUSE:Factory/.python-sidpy.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sidpy" Mon Feb 7 23:37:57 2022 rev:7 rq:951932 version:0.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sidpy/python-sidpy.changes 2021-12-16 02:01:17.099645684 +0100 +++ /work/SRC/openSUSE:Factory/.python-sidpy.new.1898/python-sidpy.changes 2022-02-07 23:39:01.486060849 +0100 @@ -1,0 +2,16 @@ +Sun Feb 6 08:11:00 UTC 2022 - Ben Greiner <[email protected]> + +- Update to 0.0.8 + * Support of thumbnails for icon view of directory + * updated for new version of ipyfilechooser + * better support of dask functions (thanks Mani). + * nested dictionaries are now written and read from hdf5 files + * support of 4D image sets in plotting. + * Minor bug fixes + +------------------------------------------------------------------- +Sat Feb 5 12:58:10 UTC 2022 - Dominique Leuenberger <[email protected]> + +- Skip build for python 3.10: python-dask is not (yet) compatible. + +------------------------------------------------------------------- Old: ---- sidpy-0.0.5.tar.gz New: ---- sidpy-0.0.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sidpy.spec ++++++ --- /var/tmp/diff_new_pack.L2wKN0/_old 2022-02-07 23:39:02.206055922 +0100 +++ /var/tmp/diff_new_pack.L2wKN0/_new 2022-02-07 23:39:02.214055867 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-sidpy # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,22 @@ %define packagename sidpy +%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 -%define skip_python36 1 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python310 1 Name: python-sidpy -Version: 0.0.5 +Version: 0.0.8 Release: 0 Summary: Utilities for processing Spectroscopic and Imaging Data License: MIT -URL: https://pycroscopy.github.io/sidpy/about.html +URL: https://pycroscopy.github.io/sidpy/ Source: https://github.com/pycroscopy/sidpy/archive/%{version}.tar.gz#/%{packagename}-%{version}.tar.gz 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} @@ -47,7 +49,9 @@ Requires: python-cytoolz Requires: python-dask >= 0.10 Requires: python-dask-array >= 0.10 +Requires: python-distributed >= 2 Requires: python-h5py >= 2.6.0 +Requires: python-ipyfilechooser >= 0.0.6 Requires: python-ipywidgets >= 5.2.2 Requires: python-joblib >= 0.11.0 Requires: python-matplotlib >= 2.0.0 @@ -81,7 +85,7 @@ %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/*egg-info +%{python_sitelib}/%{packagename}-%{version}*-info %{python_sitelib}/%{packagename} %changelog ++++++ sidpy-0.0.5.tar.gz -> sidpy-0.0.8.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-sidpy/sidpy-0.0.5.tar.gz /work/SRC/openSUSE:Factory/.python-sidpy.new.1898/sidpy-0.0.8.tar.gz differ: char 14, line 1
