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 2022-06-25 10:24:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-boost-histogram (Old)
and /work/SRC/openSUSE:Factory/.python-boost-histogram.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-boost-histogram"
Sat Jun 25 10:24:21 2022 rev:2 rq:984881 version:1.3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-boost-histogram/python-boost-histogram.changes
2021-07-07 18:31:54.238320347 +0200
+++
/work/SRC/openSUSE:Factory/.python-boost-histogram.new.1548/python-boost-histogram.changes
2022-06-25 10:24:37.846705326 +0200
@@ -1,0 +2,61 @@
+Thu Jun 23 13:22:16 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
+
+- Update to 1.3.1:
+ Bug fixes
+ * Fixed regression with invalid .project input causing segfaults. #708
+ * Minor skips for specific tests on ppc64le, primarily for a NumPy bug. #707
+ * Avoid using EH for program control, better on Pyodide. #709
+ * Fix regression with exact float not being accepted for .index for
IntCategory
+ in 1.3.0. Add hist nox session to check downstream (manually for the
+ moment). #710
+- Update to 1.3.0:
+ User changes
+ * PyPy 3.8 now supported with binary wheels. #677
+ * The GIL is released a little more often now. #662
+ * AxesTuple does not allow construction of non-axes. #680
+ * KeyError is now thrown when accessing a non-existent item in a Category
Axis #689
+ * WeightedViews now support np.cumsum #699
+ Bug fixes
+ * Fixed WeightedMean storages producing NaN for .variances() #695
+ * Modify local include slightly to enable WebAssembly compilation in Pyodide
#702
+ Developer changes
+ * Use PyLint in CI to check for some style issues #690
+ * Developer (CMake) installs no longer require toml #698
+- Update to 1.2.1:
+ User changes
+ * musllinux wheels now provided along with manylinux #656
+ Bug fixes
+ * Fixed single-element negative growth fill #654
+ Developer changes
+ * No longer require Docker for clang-format, runs online too #610
+ * Using pybind11 2.8.0 #658
+- Update to 1.2.0:
+ User changes
+ * Python 3.10 officially supported, with wheels.
+ * Support subtraction on histograms #636
+ * Integer histograms are now signed #636
+ Bug fixes
+ * Support custom setters on AxesTuple subclasses. #627
+ * Faster picking if slices are not also used #645 or if they are #648 (1000x
or more in some cases)
+ * Throw an error when an AxesTuple setter is the wrong length (inspired by
zip strict in Python 3.10) #627
+ * Fix error thrown on comparison with axis and non-axis object #631
+ * Static typing no longer thinks storage= is required #604
+ Developer changes
+ * Support NumPy 1.21 for static type checking #625
+ * Use newer Boost 1.77 and Boost.Histogram 1.77+1 #594
+ * Provide nox support #647
+- Update to 1.1.0:
+ User changes
+ * Experimentally support list selection on categorical axes #577
+ * Support Python 3.8 on Apple Silicon #600
+ * Scaling and addition with a scalar affect flow bins too #580
+ * Change sum_of_deltas_squared to _sum_of_deltas_squared (was an
implementation detail) #602
+ Bug fixes
+ * Fix "picking" on a flow bin #576
+ * Better error message on getattr #596
+ Developer changes
+ * Test on Python 3.10 beta releases #600
+ * Provide a CMakeLists for quick standalone Boost.Histogram C++ experiments
#591
+ * Adding logging with PyTest failure output #575
+
+-------------------------------------------------------------------
Old:
----
boost_histogram-1.0.2.tar.gz
New:
----
boost_histogram-1.3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-boost-histogram.spec ++++++
--- /var/tmp/diff_new_pack.43SIya/_old 2022-06-25 10:24:38.250705902 +0200
+++ /var/tmp/diff_new_pack.43SIya/_new 2022-06-25 10:24:38.254705908 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package python-boost_histogram
+# spec file for package python-boost-histogram
#
-# 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
@@ -23,25 +23,25 @@
%define skip_python2 1
%define modname boost_histogram
Name: python-boost-histogram
-Version: 1.0.2
+Version: 1.3.1
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: gcc-c++
-BuildRequires: fdupes
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
+BuildRequires: gcc-c++
+BuildRequires: python-rpm-macros
%if 0%{?suse_version} < 1550
BuildRequires: python3-dataclasses
%endif
# SECTION test requirements
BuildRequires: %{python_module numpy}
-BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-benchmark}
+BuildRequires: %{python_module pytest}
# /SECTION
Requires: python-numpy
%python_subpackages
++++++ boost_histogram-1.0.2.tar.gz -> boost_histogram-1.3.1.tar.gz ++++++
++++ 25509 lines of diff (skipped)