[arch-commits] Commit in python-pandas-datareader/trunk (PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Tue Sep 19 08:32:29 UTC 2017


    Date: Tuesday, September 19, 2017 @ 08:32:28
  Author: aginiewicz
Revision: 258797

upgpkg: python-pandas-datareader 0.5.0-1

python-pandas-datareader: new upstream release

Modified:
  python-pandas-datareader/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-19 07:45:21 UTC (rev 258796)
+++ PKGBUILD	2017-09-19 08:32:28 UTC (rev 258797)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pandas-datareader
 pkgname=('python2-pandas-datareader' 'python-pandas-datareader')
-pkgver=0.4.0
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="Data readers extracted from the pandas codebase"
 arch=('any')
@@ -11,8 +11,8 @@
 license=('BSD')
 makedepends=('python-setuptools' 'python-pandas' 'python-requests-file' 'python-requests-ftp'
              'python2-setuptools' 'python2-pandas' 'python2-requests-file' 'python2-requests-ftp')
-source=("https://github.com/pydata/pandas-datareader/archive/${pkgver}.tar.gz")
-md5sums=('41dda43783430eda0ecbbf5a9f25ead8')
+source=("https://github.com/pydata/pandas-datareader/archive/v${pkgver}.tar.gz")
+md5sums=('fcebccd08223348e751b63b4f4c1b681')
 
 prepare() {
   cd "$srcdir"



More information about the arch-commits mailing list