python-openpyxl: Update to 3.0.3

This commit is contained in:
Alexey Pavlov
2020-02-19 14:40:09 +03:00
parent 119289d3cb
commit b63bcbebfd

View File

@@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=3.0.2
pkgver=3.0.3
pkgrel=1
pkgdesc="A python library to read/write Excel 2007 xlsx/xlsm file (mingw-w64)"
url="https://openpyxl.readthedocs.io/"
@@ -20,10 +20,10 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-jdcal"
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-pip"
"${MINGW_PACKAGE_PREFIX}-python-pytest")
_pkgtag='8ef423aef738'
_pkgtag='ca7b1baf75f2'
source=(openpyxl-${pkgver}.tar.gz::"https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.gz"
"LICENSE")
sha256sums=('187a73e955e5c21390f4f503e61770414f120206767bdae57d2004336ca1faa1'
sha256sums=('98e6cbdaa6535ed46fbbf38c10dc447547cd95ea73d33a21035a7c4a21f5e2a2'
'717016f755510c08d8752a7d2cf0a355624d380b68b88e9d92ea153ea896daaa')
prepare() {