Date: Friday, March 17, 2023 @ 13:22:33
  Author: yan12125
Revision: 1421275

upgpkg: python-openpyxl 3.1.2-1; add missing implicit dependency 'python'

Modified:
  python-openpyxl/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-17 13:20:18 UTC (rev 1421274)
+++ PKGBUILD    2023-03-17 13:22:33 UTC (rev 1421275)
@@ -5,13 +5,13 @@
 
 pkgname=python-openpyxl
 # https://openpyxl.readthedocs.io/en/stable/changes.html
-pkgver=3.1.1
+pkgver=3.1.2
 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')
+depends=('python' 'python-et-xmlfile')
 makedepends=('python-setuptools' 'python-defusedxml')
 checkdepends=('python-pytest' 'python-py' 'python-lxml' 'python-pandas' 
'python-pillow')
 optdepends=('python-pillow: needed to include images'
@@ -19,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=('336791e43c2d815713c6c78f56adc543e98d30aecf8096fca53bc2ee2a18fd39')
+sha256sums=('421e13e7004f6fee7cf84c1b9fa738615bf409ff2b57e2227be75452f7608c12')
 
 build() {
   cd "$srcdir"/openpyxl-${pkgver}

Reply via email to