python-virtualenv: Update to 20.28.1

This commit is contained in:
Christoph Reiter 2025-01-06 11:13:32 +01:00
parent 3c434ea7fa
commit f619ccf036

View File

@ -3,7 +3,7 @@
_realname=virtualenv
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-virtualenv")
pkgver=20.28.0
pkgver=20.28.1
pkgrel=1
pkgdesc="Virtual Python Environment builder (mingw-w64)"
arch=('any')
@ -25,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-hatch-vcs")
options=('!strip')
source=(https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz)
sha256sums=('2c9c3262bb8e7b87ea801d715fae4495e6032450c71d2309be9550e7364049aa')
sha256sums=('5d34ab240fdb5d21549b76f9e8ff3af28252f5499fb6d6f031adac4e5a8c5329')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"