From adee62c1c43a28d63b67adefa2f6833beba0906a Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Thu, 18 Aug 2022 13:00:46 +0000 Subject: [PATCH] python-pycodestyle: update to 2.9.1 --- mingw-w64-python-pycodestyle/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-pycodestyle/PKGBUILD b/mingw-w64-python-pycodestyle/PKGBUILD index 609f56b6a4..b6ff8edb2c 100644 --- a/mingw-w64-python-pycodestyle/PKGBUILD +++ b/mingw-w64-python-pycodestyle/PKGBUILD @@ -8,7 +8,7 @@ conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}" "${MINGW_PACKAGE_PREFIX}-pep8-python3" "${MINGW_PACKAGE_PREFIX}-python3-pep8") -pkgver=2.9.0 +pkgver=2.9.1 pkgrel=1 pkgdesc="Python style guide checker (mingw-w64)" arch=('any') @@ -19,7 +19,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") options=('staticlibs' 'strip' '!debug') source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/PyCQA/pycodestyle/archive/${pkgver}.tar.gz") -sha256sums=('de1438a604f234065f446f45069ef908c007084b1d3abe2e2f89c98ab6fb9d25') +sha256sums=('d6d8182c2fe10f169192b1133cb11c008ca712da01ce41d8c14523f644c6fe05') # Helper macros to help make tasks easier # apply_patch_with_msg() {