python3-pip: update to 22.3.1.

This commit is contained in:
Andrew J. Hesford 2022-11-08 09:10:04 -05:00
parent c1d9eee0f7
commit ed35119744
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python3-pip' # Template file for 'python3-pip'
pkgname=python3-pip pkgname=python3-pip
version=22.3 version=22.3.1
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-setuptools" depends="python3-setuptools"
@ -11,7 +11,7 @@ license="MIT"
homepage="https://pip.pypa.io/" homepage="https://pip.pypa.io/"
changelog="https://raw.githubusercontent.com/pypa/pip/master/NEWS.rst" changelog="https://raw.githubusercontent.com/pypa/pip/master/NEWS.rst"
distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz"
checksum=8182aec21dad6c0a49a2a3d121a87cd524b950e0b6092b181625f07ebdde7530 checksum=65fd48317359f3af8e593943e6ae1506b66325085ea64b706a998c6e83eeaf38
# Tests have unpackaged dependencies # Tests have unpackaged dependencies
make_check=no make_check=no