Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-numexpr for openSUSE:Factory checked in at 2022-02-09 20:38:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-numexpr (Old) and /work/SRC/openSUSE:Factory/.python-numexpr.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-numexpr" Wed Feb 9 20:38:11 2022 rev:15 rq:952057 version:2.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-numexpr/python-numexpr.changes 2021-03-15 10:54:27.457176992 +0100 +++ /work/SRC/openSUSE:Factory/.python-numexpr.new.1898/python-numexpr.changes 2022-02-09 20:38:18.354247647 +0100 @@ -1,0 +2,21 @@ +Mon Feb 7 03:27:38 UTC 2022 - Arun Persaud <a...@gmx.de> + +- specfile: + * update copyright year + * skip build for python2 + +- update to version 2.8.1: + * Fixed dependency list. + * Added "pyproject.toml" and modernize the "setup.py" script. Thanks + to Antonio Valentino for the PR. + +- changes from version 2.8.0: + * Wheels for Python 3.10 are now provided. + * Support for Python 2.7 and 3.5 has been discontinued. + * All residual support for Python 2.X syntax has been removed, and + therefore the setup build no longer makes calls to the `2to3` + script. The `setup.py` has been refactored to be more modern. + * The examples on how to link into Intel VML/MKL/oneAPI now use the + dynamic library. + +------------------------------------------------------------------- Old: ---- numexpr-2.7.3.tar.gz New: ---- numexpr-2.8.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-numexpr.spec ++++++ --- /var/tmp/diff_new_pack.wvc5zV/_old 2022-02-09 20:38:18.978249139 +0100 +++ /var/tmp/diff_new_pack.wvc5zV/_new 2022-02-09 20:38:18.982249149 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-numexpr # -# 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 @@ -17,9 +17,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%global skip_python2 1 %global skip_python36 1 Name: python-numexpr -Version: 2.7.3 +Version: 2.8.1 Release: 0 Summary: Numerical expression evaluator for NumPy License: MIT ++++++ numexpr-2.7.3.tar.gz -> numexpr-2.8.1.tar.gz ++++++ ++++ 1708 lines of diff (skipped)