python-xlsxwriter: Update to 1.2.2

This commit is contained in:
Alexey Pavlov
2019-10-29 00:30:06 +03:00
parent 8b3142f966
commit 38eb79db59

View File

@@ -4,7 +4,7 @@ _realname=xlsxwriter
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}"
"${MINGW_PACKAGE_PREFIX}-python2-${_realname}")
pkgver=1.1.8
pkgver=1.2.2
pkgrel=1
pkgdesc="A Python module for creating Excel XLSL files (mingw-w64)"
url="https://github.com/jmcnamara/XlsxWriter"
@@ -15,7 +15,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python3-setuptools"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python3-pytest"
"${MINGW_PACKAGE_PREFIX}-python2-pytest")
source=(${_realname}-${pkgver}.tar.gz::"https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz")
sha256sums=('b9311ec075693be4c0bc6ebbe292bbdac21399f863cb0c4e55100a561d67a56d')
sha256sums=('227279fa4389808b8b894830dfc4e0ae3f3055e81767677a24ee8da03527a98e')
prepare() {
cd "${srcdir}"