From aefa044c4e46313a5027972f8a52ef419835f113 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Wed, 27 Feb 2019 09:14:30 +0300 Subject: [PATCH] python2-configparser: Update to 3.7.3 --- mingw-w64-python2-configparser/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python2-configparser/PKGBUILD b/mingw-w64-python2-configparser/PKGBUILD index 45746f86d5..0322e751c3 100644 --- a/mingw-w64-python2-configparser/PKGBUILD +++ b/mingw-w64-python2-configparser/PKGBUILD @@ -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() {