summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2018-06-09 22:30:59 +0100
committerkewl fft2018-06-09 22:30:59 +0100
commitd9d97cff89cee9dc322016d6008b803234bb3388 (patch)
treed4ad052466d7f6d429f19988c31d09ec43880457
parent098486e56db2c06014b9b5714ce188c1e71c621a (diff)
downloadaur-d9d97cff89cee9dc322016d6008b803234bb3388.tar.gz
Update to version 0.18-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 345b96b4d26e..22c46b8c6c88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pandas_market_calendars
pkgdesc = Market and exchange trading calendars for pandas
- pkgver = 0.17
+ pkgver = 0.18
pkgrel = 1
url = https://github.com/rsheftel/pandas_market_calendars
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-pandas_market_calendars
depends = python-six
depends = python-pytz
depends = python-pandas
- source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-0.17.tar.gz
- sha256sums = d3db0470d367c21e30812ee053ddd14f3ea0b99df4fe87cbdd5a7d57bbb9e996
+ source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-0.18.tar.gz
+ sha256sums = 6cadb6cacf6e72b08cb173a48146e09ca051cd5f056dae3870154eec249b942f
pkgname = python-pandas_market_calendars
diff --git a/PKGBUILD b/PKGBUILD
index 1af6af1ef7cb..94d44293371a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-pandas_market_calendars'
_pkgname=${pkgname#python-}
-pkgver=0.17
+pkgver=0.18
pkgrel=1
pkgdesc="Market and exchange trading calendars for pandas"
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
url="https://github.com/rsheftel/$_pkgname"
license=('MIT')
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('d3db0470d367c21e30812ee053ddd14f3ea0b99df4fe87cbdd5a7d57bbb9e996')
+sha256sums=('6cadb6cacf6e72b08cb173a48146e09ca051cd5f056dae3870154eec249b942f')
build() {
cd $_pkgname-$pkgver