Merge pull request #13524 from commodo/python-batch1

python-paho-mqtt,python-cryptography: bump versions
This commit is contained in:
Hannu Nyman 2020-09-30 20:26:11 +03:00 committed by GitHub
commit 3847ea53c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-cryptography
PKG_VERSION:=3.1
PKG_RELEASE:=2
PKG_VERSION:=3.1.1
PKG_RELEASE:=1
PYPI_NAME:=cryptography
PKG_HASH:=26409a473cc6278e4c90f782cd5968ebad04d3911ed1c402fc86908c17633e08
PKG_HASH:=9d9fc6a16357965d282dd4ab6531013935425d0dc4950df2e0cf2a1b1ac1017d
PKG_LICENSE:=Apache-2.0 BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE.APACHE LICENSE.BSD

View File

@ -5,15 +5,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-paho-mqtt
PKG_VERSION:=1.5.0
PKG_RELEASE:=2
PKG_VERSION:=1.5.1
PKG_RELEASE:=1
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>, Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=EPL-1.0 Eclipse Distribution License v1.0
PKG_LICENSE_FILES:=epl-v10 edl-v10
PYPI_NAME:=paho-mqtt
PKG_HASH:=e3d286198baaea195c8b3bc221941d25a3ab0e1507fc1779bdb7473806394be4
PKG_HASH:=9feb068e822be7b3a116324e01fb6028eb1d66412bf98595ae72698965cb1cae
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
@ -23,13 +23,13 @@ define Package/python3-paho-mqtt
SECTION:=lang
CATEGORY:=Languages
SUBMENU:=Python
TITLE:=python3-paho-mqtt
TITLE:=MQTT version 5.0/3.1.1 client class
URL:=http://eclipse.org/paho
DEPENDS:=+python3-light
endef
define Package/python3-paho-mqtt/description
MQTT version 3.1/3.1.1 client class
MQTT version 3.1/3.1.1/5.0 client class
endef
$(eval $(call Py3Package,python3-paho-mqtt))