summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2020-07-12 07:49:35 -0400
committerkewl fft2020-07-12 07:49:35 -0400
commit8a39368be9c350c75e573a7b80f624d9c22a755e (patch)
tree4ce709bb79dc278a15360ee15c8820ea5d693347
parent399466595bf2887ee2ffb9711c0d6df8b10aae8e (diff)
downloadaur-8a39368be9c350c75e573a7b80f624d9c22a755e.tar.gz
Update to version 1.4.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 186d00760db6..46fd7550844c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pandas_market_calendars
pkgdesc = Market and exchange trading calendars for pandas
- pkgver = 1.3.5
+ pkgver = 1.4.0
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-1.3.5.tar.gz
- sha256sums = 1a301ebfc500dd41f1bdbda87e676018019574aeba4aa05b0666f27b5f372998
+ source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-1.4.0.tar.gz
+ sha256sums = adc4425f6c72522efd829d2e0da65ce5961b8ccc60a8fcebee99d7dea2463745
pkgname = python-pandas_market_calendars
diff --git a/PKGBUILD b/PKGBUILD
index 9b908f96339b..6eb09e052662 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-pandas_market_calendars'
_pkgname=${pkgname#python-}
-pkgver=1.3.5
+pkgver=1.4.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=('1a301ebfc500dd41f1bdbda87e676018019574aeba4aa05b0666f27b5f372998')
+sha256sums=('adc4425f6c72522efd829d2e0da65ce5961b8ccc60a8fcebee99d7dea2463745')
build() {
cd $_pkgname-$pkgver