Hello community, here is the log from the commit of package python-iminuit for openSUSE:Factory checked in at 2020-08-10 14:56:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-iminuit (Old) and /work/SRC/openSUSE:Factory/.python-iminuit.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-iminuit" Mon Aug 10 14:56:45 2020 rev:4 rq:824580 version:1.4.9 Changes: -------- --- /work/SRC/openSUSE:Factory/python-iminuit/python-iminuit.changes 2019-11-21 12:59:15.194517046 +0100 +++ /work/SRC/openSUSE:Factory/.python-iminuit.new.3399/python-iminuit.changes 2020-08-10 14:57:04.571971286 +0200 @@ -1,0 +2,17 @@ +Wed Aug 5 10:13:54 UTC 2020 - Atri Bhattacharya <[email protected]> + +- Update to version 1.4.9: + * Fixes an error introduced in 1.4.8 in Minuit.minos when var + keyword is used and at least one parameter is fixed. +- Changes from versions 1.3.9 through 1.4.8: See + https://iminuit.readthedocs.io/en/stable/changelog.html. +- Drop python2 builds: no longer supported upstream. +- Drop python-pytestrunner BuildRequires for test in favour of + python-pytest. +- Fix unresolved status for Leap 15.x on account of multiple + choices for python3-importlib-metadata + (python3-importlib-metadata and python3-importlib_metadata). +- Simplify %check section by dropping directory renaming (no + longer seems to be needed). + +------------------------------------------------------------------- Old: ---- iminuit-1.3.8.tar.gz New: ---- iminuit-1.4.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-iminuit.spec ++++++ --- /var/tmp/diff_new_pack.i7tshI/_old 2020-08-10 14:57:06.155972122 +0200 +++ /var/tmp/diff_new_pack.i7tshI/_new 2020-08-10 14:57:06.159972125 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-iminuit # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +# Python2 support dropped since version 1.4.0 +%define skip_python2 1 Name: python-iminuit -Version: 1.3.8 +Version: 1.4.9 Release: 0 Summary: Python bindings for MINUIT2 License: MIT @@ -36,7 +38,9 @@ Recommends: python-matplotlib Recommends: python-scipy # SECTION test requirements -BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module pytest} +# 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 %python_subpackages @@ -59,9 +63,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -mv iminuit iminuit_temp %pytest_arch %{buildroot}%{$python_sitearch}/iminuit -mv iminuit_temp iminuit %files %{python_files} %doc README.rst ++++++ iminuit-1.3.8.tar.gz -> iminuit-1.4.9.tar.gz ++++++ ++++ 157003 lines of diff (skipped)
