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-08-04 13:23:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-numexpr (Old) and /work/SRC/openSUSE:Factory/.python-numexpr.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-numexpr" Thu Aug 4 13:23:09 2022 rev:17 rq:989833 version:2.8.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-numexpr/python-numexpr.changes 2022-07-12 11:12:16.563685617 +0200 +++ /work/SRC/openSUSE:Factory/.python-numexpr.new.1521/python-numexpr.changes 2022-08-04 13:23:19.472475012 +0200 @@ -1,0 +2,5 @@ +Sun Jul 17 18:42:38 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Fix requirements + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-numexpr.spec ++++++ --- /var/tmp/diff_new_pack.inH5js/_old 2022-08-04 13:23:20.192477054 +0200 +++ /var/tmp/diff_new_pack.inH5js/_new 2022-08-04 13:23:20.192477054 +0200 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-numexpr Version: 2.8.3 Release: 0 @@ -25,14 +24,15 @@ Group: Development/Languages/Python URL: https://github.com/pydata/numexpr/ Source: https://files.pythonhosted.org/packages/source/n/numexpr/numexpr-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.7} -BuildRequires: %{python_module devel} -BuildRequires: %{python_module numpy-devel >= 1.6} +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.6 +Requires: python-numpy >= 1.13.3 +Requires: python-packaging %python_subpackages %description