summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2018-09-17 20:47:39 +0100
committerkewl fft2018-09-17 20:47:39 +0100
commit0fed175ed42306661154b715cb401467af3143d7 (patch)
tree70f7c79c755f78946cdb1740dedafa6dc1ffc659
parent61fea8dae743be7a35e050824f9bd2dcc44089da (diff)
downloadaur-0fed175ed42306661154b715cb401467af3143d7.tar.gz
Update to version 0.20.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07db9fa1984c..e49d6f25dc92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pandas_market_calendars
pkgdesc = Market and exchange trading calendars for pandas
- pkgver = 0.19
+ pkgver = 0.20.1
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.19.tar.gz
- sha256sums = ebb101f4d5c81b2709a67ab50cc8ee895b7585141e807339e65f1cf729907f81
+ source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-0.20.1.tar.gz
+ sha256sums = 1b766acce9448df4e0c9a53d3744f3aea394adafdd8a285978d6e2c701c7c11a
pkgname = python-pandas_market_calendars
diff --git a/PKGBUILD b/PKGBUILD
index 8de2d8724447..125210388168 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-pandas_market_calendars'
_pkgname=${pkgname#python-}
-pkgver=0.19
+pkgver=0.20.1
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=('ebb101f4d5c81b2709a67ab50cc8ee895b7585141e807339e65f1cf729907f81')
+sha256sums=('1b766acce9448df4e0c9a53d3744f3aea394adafdd8a285978d6e2c701c7c11a')
build() {
cd $_pkgname-$pkgver