Fri, 29 Mar 2024 13:14:44 UTC | login

Information for build python-numexpr-2.3-4.el7

ID1175
Package Namepython-numexpr
Version2.3
Release4.el7
Epoch
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 byapevec
State complete
Volume DEFAULT
StartedThu, 07 May 2015 17:12:37 UTC
CompletedThu, 07 May 2015 17:15:24 UTC
Taskbuild (cloud7-openstack-kilo-el7, python-numexpr-2.3-4.el7.src.rpm)
Tags
cloud7-openstack-common-candidate
cloud7-openstack-common-release
cloud7-openstack-common-testing
cloud7-openstack-kilo-candidate
cloud7-openstack-kilo-release
cloud7-openstack-kilo-testing
RPMs
src
python-numexpr-2.3-4.el7.src.rpm (info) (download)
aarch64
python-numexpr-2.3-4.el7.aarch64.rpm (info) (download)
python-numexpr-debuginfo-2.3-4.el7.aarch64.rpm (info) (download)
x86_64
python-numexpr-2.3-4.el7.x86_64.rpm (info) (download)
python-numexpr-debuginfo-2.3-4.el7.x86_64.rpm (info) (download)
Logs
aarch64
root.log
mock_output.log
build.log
state.log
x86_64
root.log
build.log
state.log
Changelog * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Tue Jan 28 2014 Thibault North <tnorth@fedoraproject.org> -2.3-1 - Update to new release 2.3 * Fri Jan 17 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.2.2-2 - Move requirements to the proper package (#1054683) * Sun Sep 29 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.2.2-1 - Update to 2.2.2 (#1013130) * Mon Sep 09 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.2.1-1 - Update to 2.2.1 * Thu Sep 05 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.2-1 - Update to 2.2 - Add python3-numexpr package * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sun Jan 08 2012 Thibault North <tnorth@fedoraproject.org> - 2.0.1-1 - Update to 2.0.1 * Sun Nov 27 2011 Thibault North <tnorth@fedoraproject.org> - 2.0-1 - Update to 2.0 * Sun Oct 30 2011 Thibault North <tnorth@fedoraproject.org> - 1.4.2-2 - Add check section - Fix permissions and remove useless sections * Thu Oct 20 2011 Thibault North <tnorth@fedoraproject.org> - 1.4.2-1 - Updated to 1.4.2 * Fri Apr 29 2011 Thibault North <tnorth@fedoraproject.org> - 1.4.1-3 - Fix buildroot issue * Tue Dec 21 2010 Thibault North <tnorth@fedoraproject.org> - 1.4.1-2 - Fixes for the review process * Fri Nov 05 2010 Thibault North <tnorth@fedoraproject.org> - 1.4.1-1 - Initial package based on Mandriva's one