summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2021-12-07 20:15:23 +0100
committerNarrat2021-12-07 20:15:23 +0100
commitfd961bd8770891ee7ba7bf9e60ff9c155398abc4 (patch)
treebc64acc9837ff9ed08f874f15b0c3b6836e75871 /PKGBUILD
parentddb1d5121cc220a347d647a43ee529f990beb230 (diff)
downloadaur-fd961bd8770891ee7ba7bf9e60ff9c155398abc4.tar.gz
tablib: update to 3.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b84dbdb409b..151ac04b378c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_module="tablib"
pkgname="python-${_module}"
-pkgver=3.0.0
+pkgver=3.1.0
pkgrel=1
pkgdesc="Format-agnostic tabular data library (XLS, JSON, YAML, CSV)"
arch=("any")
url="http://python-tablib.org"
license=("MIT")
depends=("python")
-makedepends=("python-setuptools")
+makedepends=("python-pip" "python-setuptools")
checkdepends=("python-pytest-cov" "python-tabulate" "python-markuppy"
"python-odfpy" "python-pandas" "python-xlrd"
"python-xlwt" "python-openpyxl" "python-pyaml")
@@ -23,7 +23,7 @@ optdepends=("python-tabulate: cli interface"
"python-openpyxl: for XLSX support"
"python-pyaml: for YAML support")
source=(https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz)
-sha256sums=('f83cac08454f225a34a305daa20e2110d5e6335135d505f93bc66583a5f9c10d')
+sha256sums=('d64c9f6712918a3d90ec5d71b44b8bab1083e3609e4844ad2be80eb633e097ed')
build() {