mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/python-gpiod: bump to version 2.5.0
See the release notes here: https://github.com/brgl/libgpiod/blob/master/bindings/python/CHANGELOG.md 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
c1aa7228e6
commit
500961beba
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/gpiod/json
|
||||
md5 c9c2fb67d78204896d85a7945314356f gpiod-2.4.2.tar.gz
|
||||
sha256 602aae17ff365bb8e2a30ce65c6bbf2d8e7a7e64bf016e82e4fd4c730ef69ab7 gpiod-2.4.2.tar.gz
|
||||
md5 b9df2fa69d4d7a77b0d5c70ff157a6c9 gpiod-2.5.0.tar.gz
|
||||
sha256 53ae5a1f14d6388c155b591ca0fc0cfa73b44d4f6d8d117e8a9e68f5902d187a gpiod-2.5.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_GPIOD_VERSION = 2.4.2
|
||||
PYTHON_GPIOD_VERSION = 2.5.0
|
||||
PYTHON_GPIOD_SOURCE = gpiod-$(PYTHON_GPIOD_VERSION).tar.gz
|
||||
PYTHON_GPIOD_SITE = https://files.pythonhosted.org/packages/13/ca/b3bd043091b4462d6c5561f86581f553df102d8990c37938ddbff2823016
|
||||
PYTHON_GPIOD_SITE = https://files.pythonhosted.org/packages/fc/c2/c7bc26965855f39ae3e1b09b404a1fdc3b172dac371012c316f5b9b6a314
|
||||
PYTHON_GPIOD_SETUP_TYPE = setuptools
|
||||
PYTHON_GPIOD_LICENSE = LGPL-2.1+
|
||||
PYTHON_GPIOD_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user