diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-01-02 10:05:42 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-09 14:30:42 +0700 |
commit | 8960c813f614dc9fdadf4bddf8d52340b42b9c4b (patch) | |
tree | 0f36214e64c11a0b6157d996dff1396cfc7f8071 /python/numexpr | |
parent | 0ca04090dceacf6dcd466b121d92b016f9f472f6 (diff) | |
download | slackbuilds-8960c813f614dc9fdadf4bddf8d52340b42b9c4b.tar.gz |
python/numexpr: Updated for version 2.7.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/numexpr')
-rw-r--r-- | python/numexpr/numexpr.SlackBuild | 4 | ||||
-rw-r--r-- | python/numexpr/numexpr.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/numexpr/numexpr.SlackBuild b/python/numexpr/numexpr.SlackBuild index db4f95f43f..ada74e1d63 100644 --- a/python/numexpr/numexpr.SlackBuild +++ b/python/numexpr/numexpr.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for numexpr # Copyright 2010-2015 LukenShiro, Italy -# Copyright 2019-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2019-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=numexpr -VERSION=${VERSION:-2.7.1} +VERSION=${VERSION:-2.7.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/numexpr/numexpr.info b/python/numexpr/numexpr.info index 3fc81b53c0..baeb7dc4fb 100644 --- a/python/numexpr/numexpr.info +++ b/python/numexpr/numexpr.info @@ -1,8 +1,8 @@ PRGNAM="numexpr" -VERSION="2.7.1" +VERSION="2.7.2" HOMEPAGE="https://github.com/pydata/numexpr" -DOWNLOAD="https://pypi.python.org/packages/source/n/numexpr/numexpr-2.7.1.tar.gz" -MD5SUM="b96931414667e7772be93f9ea6280b36" +DOWNLOAD="https://pypi.python.org/packages/source/n/numexpr/numexpr-2.7.2.tar.gz" +MD5SUM="d41e3345b19209713b195f03ca5a3ee0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="numpy3" |