Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-fabio for openSUSE:Factory checked in at 2021-02-19 23:46:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-fabio (Old) and /work/SRC/openSUSE:Factory/.python-fabio.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fabio" Fri Feb 19 23:46:00 2021 rev:2 rq:873837 version:0.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-fabio/python-fabio.changes 2020-10-06 17:16:27.569803182 +0200 +++ /work/SRC/openSUSE:Factory/.python-fabio.new.28504/python-fabio.changes 2021-02-19 23:46:25.319431432 +0100 @@ -1,0 +2,23 @@ +Fri Feb 19 09:14:27 UTC 2021 - andy great <andythe_gr...@pm.me> + +- Update to version 0.11.0. + * New support for Esperanto image format + (includes bitfield compression) read & write + * New support for HDF5 files generated by LImA (read-only so far) + * New support for HDF5 files generated by Bragg-sparsify + (definitevely read-only) + * Improved support for CBF: Magic bytes, headers, + other bug + corrections + * Improved supportfor Tiff: Miss interpretation of colormap tags + * Improved support for GE files gernerated at APS + * Improved support for Bruker100 image format (read & write) + * Stop testing for 32-bit operating systems. +- Removed fix_test_brukerimage.py_assertionerror.patch, which was + included in upstream. + +------------------------------------------------------------------- +Fri Feb 19 08:38:55 UTC 2021 - andy great <andythe_gr...@pm.me> + +- Skip python36 because python-numpy does not support it. + +------------------------------------------------------------------- Old: ---- fabio-0.10.2.tar.gz fix_test_brukerimage.py_assertionerror.patch New: ---- fabio-0.11.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-fabio.spec ++++++ --- /var/tmp/diff_new_pack.Sil29x/_old 2021-02-19 23:46:25.819431922 +0100 +++ /var/tmp/diff_new_pack.Sil29x/_new 2021-02-19 23:46:25.823431926 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-fabio # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +18,15 @@ %define packagename fabio %define skip_python2 1 +%define skip_python36 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fabio -Version: 0.10.2 +Version: 0.11.0 Release: 0 Summary: Image IO for images produced by 2D X-ray detectors -License: MIT AND LGPL-3.0-or-later AND GPL-2.0+ AND BSD-3-Clause +License: BSD-3-Clause AND GPL-2.0-or-later AND LGPL-3.0-or-later AND MIT URL: https://github.com/silx-kit/fabio Source: https://github.com/silx-kit/fabio/archive/v%{version}.tar.gz#/%{packagename}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM fix_test_brukerimage.py_assertionerror.patch andythe_gr...@pm.me gh#silx-kit/fabio#398 -- Fix test_brukerimage.py failed with AssertionError. -Patch0: fix_test_brukerimage.py_assertionerror.patch BuildRequires: %{python_module Cython} BuildRequires: %{python_module Pillow} BuildRequires: %{python_module h5py} @@ -46,15 +45,18 @@ Requires: python-qt5 Requires: python-six Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives +# This package does not support 32 bit arch. +ExcludeArch: i586 %{arm} %python_subpackages %description FabIO is an I/O library for images produced by 2D X-ray detectors. %prep -%setup -q -n %{packagename}-%{version} -%patch0 -p1 +%autosetup -n %{packagename}-%{version} +# Fix W: non-executable-script +grep -ElRZ '*.py' . | xargs -0 -l sed -i '/^#!/d' %build %python_build @@ -63,14 +65,16 @@ %python_install %python_clone -a %{buildroot}%{_bindir}/fabio-convert %python_clone -a %{buildroot}%{_bindir}/fabio_viewer +%python_clone -a %{buildroot}%{_bindir}/eiger2cbf +%python_clone -a %{buildroot}%{_bindir}/eiger2crysalis %python_expand %fdupes %{buildroot}%{$python_sitearch} -%prepare_alternative fabio-convert fabio_viewer +%prepare_alternative fabio-convert fabio_viewer eiger2cbf eiger2crysalis %post -%python_install_alternative fabio-convert fabio_viewer +%python_install_alternative fabio-convert fabio_viewer eiger2cbf eiger2crysalis %postun -%python_uninstall_alternative fabio-convert fabio_viewer +%python_uninstall_alternative fabio-convert fabio_viewer eiger2cbf eiger2crysalis %check # Does not support pytest @@ -81,6 +85,8 @@ %license copyright %python_alternative %{_bindir}/fabio-convert %python_alternative %{_bindir}/fabio_viewer +%python_alternative %{_bindir}/eiger2cbf +%python_alternative %{_bindir}/eiger2crysalis %{python_sitearch}/*egg-info %{python_sitearch}/%{packagename} ++++++ fabio-0.10.2.tar.gz -> fabio-0.11.0.tar.gz ++++++ ++++ 19866 lines of diff (skipped)