Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-boost-histogram for
openSUSE:Factory checked in at 2026-04-17 21:05:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-boost-histogram (Old)
and /work/SRC/openSUSE:Factory/.python-boost-histogram.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-boost-histogram"
Fri Apr 17 21:05:24 2026 rev:10 rq:1347779 version:1.7.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-boost-histogram/python-boost-histogram.changes
2026-02-24 15:39:32.148746494 +0100
+++
/work/SRC/openSUSE:Factory/.python-boost-histogram.new.11940/python-boost-histogram.changes
2026-04-17 21:05:42.621414625 +0200
@@ -1,0 +2,14 @@
+Fri Apr 17 17:46:28 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.7.2:
+ * Correct repr for MultiCell by @henryiii in
+ * Fix serialization round-trip for 3D histograms with empty
+ axes
+ * Fix `__setitem__` axis index mismatch when slices are not
+ leading indices
+ * Support 0D MeanView/WeightedMeanView
+ * Broadcast scalar axis args to match array sample length in
+ Mean/WeightedMean fill
+ * Slightly better getitem type
+
+-------------------------------------------------------------------
Old:
----
boost_histogram-1.7.1.tar.gz
New:
----
boost_histogram-1.7.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-boost-histogram.spec ++++++
--- /var/tmp/diff_new_pack.56dt9k/_old 2026-04-17 21:05:43.089433887 +0200
+++ /var/tmp/diff_new_pack.56dt9k/_new 2026-04-17 21:05:43.089433887 +0200
@@ -18,16 +18,16 @@
%{?sle15_python_module_pythons}
Name: python-boost-histogram
-Version: 1.7.1
+Version: 1.7.2
Release: 0
Summary: The Boost::Histogram Python wrapper
License: BSD-3-Clause
URL: https://github.com/scikit-hep/boost-histogram
Source:
https://files.pythonhosted.org/packages/source/b/boost-histogram/boost_histogram-%{version}.tar.gz
-BuildRequires: %{python_module devel >= 3.8}
+BuildRequires: %{python_module devel >= 3.10}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module pybind11-devel >= 2.13.3}
-BuildRequires: %{python_module scikit-build-core >= 0.10}
+BuildRequires: %{python_module pybind11-devel >= 3}
+BuildRequires: %{python_module scikit-build-core >= 0.11}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: fdupes
BuildRequires: gcc-c++
@@ -35,11 +35,11 @@
# SECTION test requirements
BuildRequires: %{python_module cloudpickle}
BuildRequires: %{python_module hypothesis >= 6.0}
-BuildRequires: %{python_module numpy}
+BuildRequires: %{python_module numpy >= 1.21.3}
+BuildRequires: %{python_module pytest >= 6.0}
BuildRequires: %{python_module pytest-benchmark}
-BuildRequires: %{python_module pytest}
# /SECTION
-Requires: python-numpy
+Requires: python-numpy >= 1.21.3
%python_subpackages
%description
@@ -63,6 +63,8 @@
%pytest_arch --benchmark-disable
%files %{python_files}
+%license LICENSE
+%doc README.md
%{python_sitearch}/boost_histogram/
%{python_sitearch}/boost_histogram-%{version}.dist-info/
++++++ boost_histogram-1.7.1.tar.gz -> boost_histogram-1.7.2.tar.gz ++++++
++++ 1716 lines of diff (skipped)