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.1
https://github.com/pypa/pip/blob/26.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
f6045bd27c
commit
f8000bbbfb
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pip/json
|
||||
md5 566bd094e3a0c382ba2705349c83d55e pip-26.0.1.tar.gz
|
||||
sha256 c4037d8a277c89b320abe636d59f91e6d0922d08a05b60e85e53b296613346d8 pip-26.0.1.tar.gz
|
||||
md5 c05fe5cfafe4cc2ce7a44318d8eed4e7 pip-26.1.tar.gz
|
||||
sha256 81e13ebcca3ffa8cc85e4deff5c27e1ee26dea0aa7fc2f294a073ac208806ff3 pip-26.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 634300a669d49aeae65b12c6c48c924c51a4cdf3d1ff086dc3456dc8bcaa2104 LICENSE.txt
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PIP_VERSION = 26.0.1
|
||||
PYTHON_PIP_VERSION = 26.1
|
||||
PYTHON_PIP_SOURCE = pip-$(PYTHON_PIP_VERSION).tar.gz
|
||||
PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/48/83/0d7d4e9efe3344b8e2fe25d93be44f64b65364d3c8d7bc6dc90198d5422e
|
||||
PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/73/7e/d2b04004e1068ad4fdfa2f227b839b5d03e602e47cdbbf49de71137c9546
|
||||
PYTHON_PIP_SETUP_TYPE = flit
|
||||
PYTHON_PIP_LICENSE = MIT
|
||||
PYTHON_PIP_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
Reference in New Issue
Block a user