summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2022-03-27 15:16:42 +0100
committerkewl fft2022-03-27 15:16:42 +0100
commitf7792dbdf0ff77440e94260519b3965381d27e63 (patch)
tree02bd7e3c13d3265c9a34f38876df88f803d4f4d6
parentc5943d24937d255e180bd597224ad786b97bd409 (diff)
downloadaur-python-pandas_market_calendars.tar.gz
Update to version 3.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3536921a6263..52ef894532a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pandas_market_calendars
pkgdesc = Market and exchange trading calendars for pandas
- pkgver = 3.2
+ pkgver = 3.4
pkgrel = 1
url = https://github.com/rsheftel/pandas_market_calendars
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-pandas_market_calendars
depends = python-pytz
depends = python-pandas
depends = python-exchange_calendars
- source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-3.2.tar.gz
- sha256sums = 5c67ec7158c298aa3efc6913d0c53b82239de779611d5eec23333ff5a2927cf2
+ source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-3.4.tar.gz
+ sha256sums = d7c8130df56b4628c582bcb924c0c5fe664e6ac401f364296481c0bb6daf77e9
pkgname = python-pandas_market_calendars
diff --git a/PKGBUILD b/PKGBUILD
index d3e1bf28e7e4..46165cb843d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pandas_market_calendars
_pkgname=${pkgname#python-}
-pkgver=3.2
+pkgver=3.4
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=('5c67ec7158c298aa3efc6913d0c53b82239de779611d5eec23333ff5a2927cf2')
+sha256sums=('d7c8130df56b4628c582bcb924c0c5fe664e6ac401f364296481c0bb6daf77e9')
build() {
cd $_pkgname-$pkgver