From: Asaf Kahlon Date: Fri, 18 Oct 2019 18:26:04 +0000 (+0300) Subject: package/python-pip: bump to version 19.3.1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e05af353efacc7d2941d4ff3bb41b2368a5b42a;p=buildroot.git package/python-pip: bump to version 19.3.1 And fix indentation in the hash file. Signed-off-by: Asaf Kahlon Signed-off-by: Peter Korsgaard --- diff --git a/package/python-pip/python-pip.hash b/package/python-pip/python-pip.hash index 48666c358d..7d02a51023 100644 --- a/package/python-pip/python-pip.hash +++ b/package/python-pip/python-pip.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/pip/json -md5 f417444c66a0db1a82c8d9d2283a2f95 pip-19.2.3.tar.gz -sha256 e7a31f147974362e6c82d84b91c7f2bdf57e4d3163d3d454e6c3e71944d67135 pip-19.2.3.tar.gz +md5 1aaaf90fbafc50e7ba1e66ffceb00960 pip-19.3.1.tar.gz +sha256 21207d76c1031e517668898a6b46a9fb1501c7a4710ef5dfd6a40ad9e6757ea7 pip-19.3.1.tar.gz # Locally computed sha256 checksums -sha256 5ba21fbb0964f936ad7d15362d1ed6d4931cc8c8f9ff2d4d91190e109be74431 LICENSE.txt +sha256 5ba21fbb0964f936ad7d15362d1ed6d4931cc8c8f9ff2d4d91190e109be74431 LICENSE.txt diff --git a/package/python-pip/python-pip.mk b/package/python-pip/python-pip.mk index b1d4aa7bfd..b8be234d24 100644 --- a/package/python-pip/python-pip.mk +++ b/package/python-pip/python-pip.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_PIP_VERSION = 19.2.3 +PYTHON_PIP_VERSION = 19.3.1 PYTHON_PIP_SOURCE = pip-$(PYTHON_PIP_VERSION).tar.gz -PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/00/9e/4c83a0950d8bdec0b4ca72afd2f9cea92d08eb7c1a768363f2ea458d08b4 +PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/ce/ea/9b445176a65ae4ba22dce1d93e4b5fe182f953df71a145f557cffaffc1bf PYTHON_PIP_SETUP_TYPE = setuptools PYTHON_PIP_LICENSE = MIT PYTHON_PIP_LICENSE_FILES = LICENSE.txt