mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/python-can: bump to 4.4.2
The tarball name prefix changed from python-can to python_can. Changelog: * https://github.com/hardbyte/python-can/blob/main/CHANGELOG.md#version-442 Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
9e15368ba8
commit
33b9374d22
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/python-can/json
|
||||
md5 a84ace55fdeca8efd50986deacfba584 python-can-4.3.1.tar.gz
|
||||
sha256 008bea1c12e31586e1aa76971126b831bf01056a900e91862a11360e011ab933 python-can-4.3.1.tar.gz
|
||||
md5 20133a1b73b58c976bba6b0af8581f32 python_can-4.4.2.tar.gz
|
||||
sha256 1c46c0935f39f7a9c3e76b03249af0580689ebf7a1844195e92f87257f009df5 python_can-4.4.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768 LICENSE.txt
|
||||
|
||||
@@ -4,8 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CAN_VERSION = 4.3.1
|
||||
PYTHON_CAN_SITE = https://files.pythonhosted.org/packages/02/fc/d5fd33ee93f17a4eb0dcd75aebf522396e3f511bf474058e99e86ae4e33f
|
||||
PYTHON_CAN_VERSION = 4.4.2
|
||||
PYTHON_CAN_SOURCE = python_can-$(PYTHON_CAN_VERSION).tar.gz
|
||||
PYTHON_CAN_SITE = https://files.pythonhosted.org/packages/a3/17/57c38abbf00993ac5ec306de0c00271685d1372ef3d907b107eb63ab13a8
|
||||
PYTHON_CAN_SETUP_TYPE = setuptools
|
||||
PYTHON_CAN_LICENSE = LGPL-3.0
|
||||
PYTHON_CAN_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
Reference in New Issue
Block a user