From 5000ca10d1045aed1a957e396fe9ccc32ce2c247 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Wed, 20 Feb 2019 13:36:36 +0300 Subject: [PATCH] python-flake8: Update to 3.7.6 --- mingw-w64-python-flake8/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-flake8/PKGBUILD b/mingw-w64-python-flake8/PKGBUILD index 688263c903..c3c6a4ac03 100644 --- a/mingw-w64-python-flake8/PKGBUILD +++ b/mingw-w64-python-flake8/PKGBUILD @@ -4,7 +4,7 @@ _realname=flake8 pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=3.7.5 +pkgver=3.7.6 pkgrel=1 pkgdesc="The modular source code checker: pep8, pyflakes and co" arch=('any') @@ -24,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python3-setuptools" "${MINGW_PACKAGE_PREFIX}-python2-pytest-runner") checkdepends=("${MINGW_PACKAGE_PREFIX}-python3-mock" "${MINGW_PACKAGE_PREFIX}-python2-mock") source=("${_realname}-$pkgver.tar.gz"::"https://github.com/PyCQA/flake8/archive/${pkgver}.tar.gz") -sha512sums=('12e432ac4e3b9961ba54e8f07bf89e8ca702c4c527de0a60c8f7eadfa4591ee805860c54387d7998ea694e2b8a72187da596a66bb5b9f21dce415847c6017ff7') +sha512sums=('9354e64bcf98751e91f2064977e6ac0bafb5555223d673d0578dc5ab84705fe772bf694fabc965240aeeba913f240c37c19f7d3223beb59ff6c388a9d20706ec') prepare() { # disable overly restrictive dependency pinning