summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-04-08 16:16:01 -0400
committerGuillaume Horel2020-04-08 16:16:01 -0400
commit8ae0b8c612e2d347c1f646522d8eb3fa065b767c (patch)
treea24ccdbdd1235f744e85ea6f804115eff89290d0
parentbaea1ead866970bd5cc892a338eb65d6bf5bb247 (diff)
downloadaur-8ae0b8c612e2d347c1f646522d8eb3fa065b767c.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fafa5b729a8..0c3a9e0988a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fastparquet
pkgdesc = A python implementation of the parquet format.
- pkgver = 0.3.2
+ pkgver = 0.3.3
pkgrel = 1
url = https://github.com/dask/fastparquet
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = python-fastparquet
optdepends = python-lzo
optdepends = python-brotli
optdepends = python-zstandard
- source = https://github.com/dask/fastparquet/archive/0.3.2.tar.gz
- sha256sums = b09526e6bc773980215a1581a7c2b97a71e47b78ef196baf1fa748d24d33c2a4
+ source = https://github.com/dask/fastparquet/archive/0.3.3.tar.gz
+ sha256sums = c13bb15375d97e1f5f5d71731a3e8739cae9de9fc446cdfaec135a2ae93c1cd4
pkgname = python-fastparquet
diff --git a/PKGBUILD b/PKGBUILD
index e41739efa5e4..4d82fcf3e596 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
-pkgname=('python-fastparquet')
+pkgname='python-fastparquet'
_module='fastparquet'
-pkgver='0.3.2'
+pkgver='0.3.3'
pkgrel=1
pkgdesc="A python implementation of the parquet format."
url="https://github.com/dask/fastparquet"
@@ -20,7 +20,7 @@ optdepends=('python-snappy'
license=('Apache')
arch=('x86_64')
source=("https://github.com/dask/fastparquet/archive/$pkgver.tar.gz")
-sha256sums=('b09526e6bc773980215a1581a7c2b97a71e47b78ef196baf1fa748d24d33c2a4')
+sha256sums=('c13bb15375d97e1f5f5d71731a3e8739cae9de9fc446cdfaec135a2ae93c1cd4')
build() {
cd "${srcdir}/${_module}-${pkgver}"