mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
package/python-ibmiotf: bump to version 0.4.0
* Update dependency list. * Take tarball from PyPI. * Update license hash: same content, changed to UNIX line endings. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
4a423d2d72
commit
5709402e4c
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_PYTHON_IBMIOTF
|
config BR2_PACKAGE_PYTHON_IBMIOTF
|
||||||
bool "python-ibmiotf"
|
bool "python-ibmiotf"
|
||||||
select BR2_PACKAGE_PYTHON_DICTTOXML # runtime
|
|
||||||
select BR2_PACKAGE_PYTHON_ISO8601 # runtime
|
select BR2_PACKAGE_PYTHON_ISO8601 # runtime
|
||||||
select BR2_PACKAGE_PYTHON_PAHO_MQTT # runtime
|
select BR2_PACKAGE_PYTHON_PAHO_MQTT # runtime
|
||||||
select BR2_PACKAGE_PYTHON_PYTZ # runtime
|
select BR2_PACKAGE_PYTHON_PYTZ # runtime
|
||||||
@ -8,7 +7,6 @@ config BR2_PACKAGE_PYTHON_IBMIOTF
|
|||||||
select BR2_PACKAGE_PYTHON_REQUESTS_TOOLBELT # runtime
|
select BR2_PACKAGE_PYTHON_REQUESTS_TOOLBELT # runtime
|
||||||
select BR2_PACKAGE_PYTHON_SSL if BR2_PACKAGE_PYTHON # runtime
|
select BR2_PACKAGE_PYTHON_SSL if BR2_PACKAGE_PYTHON # runtime
|
||||||
select BR2_PACKAGE_PYTHON3_SSL if BR2_PACKAGE_PYTHON3 # runtime
|
select BR2_PACKAGE_PYTHON3_SSL if BR2_PACKAGE_PYTHON3 # runtime
|
||||||
select BR2_PACKAGE_PYTHON_XMLTODICT # runtime
|
|
||||||
help
|
help
|
||||||
Python Client for IBM Watson IoT Platform.
|
Python Client for IBM Watson IoT Platform.
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
# Locally computed
|
# md5, sha256 from https://pypi.org/pypi/ibmiotf/json
|
||||||
sha256 ab230bc4c90af4237abe790ebc6b171706a35971b886f1724d879c2f328a616b python-ibmiotf-0.2.8.tar.gz
|
md5 a103427c15b2bc96d72de5e58975638c ibmiotf-0.4.0.tar.gz
|
||||||
sha256 d8288e11fc42988629f7c0b649fa007332dd0187b010d025feaf7b1925376e8d LICENSE
|
sha256 753a29858d48ebd89aff8b73c207028814714d8a004a3c19b436c9bbeaa65ce6 ibmiotf-0.4.0.tar.gz
|
||||||
|
# Locally computed sha256 checksums
|
||||||
|
sha256 2c153c48f67e56031036fc28d12f76238a5151494bdfc24b6b81ec734c387a2d LICENSE
|
||||||
|
@ -4,8 +4,9 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PYTHON_IBMIOTF_VERSION = 0.2.8
|
PYTHON_IBMIOTF_VERSION = 0.4.0
|
||||||
PYTHON_IBMIOTF_SITE = $(call github,ibm-watson-iot,iot-python,$(PYTHON_IBMIOTF_VERSION))
|
PYTHON_IBMIOTF_SOURCE = ibmiotf-$(PYTHON_IBMIOTF_VERSION).tar.gz
|
||||||
|
PYTHON_IBMIOTF_SITE = https://files.pythonhosted.org/packages/78/05/029ca6f78b788a3c55157fd11bb63922d002d75df982ffb8243f450a750e
|
||||||
PYTHON_IBMIOTF_SETUP_TYPE = setuptools
|
PYTHON_IBMIOTF_SETUP_TYPE = setuptools
|
||||||
PYTHON_IBMIOTF_LICENSE = EPL-1.0
|
PYTHON_IBMIOTF_LICENSE = EPL-1.0
|
||||||
PYTHON_IBMIOTF_LICENSE_FILES = LICENSE
|
PYTHON_IBMIOTF_LICENSE_FILES = LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user