[arch-commits] Commit in python-pandas-datareader/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Thu Jul 16 17:27:50 UTC 2020
Date: Thursday, July 16, 2020 @ 17:27:49
Author: aginiewicz
Revision: 664130
upgpkg: python-pandas-datareader 0.9.0-1: python-pandas-datareader: new upstream release
Modified:
python-pandas-datareader/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-16 17:27:36 UTC (rev 664129)
+++ PKGBUILD 2020-07-16 17:27:49 UTC (rev 664130)
@@ -2,17 +2,17 @@
# TODO: move optional python-requests-cache
-pkgname='python-pandas-datareader'
-pkgver=0.8.1
-pkgrel=2
+pkgname=python-pandas-datareader
+pkgver=0.9.0
+pkgrel=1
pkgdesc="Data readers extracted from the pandas codebase"
arch=('any')
url="https://github.com/pydata/pandas-datareader"
license=('BSD')
-depends=('python-pandas' 'python-lxml' 'python-requests' 'python-wrapt')
+depends=('python-pandas' 'python-lxml' 'python-requests')
makedepends=('python-setuptools')
-source=("https://github.com/pydata/pandas-datareader/archive/v${pkgver}.tar.gz")
-sha256sums=('a7d8343c69d1fb76f80e3bc6d1280cb0525ead41f54da53746ad0205bfd6bd31')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pydata/pandas-datareader/archive/v${pkgver}.tar.gz")
+sha256sums=('f7de31b193fcf16bf4ec794beba28f371b8423a0edeef4433ec8a29c9eb028ca')
build() {
cd "$srcdir"/pandas-datareader-${pkgver}
More information about the arch-commits
mailing list