Skip to content

Commit

Permalink
tablib: update to 3.6.0
Browse files Browse the repository at this point in the history
Noteworthy change in regards of packaging: Upstream replaced the usage of python-markuppy with ElementTree
jazzband/tablib#554
  • Loading branch information
Narrat committed Mar 23, 2024
1 parent 00d151a commit f910514
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
8 changes: 3 additions & 5 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
pkgbase = python-tablib
pkgdesc = Format-agnostic tabular data library (XLS, JSON, YAML, CSV)
pkgver = 3.5.0
pkgver = 3.6.0
pkgrel = 1
url = http://python-tablib.org
arch = any
license = MIT
checkdepends = python-pytest-cov
checkdepends = python-tabulate
checkdepends = python-markuppy
checkdepends = python-odfpy
checkdepends = python-pandas
checkdepends = python-xlrd
Expand All @@ -20,14 +19,13 @@ pkgbase = python-tablib
makedepends = python-setuptools-scm
depends = python
optdepends = python-tabulate: cli interface
optdepends = python-markuppy: for HTML support
optdepends = python-odfpy: for ODS support
optdepends = python-pandas: for pandas support
optdepends = python-xlrd: for XLS support (extract data)
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.5.0.tar.gz
sha256sums = f6661dfc45e1d4f51fa8a6239f9c8349380859a5bfaa73280645f046d6c96e33
source = https://files.pythonhosted.org/packages/source/t/tablib/tablib-3.6.0.tar.gz
sha256sums = 414cb1922ae14af267ddd93163687dac6db74220360c5e0bd91f9a4479a9a649

pkgname = python-tablib
7 changes: 3 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,26 @@

_module="tablib"
pkgname="python-${_module}"
pkgver=3.5.0
pkgver=3.6.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-build python-installer python-wheel python-setuptools-scm)
checkdepends=("python-pytest-cov" "python-tabulate" "python-markuppy"
checkdepends=("python-pytest-cov" "python-tabulate"
"python-odfpy" "python-pandas" "python-xlrd"
"python-xlwt" "python-openpyxl" "python-pyaml")
optdepends=("python-tabulate: cli interface"
"python-markuppy: for HTML support"
"python-odfpy: for ODS support"
"python-pandas: for pandas support"
"python-xlrd: for XLS support (extract data)"
"python-xlwt: for XLS support (create spreadsheets)"
"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=('f6661dfc45e1d4f51fa8a6239f9c8349380859a5bfaa73280645f046d6c96e33')
sha256sums=('414cb1922ae14af267ddd93163687dac6db74220360c5e0bd91f9a4479a9a649')


build() {
Expand Down

0 comments on commit f910514

Please sign in to comment.