summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2021-05-07 19:51:59 +0100
committerkewl fft2021-05-07 19:51:59 +0100
commitc0d466ea2d7e2abe5daded5f8719a4b9763bb127 (patch)
treea61bcb1c4bada5724d450455d00e28c4c7191cea
parent486c1ecaa0bbbe9770152ce1e859d7a706952586 (diff)
downloadaur-c0d466ea2d7e2abe5daded5f8719a4b9763bb127.tar.gz
Update to version 1.7-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7688a6c7b45f..673c81707e10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pandas_market_calendars
pkgdesc = Market and exchange trading calendars for pandas
- pkgver = 1.6.1
- pkgrel = 2
+ pkgver = 1.7
+ pkgrel = 1
url = https://github.com/rsheftel/pandas_market_calendars
arch = any
license = MIT
@@ -9,8 +9,8 @@ pkgbase = python-pandas_market_calendars
depends = python-pytz
depends = python-pandas
depends = python-trading_calendars
- source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-1.6.1.tar.gz
- sha256sums = 74650b9bf154a8f214d754729a38776479d5002a88261869e99db80e63e9d6b8
+ source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-1.7.tar.gz
+ sha256sums = 706e5a9fac3e7722fa5875a230a0abc813128ffff3f36064da676b445017575d
pkgname = python-pandas_market_calendars
diff --git a/PKGBUILD b/PKGBUILD
index f41e937b7f82..3699c53cafdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Kewl <xrjy@nygb.rh.bet(rot13)>
-pkgname='python-pandas_market_calendars'
+pkgname=python-pandas_market_calendars
_pkgname=${pkgname#python-}
-pkgver=1.6.1
-pkgrel=2
+pkgver=1.7
+pkgrel=1
pkgdesc="Market and exchange trading calendars for pandas"
arch=('any')
depends=('python-pytz' 'python-pandas' 'python-trading_calendars')
@@ -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=('74650b9bf154a8f214d754729a38776479d5002a88261869e99db80e63e9d6b8')
+sha256sums=('706e5a9fac3e7722fa5875a230a0abc813128ffff3f36064da676b445017575d')
build() {
cd $_pkgname-$pkgver