Date: Saturday, February 4, 2023 @ 06:50:48 Author: yan12125 Revision: 1392308
upgpkg: python-openpyxl 3.1.0-1; pushed to [community-testing] first as there are backward-incompatible changes See: https://openpyxl.readthedocs.io/en/stable/changes.html#deprecations Minor changes: * Add a link to changelogs * Install python-defusedxml during the build to make namcap happier Modified: python-openpyxl/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-04 06:46:35 UTC (rev 1392307) +++ PKGBUILD 2023-02-04 06:50:48 UTC (rev 1392308) @@ -4,14 +4,15 @@ # Contributor: Martin Corley <[email protected]> pkgname=python-openpyxl -pkgver=3.0.10 -pkgrel=2 +# https://openpyxl.readthedocs.io/en/stable/changes.html +pkgver=3.1.0 +pkgrel=1 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files" arch=('any') url="https://openpyxl.readthedocs.org/" license=('MIT') depends=('python-et-xmlfile') -makedepends=('python-setuptools') +makedepends=('python-setuptools' 'python-defusedxml') checkdepends=('python-pytest' 'python-py' 'python-lxml' 'python-pandas' 'python-pillow') optdepends=('python-pillow: needed to include images' 'python-lxml: alternative XML backend' @@ -18,7 +19,7 @@ 'python-defusedxml: guard against various XML vulnerabilities' 'python-pandas: for iteration over Pandas DataFrames') source=("https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${pkgver}/openpyxl-${pkgver}.tar.bz2") -sha256sums=('265ae51674a0b30d5394a437a2c96c520c6cfcaf479a4d3e0f75d829d172664e') +sha256sums=('45a8e7e2afd3764d9f0fbb7be8636f55c7843472f36ae776d933526615840a8a') build() { cd "$srcdir"/openpyxl-${pkgver}
