python-ubus: Update to 0.1.2
authorJeffery To <jeffery.to@gmail.com>
Tue, 29 Aug 2023 03:41:21 +0000 (11:41 +0800)
committerTianling Shen <cnsztl@gmail.com>
Fri, 8 Sep 2023 10:59:15 +0000 (18:59 +0800)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 99d8554bcd1a16e2276ffb706c3f1e823ece65f3)

lang/python/python-ubus/Makefile

index 0e96da20c8278fb0eebfc7367813704c98d1bc5a..7947146105b274a85bb6096b60eeefd3ced2f38f 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-ubus
-PKG_VERSION:=0.1.1
-PKG_RELEASE:=2
+PKG_VERSION:=0.1.2
+PKG_RELEASE:=1
 
 PYPI_NAME:=ubus
-PKG_HASH:=7e57bda989bc35b48c7075d03ec2818226e722bbf1bde138d7e7ea26d462682a
+PKG_HASH:=4dc4ef0fbcc8abb7a2354691475a58ff3eb015f1bab3150750729f7f657dd440
 
 PKG_MAINTAINER:=Erik Larsson <who+openwrt@cnackers.org>
 PKG_LICENSE:=LGPL-2.1-or-later
@@ -28,7 +28,7 @@ define Package/python3-ubus
   SUBMENU:=Python
   SECTION:=lang
   CATEGORY:=Languages
-  TITLE:=Python3 ubus
+  TITLE:=libubus bindings
   URL:=https://gitlab.nic.cz/turris/python-ubus/
   DEPENDS:=+libubus +libblobmsg-json +python3-light
 endef