summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d615eedf619..3a7f5a8d00f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-tablib
pkgdesc = Format-agnostic tabular data library (XLS, JSON, YAML, CSV)
- pkgver = 3.4.0
+ pkgver = 3.5.0
pkgrel = 1
url = http://python-tablib.org
arch = any
@@ -27,7 +27,7 @@ pkgbase = python-tablib
optdepends = python-xlwt: for XLS support (create spreadsheets)
optdepends = python-openpyxl: for XLSX support
optdepends = python-pyaml: for YAML support
- source = https://files.pythonhosted.org/packages/source/t/tablib/tablib-3.4.0.tar.gz
- sha256sums = 77ea97faf6f92a7e198c05bd0c690f3cba57b83ea45a636b72f967cb6fe6f160
+ source = https://files.pythonhosted.org/packages/source/t/tablib/tablib-3.5.0.tar.gz
+ sha256sums = f6661dfc45e1d4f51fa8a6239f9c8349380859a5bfaa73280645f046d6c96e33
pkgname = python-tablib
diff --git a/PKGBUILD b/PKGBUILD
index d901fed91ff0..b5052901df8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_module="tablib"
pkgname="python-${_module}"
-pkgver=3.4.0
+pkgver=3.5.0
pkgrel=1
pkgdesc="Format-agnostic tabular data library (XLS, JSON, YAML, CSV)"
arch=("any")
@@ -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=('77ea97faf6f92a7e198c05bd0c690f3cba57b83ea45a636b72f967cb6fe6f160')
+sha256sums=('f6661dfc45e1d4f51fa8a6239f9c8349380859a5bfaa73280645f046d6c96e33')
build() {