[arch-commits] Commit in python-pandas/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at nymeria.archlinux.org
Sat Jul 12 16:57:24 UTC 2014
Date: Saturday, July 12, 2014 @ 18:57:24
Author: aginiewicz
Revision: 115608
upgpkg: python-pandas 0.14.1-1
Update python-pandas to latest upstream release
Modified:
python-pandas/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-12 16:46:33 UTC (rev 115607)
+++ PKGBUILD 2014-07-12 16:57:24 UTC (rev 115608)
@@ -4,8 +4,8 @@
pkgbase=python-pandas
pkgname=('python2-pandas' 'python-pandas')
-pkgver=0.14.0
-pkgrel=2
+pkgver=0.14.1
+pkgrel=1
pkgdesc="Cross-section and time series data analysis toolkit"
arch=('i686' 'x86_64')
url="http://pandas.pydata.org/"
@@ -13,7 +13,7 @@
makedepends=('python-setuptools' 'python-dateutil' 'python-numpy' 'python-pytz'
'python2-setuptools' 'python2-dateutil' 'python2-numpy' 'python2-pytz')
source=("https://pypi.python.org/packages/source/p/pandas/pandas-${pkgver}.tar.gz")
-md5sums=('b775987c0ceebcc8d5ace4a1241c967a')
+md5sums=('393dd8f35411e4022177aa64b2da46f4')
build() {
cd "$srcdir"
More information about the arch-commits
mailing list