From f910514fbffef50ce8018409bfa6c40c1b63b427 Mon Sep 17 00:00:00 2001 From: Narrat Date: Sat, 23 Mar 2024 21:40:49 +0100 Subject: [PATCH] tablib: update to 3.6.0 Noteworthy change in regards of packaging: Upstream replaced the usage of python-markuppy with ElementTree https://github.com/jazzband/tablib/pull/554 --- .SRCINFO | 8 +++----- PKGBUILD | 7 +++---- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3a7f5a8d00f8..edbe20057bb9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 @@ -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 diff --git a/PKGBUILD b/PKGBUILD index b5052901df8a..7ea0dd2c63c7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ _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") @@ -11,11 +11,10 @@ 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)" @@ -23,7 +22,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=('f6661dfc45e1d4f51fa8a6239f9c8349380859a5bfaa73280645f046d6c96e33') +sha256sums=('414cb1922ae14af267ddd93163687dac6db74220360c5e0bd91f9a4479a9a649') build() {