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 2022-04-21 15:42:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-fabio (Old) and /work/SRC/openSUSE:Factory/.python-fabio.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fabio" Thu Apr 21 15:42:40 2022 rev:3 rq:971316 version:0.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-fabio/python-fabio.changes 2021-02-19 23:46:25.319431432 +0100 +++ /work/SRC/openSUSE:Factory/.python-fabio.new.1538/python-fabio.changes 2022-04-21 15:48:57.344335276 +0200 @@ -1,0 +2,20 @@ +Thu Apr 21 06:35:48 UTC 2022 - Steve Kowalik <[email protected]> + +- Update to 0.13.0: + * Allow files to be larger than 2GB (Thanks Wout) + * Simplify the eiger2cbf tool + * Correct densification with missing wavelength + * Correct issue with EDF headers (#459) + * Support for Python versions 3.6 to 3.10, tested on amd64, ppc64le and + arm64 + * Densification of sparse data (densify-Bragg) produced by pyFAI + (sparsify-Bragg) + * Writer for EigerImage format + * Writer for LimaImage format + * Refactor all CLI tools + * Disable the mask calculation by default in eiger2crysalis + * Clean-up some debuging prints in CbfImage + * Correct MrcImage format (and change in tests) +- Use run_tests rather than setup.py tests to run the testsuite. + +------------------------------------------------------------------- Old: ---- fabio-0.11.0.tar.gz New: ---- fabio-0.13.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-fabio.spec ++++++ --- /var/tmp/diff_new_pack.uOG5GP/_old 2022-04-21 15:48:57.744335703 +0200 +++ /var/tmp/diff_new_pack.uOG5GP/_new 2022-04-21 15:48:57.748335707 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-fabio # -# 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 @@ -18,10 +18,9 @@ %define packagename fabio %define skip_python2 1 -%define skip_python36 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fabio -Version: 0.11.0 +Version: 0.13.0 Release: 0 Summary: Image IO for images produced by 2D X-ray detectors License: BSD-3-Clause AND GPL-2.0-or-later AND LGPL-3.0-or-later AND MIT @@ -63,6 +62,7 @@ %install %python_install +%python_clone -a %{buildroot}%{_bindir}/densify-Bragg %python_clone -a %{buildroot}%{_bindir}/fabio-convert %python_clone -a %{buildroot}%{_bindir}/fabio_viewer %python_clone -a %{buildroot}%{_bindir}/eiger2cbf @@ -71,18 +71,20 @@ %prepare_alternative fabio-convert fabio_viewer eiger2cbf eiger2crysalis %post -%python_install_alternative fabio-convert fabio_viewer eiger2cbf eiger2crysalis +%python_install_alternative densify-Bragg fabio-convert fabio_viewer eiger2cbf eiger2crysalis %postun -%python_uninstall_alternative fabio-convert fabio_viewer eiger2cbf eiger2crysalis +%python_uninstall_alternative densify-Bragg fabio-convert fabio_viewer eiger2cbf eiger2crysalis %check -# Does not support pytest -%python_exec setup.py test +%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} +$python ./run_tests.py --installed -v +} %files %{python_files} %doc README.rst %license copyright +%python_alternative %{_bindir}/densify-Bragg %python_alternative %{_bindir}/fabio-convert %python_alternative %{_bindir}/fabio_viewer %python_alternative %{_bindir}/eiger2cbf ++++++ fabio-0.11.0.tar.gz -> fabio-0.13.0.tar.gz ++++++ ++++ 3853 lines of diff (skipped)
