Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-uproot for openSUSE:Factory checked in at 2025-06-17 18:20:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-uproot (Old) and /work/SRC/openSUSE:Factory/.python-uproot.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-uproot" Tue Jun 17 18:20:34 2025 rev:20 rq:1286070 version:5.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-uproot/python-uproot.changes 2024-04-29 17:58:37.511979856 +0200 +++ /work/SRC/openSUSE:Factory/.python-uproot.new.19631/python-uproot.changes 2025-06-17 18:20:55.027049865 +0200 @@ -1,0 +2,10 @@ +Sun Jun 15 20:31:23 UTC 2025 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 5.6.2: + * fix: Only dispatch requests to Source if we actually will use + them (gh#scikit-hep/uproot5#1436). + * fix: Remove unused file handle (gh#scikit-hep/uproot5#1437). +- Disable a few more tests due to missing dependencies + (awkward-pandas, awkward-dask). + +------------------------------------------------------------------- Old: ---- uproot-5.3.3.tar.gz New: ---- uproot-5.6.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-uproot.spec ++++++ --- /var/tmp/diff_new_pack.2ngIQC/_old 2025-06-17 18:20:55.779081145 +0200 +++ /var/tmp/diff_new_pack.2ngIQC/_new 2025-06-17 18:20:55.779081145 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-uproot # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} %global modname uproot Name: python-uproot -Version: 5.3.3 +Version: 5.6.2 Release: 0 Summary: ROOT I/O in pure Python and Numpy License: BSD-3-Clause @@ -59,7 +59,7 @@ BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} -BuildRequires: %{python_module scikit-hep-testdata >= 0.4.38} +BuildRequires: %{python_module scikit-hep-testdata >= 0.5.4} BuildRequires: %{python_module xxhash} BuildRequires: %{python_module boost-histogram >= 0.13 if (%python-base without python2-base)} # /SECTION @@ -99,7 +99,8 @@ skiptests32="(test_jagged_pandas or test_pandas_vector_TLorentzVector or test_iterate_pandas_2 or test_function_iterate_pandas_2 or test_0430)" fi # Skip test_decompression_executor_for_dask until we have dask-awkward packaged -%pytest "${skip_network_tests[@]} ${skiptests32} and not (test_decompression_executor_for_dask or test_dask_duplicated_keys)" +# Skip test_1321_pandas_changed_api_again.py until we package awkward-pandas +%pytest "${skip_network_tests[@]} ${skiptests32} and not dask and not test_1321_pandas_changed_api_again" %files %{python_files} %doc README.md ++++++ uproot-5.3.3.tar.gz -> uproot-5.6.2.tar.gz ++++++ ++++ 10598 lines of diff (skipped)