Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-scikit-hep-testdata for
openSUSE:Factory checked in at 2026-06-18 19:21:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scikit-hep-testdata (Old)
and /work/SRC/openSUSE:Factory/.python-scikit-hep-testdata.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scikit-hep-testdata"
Thu Jun 18 19:21:34 2026 rev:29 rq:1360284 version:0.6.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-scikit-hep-testdata/python-scikit-hep-testdata.changes
2025-06-16 11:12:37.679663752 +0200
+++
/work/SRC/openSUSE:Factory/.python-scikit-hep-testdata.new.1981/python-scikit-hep-testdata.changes
2026-06-18 19:21:37.467655551 +0200
@@ -1,0 +2,22 @@
+Thu Jun 18 15:52:23 UTC 2026 - Ben Greiner <[email protected]>
+
+- Update from 0.5.4 to 0.6.5
+ * feat: add more MC lhe files for pylhe by @APN-Pucky in #180
+ * feat: add unbinned HS3 workspace for pyhs3 validation tests by
+ @kratsg in #182
+ * fix: Add JSON file as valid extension for file list by @kratsg
+ in #184
+ * feat: add imported NanoAOD RNTuple by @ariostas in #186
+ * refactor: Use pathlib over os by @matthewfeickert in #196
+ * fix: use the same cache directory for remote and local files by
+ @ariostas in #197
+ * feat: Migrate project metadata to pyproject.toml by
+ @matthewfeickert in #201
+ * fix: Update HS3 Workspace to match schema changes by @kratsg in
+ #212
+ * feat: add RNTuple with inherited structs by @mrzimu in #216
+ * feat: add large-valued int{16,32,64} field rntuples by
+ @wdconinc in #218
+ * feat: read TMatrixTSym from TTree by @mrzimu in #220
+
+-------------------------------------------------------------------
Old:
----
scikit-hep-testdata-0.5.4.tar.gz
New:
----
scikit-hep-testdata-0.6.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-scikit-hep-testdata.spec ++++++
--- /var/tmp/diff_new_pack.tBQpiR/_old 2026-06-18 19:21:56.876464210 +0200
+++ /var/tmp/diff_new_pack.tBQpiR/_new 2026-06-18 19:21:56.880464376 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-scikit-hep-testdata
#
-# 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
@@ -19,7 +19,7 @@
%define srcname scikit-hep-testdata
%define modname %( echo %{srcname} | tr '-' '_' )
Name: python-scikit-hep-testdata
-Version: 0.5.4
+Version: 0.6.5
Release: 0
Summary: Example HEP files for testing and demonstrating
License: BSD-3-Clause
@@ -28,7 +28,7 @@
# PATCH-FEATURE-OPENSUSE scikit-hep-testdata-datadir.patch -- change the
install location of the datadir [email protected]
Patch1: scikit-hep-testdata-datadir.patch
BuildRequires: %{python_module PyYAML}
-BuildRequires: %{python_module importlib-resources >= 1.3 if %python-base <
3.9}
+BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools_scm}
@@ -42,9 +42,6 @@
# /SECTION
Requires: python-PyYAML
Requires: python-requests
-%if %python_version_nodots < 39
-Requires: python-importlib-resources >= 1.3
-%endif
Requires: scikit-hep-testdata-files = %{version}
Requires(post): update-alternatives
Requires(postun): update-alternatives
++++++ scikit-hep-testdata-0.5.4.tar.gz -> scikit-hep-testdata-0.6.5.tar.gz
++++++
/work/SRC/openSUSE:Factory/python-scikit-hep-testdata/scikit-hep-testdata-0.5.4.tar.gz
/work/SRC/openSUSE:Factory/.python-scikit-hep-testdata.new.1981/scikit-hep-testdata-0.6.5.tar.gz
differ: char 15, line 1
++++++ scikit-hep-testdata-datadir.patch ++++++
--- /var/tmp/diff_new_pack.tBQpiR/_old 2026-06-18 19:21:56.936466711 +0200
+++ /var/tmp/diff_new_pack.tBQpiR/_new 2026-06-18 19:21:56.940466877 +0200
@@ -3,10 +3,10 @@
tests/test_local_files.py | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
-Index: scikit-hep-testdata-0.5.4/src/skhep_testdata/local_files.py
+Index: scikit-hep-testdata-0.6.5/src/skhep_testdata/local_files.py
===================================================================
---- scikit-hep-testdata-0.5.4.orig/src/skhep_testdata/local_files.py
-+++ scikit-hep-testdata-0.5.4/src/skhep_testdata/local_files.py
+--- scikit-hep-testdata-0.6.5.orig/src/skhep_testdata/local_files.py
++++ scikit-hep-testdata-0.6.5/src/skhep_testdata/local_files.py
@@ -1,5 +1,6 @@
from __future__ import annotations
@@ -23,17 +23,17 @@
baseurl =
"https://raw.githubusercontent.com/scikit-hep/scikit-hep-testdata/main/src/skhep_testdata/data/"
zipurl = "https://github.com/scikit-hep/scikit-hep-testdata/zipball/main"
-Index: scikit-hep-testdata-0.5.4/tests/test_local_files.py
+Index: scikit-hep-testdata-0.6.5/tests/test_local_files.py
===================================================================
---- scikit-hep-testdata-0.5.4.orig/tests/test_local_files.py
-+++ scikit-hep-testdata-0.5.4/tests/test_local_files.py
+--- scikit-hep-testdata-0.6.5.orig/tests/test_local_files.py
++++ scikit-hep-testdata-0.6.5/tests/test_local_files.py
@@ -7,7 +7,7 @@ import requests
import skhep_testdata as skhtd
--data_dir = os.path.dirname(skhtd.__file__)
-+data_dir = str(skhtd.local_files.DIR)
- data_dir = os.path.join(data_dir, "data")
+-data_dir = Path(skhtd.__file__).parent / "data"
++data_dir = Path(skhtd.local_files.DIR) / "data"
+ def test_data_path():