diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-06-08 18:11:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-12 06:51:44 +0700 |
commit | 2e56878eb97f85d975e3b5564b42fbc0fa3f848f (patch) | |
tree | 2742d0e70b84787bdedb653cb33a322b197e13dc /development/pandas | |
parent | 1c0cfeb57deb7fb1a1294a92dd82ab2e70838a5b (diff) | |
download | slackbuilds-2e56878eb97f85d975e3b5564b42fbc0fa3f848f.tar.gz |
development/pandas: Updated for version 0.14.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/pandas')
-rw-r--r-- | development/pandas/pandas.SlackBuild | 2 | ||||
-rw-r--r-- | development/pandas/pandas.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/pandas/pandas.SlackBuild b/development/pandas/pandas.SlackBuild index 3af556799e..114906be68 100644 --- a/development/pandas/pandas.SlackBuild +++ b/development/pandas/pandas.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pandas -VERSION=${VERSION:-0.13.1} +VERSION=${VERSION:-0.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/pandas/pandas.info b/development/pandas/pandas.info index a07067c981..70eea43610 100644 --- a/development/pandas/pandas.info +++ b/development/pandas/pandas.info @@ -1,8 +1,8 @@ PRGNAM="pandas" -VERSION="0.13.1" +VERSION="0.14.0" HOMEPAGE="http://pandas.pydata.org" -DOWNLOAD="https://pypi.python.org/packages/source/p/pandas/pandas-0.13.1.tar.gz" -MD5SUM="066ed95adc940cb7f1d5ec6e019c468b" +DOWNLOAD="https://pypi.python.org/packages/source/p/pandas/pandas-0.14.0.tar.gz" +MD5SUM="b775987c0ceebcc8d5ace4a1241c967a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="numpy python-dateutil pytz" |