Thu, 30 May 2024 00:03:20 UTC | login

Information for build python-numexpr-2.7.0-1.fc31

ID127165
Package Namepython-numexpr
Version2.7.0
Release1.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-numexpr.git#915cdce0fdc4696c2aa95ff862d9de9c1a41f034
SummaryFast numerical array expression evaluator for Python and NumPy
DescriptionThe numexpr package evaluates multiple-operator array expressions many times faster than NumPy can. It accepts the expression as a string, analyzes it, rewrites it more efficiently, and compiles it to faster Python code on the fly. It’s the next best thing to writing the expression in C and compiling it with a specialized just-in-time (JIT) compiler, i.e. it does not require a compiler at runtime.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 31 Aug 2019 22:08:53 UTC
CompletedSat, 31 Aug 2019 22:34:26 UTC
Taskbuild (f31-candidate, /rpms/python-numexpr.git:915cdce0fdc4696c2aa95ff862d9de9c1a41f034)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-numexpr.git#915cdce0fdc4696c2aa95ff862d9de9c1a41f034'}}
Tags
f31
f32
f33
RPMs
src
python-numexpr-2.7.0-1.fc31.src.rpm (info) (download)
riscv64
python3-numexpr-2.7.0-1.fc31.riscv64.rpm (info) (download)
python-numexpr-debugsource-2.7.0-1.fc31.riscv64.rpm (info) (download)
python3-numexpr-debuginfo-2.7.0-1.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sat Aug 17 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.7.0-1 - Update to latest version (#1614993) - Various modernization to the spec file. Actually fail %check if the test suite fails. * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Jul 08 2019 Miro Hrončok <mhroncok@redhat.com> - 2.6.6-3 - Subpackage python2-numexpr has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Jul 19 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.6.6-1 - Update to latest version (#1491485) - Update spec file, use versioned python macros * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.6.1-10 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Oct 24 2017 Haïkel Guémar <hguemar@fedoraproject.org> - 2.6.1-8 - Fix ELF stripping