Skip to content

Commit

Permalink
Merge pull request msys2#18974 from lazka/python-pip-23.3.1
Browse files Browse the repository at this point in the history
python-pip: Update to 23.3.1
  • Loading branch information
lazka authored Oct 27, 2023
2 parents 18def4f + c684898 commit 31e7972
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-python-pip/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ 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=23.2.1
pkgrel=2
pkgver=23.3.1
pkgrel=1
pkgdesc="The PyPA recommended tool for installing Python packages. (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand All @@ -28,7 +28,7 @@ source=(
"${_realname}-${pkgver}.tar.gz::https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz"
"0001-use-system-distlib.patch"
)
sha256sums=('fb0bd5435b3200c602b5bf61d2d43c2f13c02e29c1707567ae7fbc514eb9faf2'
sha256sums=('1fcaa041308d01f14575f6d0d2ea4b75a3e2871fe4f9c694976f908768e14174'
'c7f98690afa60e59324f1ce52e72bd7809cbfaba4e29a2d933f08c1a025f8246')

prepare() {
Expand Down

0 comments on commit 31e7972

Please sign in to comment.