summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80b87ec88cba..62130ff751b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-tablib
pkgdesc = Format-agnostic tabular data library (XLS, JSON, YAML, CSV)
- pkgver = 2.0.0
- pkgrel = 2
+ pkgver = 3.0.0
+ pkgrel = 1
url = http://python-tablib.org
arch = any
license = MIT
@@ -24,8 +24,8 @@ 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-2.0.0.tar.gz
- sha256sums = 8cc2fa10bc37219ac5e76850eb7fbd50de313c7a1a7895c44af2a8dd206b7be7
+ source = https://files.pythonhosted.org/packages/source/t/tablib/tablib-3.0.0.tar.gz
+ sha256sums = f83cac08454f225a34a305daa20e2110d5e6335135d505f93bc66583a5f9c10d
pkgname = python-tablib
diff --git a/PKGBUILD b/PKGBUILD
index 464e9bf8804d..3b84dbdb409b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_module="tablib"
pkgname="python-${_module}"
-pkgver=2.0.0
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
pkgdesc="Format-agnostic tabular data library (XLS, JSON, YAML, CSV)"
arch=("any")
url="http://python-tablib.org"
@@ -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=('8cc2fa10bc37219ac5e76850eb7fbd50de313c7a1a7895c44af2a8dd206b7be7')
+sha256sums=('f83cac08454f225a34a305daa20e2110d5e6335135d505f93bc66583a5f9c10d')
build() {