summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2020-09-05 07:57:32 -0400
committerkewl fft2020-09-05 07:57:32 -0400
commit145a9265590fa3d779b0be196634dee07356efec (patch)
tree1cd3cf2e93df7af61dd1c4c401da226539f291bb
parent811ac0e4e1a447a89c0cd56631bdb566d70c7c93 (diff)
downloadaur-145a9265590fa3d779b0be196634dee07356efec.tar.gz
Update to version 1.5.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d4734b86e3f..fdebe3f3b10a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pandas_market_calendars
pkgdesc = Market and exchange trading calendars for pandas
- pkgver = 1.4.2
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/rsheftel/pandas_market_calendars
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-pandas_market_calendars
makedepends = python-setuptools
depends = python-pytz
depends = python-pandas
- source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-1.4.2.tar.gz
- sha256sums = 8df5470818dfc71a3eda045e05532650bace51a1b55d1d2411ba1d7d5b323c1e
+ source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-1.5.0.tar.gz
+ sha256sums = 3102ee0af4f5ed14dd2fcf4579df1da8801de4660aad8e10c62656f1bf21d4c8
pkgname = python-pandas_market_calendars
diff --git a/PKGBUILD b/PKGBUILD
index e2051e993487..3d3911df06e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-pandas_market_calendars'
_pkgname=${pkgname#python-}
-pkgver=1.4.2
+pkgver=1.5.0
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=('8df5470818dfc71a3eda045e05532650bace51a1b55d1d2411ba1d7d5b323c1e')
+sha256sums=('3102ee0af4f5ed14dd2fcf4579df1da8801de4660aad8e10c62656f1bf21d4c8')
build() {
cd $_pkgname-$pkgver