Accepting request 1109001 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1109001 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=20
This commit is contained in:
commit
9e35e7cde7
BIN
numexpr-2.8.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
numexpr-2.8.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:45ed41e55a0abcecf3d711481e12a5fb7a904fe99d42bc282a17cc5f8ea510be
|
|
||||||
size 101666
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 4 19:07:09 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Revert to version 2.8.4: Patch release breaks its API and thus
|
||||||
|
Pandas -- gh#pydata/numexpr#442, gh#pydata/numexpr#444
|
||||||
|
- Move to PEP517 build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 27 21:31:12 UTC 2023 - Arun Persaud <arun@gmx.de>
|
Sun Aug 27 21:31:12 UTC 2023 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-numexpr
|
Name: python-numexpr
|
||||||
Version: 2.8.5
|
Version: 2.8.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Numerical expression evaluator for NumPy
|
Summary: Numerical expression evaluator for NumPy
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -26,7 +26,9 @@ URL: https://github.com/pydata/numexpr/
|
|||||||
Source: https://files.pythonhosted.org/packages/source/n/numexpr/numexpr-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/n/numexpr/numexpr-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel >= 3.7}
|
BuildRequires: %{python_module devel >= 3.7}
|
||||||
BuildRequires: %{python_module numpy-devel >= 1.13.3}
|
BuildRequires: %{python_module numpy-devel >= 1.13.3}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@ -48,10 +50,10 @@ sed -i '/^#!/ d' numexpr/cpuinfo.py
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -65,7 +67,7 @@ popd
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc ANNOUNCE.rst AUTHORS.txt README.rst RELEASE_NOTES.rst site.cfg.example
|
%doc ANNOUNCE.rst AUTHORS.txt README.rst RELEASE_NOTES.rst site.cfg.example
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{python_sitearch}/numexpr/
|
%{python_sitearch}/numexpr
|
||||||
%{python_sitearch}/numexpr-%{version}-py*.egg-info
|
%{python_sitearch}/numexpr-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user