python2-configparser: Update to 3.7.3

This commit is contained in:
Alexey Pavlov
2019-02-27 09:14:30 +03:00
parent bbec2d5ee8
commit aefa044c4e

View File

@@ -3,7 +3,7 @@
_realname=configparser
pkgbase=mingw-w64-python2-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-python2-${_realname}"
pkgver=3.7.1
pkgver=3.7.3
pkgrel=1
pkgdesc="This library brings the updated configparser from Python 3.5 to Python 2.6-3.5. (mingw-w64)"
arch=('any')
@@ -14,7 +14,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python2"
makedepends=("${MINGW_PACKAGE_PREFIX}-python2-setuptools")
source=("https://pypi.io/packages/source/c/configparser/${_realname}-${pkgver}.tar.gz"
license)
sha256sums=('5bd5fa2a491dc3cfe920a3f2a107510d65eceae10e9c6e547b90261a4710df32'
sha256sums=('27594cf4fc279f321974061ac69164aaebd2749af962ac8686b20503ac0bcf2d'
'8c692bafaeb99a822a74d7180c578b14ea3b958095c3d75536ba4932420dad16')
prepare() {