python-isort: update to 6.0.1

This commit is contained in:
Biswapriyo Nath 2025-03-02 05:35:50 +00:00
parent bbb2bfc1bd
commit ed30ff8e2b

View File

@ -3,7 +3,7 @@
_realname=isort
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=6.0.0
pkgver=6.0.1
pkgrel=1
pkgdesc="A Python utility / library to sort Python imports (mingw-w64)"
arch=('any')
@ -25,7 +25,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-black"
"${MINGW_PACKAGE_PREFIX}-python-mock")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('75d9d8a1438a9432a7d7b54f2d3b45cad9a4a0fdba43617d9873379704a8bdf1')
sha256sums=('1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"