python-black: update to 22.8.0

This commit is contained in:
Mehdi Chinoune
2022-09-02 10:46:19 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 2404f5dbe7
commit fddca24fd2

View File

@@ -3,7 +3,7 @@
_realname=black
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=22.6.0
pkgver=22.8.0
pkgrel=1
pkgdesc='Uncompromising Python code formatter (mingw-w64)'
arch=('any')
@@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-aiohttp-cors")
options=('!emptydirs')
source=("https://files.pythonhosted.org/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('6c6d39e28aed379aec40da1c65434c77d75e65bb59a1e1c283de545fb4e7c6c9')
sha256sums=('792f7eb540ba9a17e8656538701d3eb1afcb134e3b45b71f20b25c77a8db7e6e')
prepare() {
rm -rf python-build-${MSYSTEM} | true