Date: Tuesday, October 4, 2016 @ 21:01:55 Author: aginiewicz Revision: 191338
upgpkg: python-pandas 0.19.0-1 python-pandas: new upstream release, few optdepends TODOs left Modified: python-pandas/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-04 19:15:29 UTC (rev 191337) +++ PKGBUILD 2016-10-04 21:01:55 UTC (rev 191338) @@ -2,12 +2,13 @@ # Maintainer: Andrzej Giniewicz <[email protected]> # Contributor: Keith Hughitt <[email protected]> -# TODO: add gbq dependencies for python3 when python-gflags gets released -# TODO: move python-xarray from AUR to community, add as optdepends +# TODO: add python-gflags>=3.0.0 +# TODO: add python2-backports-lzma +# TODO: move python-xarray from AUR to community (with dependencies) pkgbase=python-pandas pkgname=('python2-pandas' 'python-pandas') -pkgver=0.18.1 +pkgver=0.19.0 pkgrel=1 pkgdesc="Cross-section and time series data analysis toolkit" arch=('i686' 'x86_64') @@ -17,7 +18,7 @@ 'python2-setuptools' 'python2-dateutil' 'python2-numpy' 'python2-pytz' 'cython' 'cython2') source=("https://github.com/pydata/pandas/archive/v${pkgver}.tar.gz") -md5sums=('c6cb010d115a05842878c77f6959b8b0') +md5sums=('ad13ddbb0b1e47934f8914facc7dbc94') prepare() { cd "$srcdir"
