python3-pip: update to 21.1.2.

This commit is contained in:
Andrew J. Hesford 2021-05-23 21:33:00 -04:00
parent ee04cd88c1
commit 71d717831f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-pip' # Template file for 'python3-pip'
pkgname=python3-pip pkgname=python3-pip
version=21.1.1 version=21.1.2
revision=1 revision=1
wrksrc="pip-${version}" wrksrc="pip-${version}"
build_style=python3-module build_style=python3-module
@ -12,7 +12,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=51ad01ddcd8de923533b01a870e7b987c2eb4d83b50b89e1bf102723ff9fed8b checksum=eb5df6b9ab0af50fe1098a52fd439b04730b6e066887ff7497357b9ebd19f79b
# Tests have unpackaged dependencies # Tests have unpackaged dependencies
make_check=no make_check=no