mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/python-pip: bump version to 26.0.1
https://github.com/pypa/pip/blob/26.0.1/NEWS.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
256359467c
commit
4326be19ba
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pip/json
|
||||
md5 31f52f428372020b80cd7518862fbbee pip-25.3.tar.gz
|
||||
sha256 8d0538dbbd7babbd207f261ed969c65de439f6bc9e5dbd3b3b9a77f25d95f343 pip-25.3.tar.gz
|
||||
md5 566bd094e3a0c382ba2705349c83d55e pip-26.0.1.tar.gz
|
||||
sha256 c4037d8a277c89b320abe636d59f91e6d0922d08a05b60e85e53b296613346d8 pip-26.0.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 634300a669d49aeae65b12c6c48c924c51a4cdf3d1ff086dc3456dc8bcaa2104 LICENSE.txt
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PIP_VERSION = 25.3
|
||||
PYTHON_PIP_VERSION = 26.0.1
|
||||
PYTHON_PIP_SOURCE = pip-$(PYTHON_PIP_VERSION).tar.gz
|
||||
PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/fe/6e/74a3f0179a4a73a53d66ce57fdb4de0080a8baa1de0063de206d6167acc2
|
||||
PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/48/83/0d7d4e9efe3344b8e2fe25d93be44f64b65364d3c8d7bc6dc90198d5422e
|
||||
PYTHON_PIP_SETUP_TYPE = flit
|
||||
PYTHON_PIP_LICENSE = MIT
|
||||
PYTHON_PIP_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
Reference in New Issue
Block a user