package/python-pip: bump to version 24.2

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
James Hilliard 2024-09-17 12:43:06 -06:00 committed by Yann E. MORIN
parent bb8843f560
commit ed5d5b7d54
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pip/json
md5 38dd5f7ab301167df063405c7fc16c84 pip-23.3.2.tar.gz
sha256 7fd9972f96db22c8077a1ee2691b172c8089b17a5652a44494a9ecb0d78f9149 pip-23.3.2.tar.gz
md5 a00c83f8b89decad22d4ad9cd32f1da1 pip-24.2.tar.gz
sha256 5b5e490b5e9cb275c879595064adce9ebd31b854e3e803740b72f9ccf34a45b8 pip-24.2.tar.gz
# Locally computed sha256 checksums
sha256 634300a669d49aeae65b12c6c48c924c51a4cdf3d1ff086dc3456dc8bcaa2104 LICENSE.txt

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_PIP_VERSION = 23.3.2
PYTHON_PIP_VERSION = 24.2
PYTHON_PIP_SOURCE = pip-$(PYTHON_PIP_VERSION).tar.gz
PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/b7/06/6b1ad0ae8f97d7a0d6f6ad640db10780578999e647a9593512ceb6f06469
PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/4d/87/fb90046e096a03aeab235e139436b3fe804cdd447ed2093b0d70eba3f7f8
PYTHON_PIP_SETUP_TYPE = setuptools
PYTHON_PIP_LICENSE = MIT
PYTHON_PIP_LICENSE_FILES = LICENSE.txt