python-pip: update to 23.0

This commit is contained in:
Mehdi Chinoune
2023-01-31 01:03:03 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent a517226c26
commit 47fe9dcc7e

View File

@@ -7,7 +7,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=22.3.1
pkgver=23.0
pkgrel=1
pkgdesc="The PyPA recommended tool for installing Python packages. (mingw-w64)"
arch=('any')
@@ -27,7 +27,7 @@ source=(
"${_realname}-${pkgver}.tar.gz::https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz"
"0001-use-system-distlib.patch"
)
sha256sums=('65fd48317359f3af8e593943e6ae1506b66325085ea64b706a998c6e83eeaf38'
sha256sums=('aee438284e82c8def684b0bcc50b1f6ed5e941af97fa940e83e2e8ef1a59da9b'
'c7f98690afa60e59324f1ce52e72bd7809cbfaba4e29a2d933f08c1a025f8246')
prepare() {