Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mrcfile for openSUSE:Factory checked in at 2026-03-02 17:38:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mrcfile (Old) and /work/SRC/openSUSE:Factory/.python-mrcfile.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mrcfile" Mon Mar 2 17:38:55 2026 rev:6 rq:1335674 version:1.5.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mrcfile/python-mrcfile.changes 2025-03-10 18:07:26.515868648 +0100 +++ /work/SRC/openSUSE:Factory/.python-mrcfile.new.29461/python-mrcfile.changes 2026-03-02 17:39:03.108163062 +0100 @@ -1,0 +2,7 @@ +Mon Mar 2 01:17:10 UTC 2026 - Steve Kowalik <[email protected]> + +- Stop skipping tests that have been fixed upstream, and skip a different + one due to NumPy 2.4. +- List directories in python_sitelib explicitly. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mrcfile.spec ++++++ --- /var/tmp/diff_new_pack.gmBCIp/_old 2026-03-02 17:39:04.456219328 +0100 +++ /var/tmp/diff_new_pack.gmBCIp/_new 2026-03-02 17:39:04.460219495 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-mrcfile # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -56,10 +56,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# test_data_is_not_copied_unnecessarily: https://github.com/ccpem/mrcfile/issues/49 -skip='test_data_is_not_copied_unnecessarily' -# test_data_is_not_read_if_dimensions_are_too_huge": https://github.com/ccpem/mrcfile/issues/53 -skip="$skip or test_data_is_not_read_if_dimensions_are_too_huge" +# https://github.com/ccpem/mrcfile/issues/73 +skip="test_data_transposed_in_place_is_written_without_errors" %pytest -v -k "not ($skip)" %post @@ -73,5 +71,6 @@ %license LICENSE.txt %python_alternative %{_bindir}/mrcfile-header %python_alternative %{_bindir}/mrcfile-validate -%{python_sitelib}/mrcfile* +%{python_sitelib}/mrcfile +%{python_sitelib}/mrcfile-%{version}.dist-info
