Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-iminuit for openSUSE:Factory checked in at 2022-08-18 16:49:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-iminuit (Old) and /work/SRC/openSUSE:Factory/.python-iminuit.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-iminuit" Thu Aug 18 16:49:21 2022 rev:23 rq:997679 version:2.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-iminuit/python-iminuit.changes 2022-07-13 13:46:10.478098780 +0200 +++ /work/SRC/openSUSE:Factory/.python-iminuit.new.2083/python-iminuit.changes 2022-08-18 16:49:39.361514200 +0200 @@ -1,0 +2,15 @@ +Wed Aug 17 21:43:27 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 2.16.0: + * Make FixedView act as mask for other views + [gh#scikit-hep/iminuit#781]. + * Fix typing issues and enable mypy in pre-commit + [gh#scikit-hep/iminuit#783]. + * Comparison with broadcast [gh#scikit-hep/iminuit#784]. + * Fix corner case treatment of linear constraint + [gh#scikit-hep/iminuit#785]. + * Root update [gh#scikit-hep/iminuit#786]. +- Disable 'test_matrix' test in the check section for 32-bit as + the test fails for these archs due to a tolerance issue. + +------------------------------------------------------------------- Old: ---- iminuit-2.12.1.tar.gz New: ---- iminuit-2.16.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-iminuit.spec ++++++ --- /var/tmp/diff_new_pack.wmdgKd/_old 2022-08-18 16:49:39.977515635 +0200 +++ /var/tmp/diff_new_pack.wmdgKd/_new 2022-08-18 16:49:39.981515644 +0200 @@ -22,7 +22,7 @@ %define skip_python36 1 %define modname iminuit Name: python-%{modname} -Version: 2.12.1 +Version: 2.16.0 Release: 0 Summary: Python bindings for MINUIT2 License: MIT @@ -43,7 +43,11 @@ Recommends: python-matplotlib Recommends: python-scipy # SECTION test requirements +BuildRequires: %{python_module matplotlib} +BuildRequires: %{python_module numba} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module scipy} +BuildRequires: %{python_module tabulate} # Fix unresolved status for Leap 15.x on account of multiple choices for python3-importlib-metadata (python3-importlib-metadata and python3-importlib_metadata) BuildRequires: %{python_module importlib-metadata} # /SECTION @@ -71,7 +75,12 @@ %python_expand %fdupes %{buildroot}%{$python_sitearch} %check +# A tolerance issue on 32-bit +%ifarch %ix86 +%pytest_arch -k 'not test_matrix' +%else %pytest_arch +%endif %files %{python_files} %doc README.rst ++++++ iminuit-2.12.1.tar.gz -> iminuit-2.16.0.tar.gz ++++++ ++++ 3678 lines of diff (skipped)