summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-04-13 20:32:01 +0200
committerNarrat2023-04-13 20:32:01 +0200
commitd440e17a47e53090555ac852fa0586de2a1b01ae (patch)
tree0db6c110f24cb5dc1beab1cd17d90928e1d5c50a
parent8c30825c27978cf4ef7d3bd671c3e90228de054d (diff)
downloadaur-d440e17a47e53090555ac852fa0586de2a1b01ae.tar.gz
tablib: update to 3.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d818e3f36b6..9d615eedf619 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-tablib
pkgdesc = Format-agnostic tabular data library (XLS, JSON, YAML, CSV)
- pkgver = 3.3.0
+ pkgver = 3.4.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.3.0.tar.gz
- sha256sums = 11e02a6f81d256e0666877d8397972d10302307a54c04fd7157e92faf740cb10
+ source = https://files.pythonhosted.org/packages/source/t/tablib/tablib-3.4.0.tar.gz
+ sha256sums = 77ea97faf6f92a7e198c05bd0c690f3cba57b83ea45a636b72f967cb6fe6f160
pkgname = python-tablib
diff --git a/PKGBUILD b/PKGBUILD
index d293b56c9cc3..d901fed91ff0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_module="tablib"
pkgname="python-${_module}"
-pkgver=3.3.0
+pkgver=3.4.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=('11e02a6f81d256e0666877d8397972d10302307a54c04fd7157e92faf740cb10')
+sha256sums=('77ea97faf6f92a7e198c05bd0c690f3cba57b83ea45a636b72f967cb6fe6f160')
build() {