diff --git a/numexpr-2.8.3.tar.gz b/numexpr-2.8.3.tar.gz deleted file mode 100644 index 43f542b..0000000 --- a/numexpr-2.8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb647c9d9c785dae0759bf6c875cde2bec472b5c3f7a6015734b161ae766d141 -size 98436 diff --git a/numexpr-2.8.4.tar.gz b/numexpr-2.8.4.tar.gz new file mode 100644 index 0000000..6df58e6 --- /dev/null +++ b/numexpr-2.8.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5432537418d18691b9115d615d6daa17ee8275baef3edf1afbbf8bc69806147 +size 98719 diff --git a/python-numexpr.changes b/python-numexpr.changes index 3393e6c..aad2466 100644 --- a/python-numexpr.changes +++ b/python-numexpr.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jan 2 18:44:01 UTC 2023 - Dirk Müller + +- update to 2.8.4: + * Support for Python 3.11 has been added. + * Thanks to Tobias Hangleiter for an improved accuracy complex `expm1` function. + While it is 25 % slower, it is significantly more accurate for the real component + over a range of values and matches NumPy outputs much more closely. + * Thanks to Kirill Kouzoubov for a range of fixes to constants parsing that was + resulting in duplicated constants of the same value. + * Thanks to Mark Harfouche for noticing that we no longer need `numpy` version + checks. `packaging` is no longer a requirement as a result. + ------------------------------------------------------------------- Sun Jul 17 18:42:38 UTC 2022 - Ben Greiner diff --git a/python-numexpr.spec b/python-numexpr.spec index e0eae28..460c6a1 100644 --- a/python-numexpr.spec +++ b/python-numexpr.spec @@ -1,7 +1,7 @@ # # spec file for package python-numexpr # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-numexpr -Version: 2.8.3 +Version: 2.8.4 Release: 0 Summary: Numerical expression evaluator for NumPy License: MIT @@ -26,13 +26,11 @@ URL: https://github.com/pydata/numexpr/ Source: https://files.pythonhosted.org/packages/source/n/numexpr/numexpr-%{version}.tar.gz BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module numpy-devel >= 1.13.3} -BuildRequires: %{python_module packaging} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: python-rpm-macros Requires: python-numpy >= 1.13.3 -Requires: python-packaging %python_subpackages %description