mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/python-click: bump to version 8.4.2
See the release notes here (also including versions 8.4.0 and 8.4.1): https://click.palletsprojects.com/en/stable/changes/ Signed-off-by: Manuel Diener <manuel.diener@oss.othermo.de> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
08c39b3985
commit
c90e5e3383
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/click/json
|
||||
md5 7ac811bcb2bdd53ae85afe7e7f9224c2 click-8.3.3.tar.gz
|
||||
sha256 398329ad4837b2ff7cbe1dd166a4c0f8900c3ca3a218de04466f38f6497f18a2 click-8.3.3.tar.gz
|
||||
md5 e35da284dc6420c59c1885ccb22d9879 click-8.4.2.tar.gz
|
||||
sha256 9a6cea6e60b17ebe0a44c5cc636d94f09bd66142c1cd7d8b4cd731c4917a15f6 click-8.4.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 9a8ad106a394e853bfe21f42f4e72d592819a22805d991b5f3275029292b658d LICENSE.txt
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CLICK_VERSION = 8.3.3
|
||||
PYTHON_CLICK_VERSION = 8.4.2
|
||||
PYTHON_CLICK_SOURCE = click-$(PYTHON_CLICK_VERSION).tar.gz
|
||||
PYTHON_CLICK_SITE = https://files.pythonhosted.org/packages/bb/63/f9e1ea081ce35720d8b92acde70daaedace594dc93b693c869e0d5910718
|
||||
PYTHON_CLICK_SITE = https://files.pythonhosted.org/packages/76/d4/81420972a676e8ffea40450d8c8c92943e7218a78fe9b64359836cc9876b
|
||||
PYTHON_CLICK_SETUP_TYPE = flit
|
||||
PYTHON_CLICK_LICENSE = BSD-3-Clause
|
||||
PYTHON_CLICK_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
Reference in New Issue
Block a user