summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2021-10-13 17:29:42 +0100
committerkewl fft2021-10-13 17:29:42 +0100
commitc5943d24937d255e180bd597224ad786b97bd409 (patch)
tree291bf0da71d55dc1df3ad148f083f35ed95582c0
parentc21faa04b4791d0d6fa2571b15dd07d08c2f07c9 (diff)
downloadaur-c5943d24937d255e180bd597224ad786b97bd409.tar.gz
Update to version 3.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2383808d728a..3536921a6263 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pandas_market_calendars
pkgdesc = Market and exchange trading calendars for pandas
- pkgver = 3.1
+ pkgver = 3.2
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.1.tar.gz
- sha256sums = 611bac4049b23a321a7998eb38ef300a5237038cfa089991b5d0b2c3bae90e06
+ source = https://files.pythonhosted.org/packages/source/p/pandas_market_calendars/pandas_market_calendars-3.2.tar.gz
+ sha256sums = 5c67ec7158c298aa3efc6913d0c53b82239de779611d5eec23333ff5a2927cf2
pkgname = python-pandas_market_calendars
diff --git a/PKGBUILD b/PKGBUILD
index 6c5302f0ee7e..d3e1bf28e7e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pandas_market_calendars
_pkgname=${pkgname#python-}
-pkgver=3.1
+pkgver=3.2
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=('611bac4049b23a321a7998eb38ef300a5237038cfa089991b5d0b2c3bae90e06')
+sha256sums=('5c67ec7158c298aa3efc6913d0c53b82239de779611d5eec23333ff5a2927cf2')
build() {
cd $_pkgname-$pkgver