aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-pyfuse3
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2023-08-19 04:17:08 +0800
committerTianling Shen <cnsztl@gmail.com>2023-08-24 17:20:30 +0800
commita9b23f4683473da0ebdedc0d3279aab1f3a92c31 (patch)
tree0506bdaed29b84b996782e9e92a98ec14095b785 /lang/python/python-pyfuse3
parentf9e3847599753f9489303ac21f74a1e724597ef8 (diff)
python-pyfuse3: Update to 3.3.0, update list of dependencies
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-pyfuse3')
-rw-r--r--lang/python/python-pyfuse3/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/python/python-pyfuse3/Makefile b/lang/python/python-pyfuse3/Makefile
index fd13ccfc0..c058bb645 100644
--- a/lang/python/python-pyfuse3/Makefile
+++ b/lang/python/python-pyfuse3/Makefile
@@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-pyfuse3
-PKG_VERSION:=3.2.2
+PKG_VERSION:=3.3.0
PKG_RELEASE:=1
PYPI_NAME:=pyfuse3
-PKG_HASH:=aa4080913e6148bff1365d4aaacdc96767b87a1e178031fd9caeb5f0b9fc8cec
+PKG_HASH:=2b31fe412479f9620da2067dd739ed23f4cc37364224891938dedf7766e573bd
PKG_LICENSE:=LGPL-2.0-or-later
PKG_LICENSE_FILES:=LICENSE
@@ -26,10 +26,12 @@ define Package/python3-pyfuse3
SECTION:=lang
CATEGORY:=Languages
SUBMENU:=Python
- TITLE:=Python 3 bindings for libfuse 3 with async I/O support
+ TITLE:=libfuse 3 bindings with async I/O support
URL:=https://github.com/libfuse/pyfuse3
DEPENDS:= \
+python3-light \
+ +python3-asyncio \
+ +python3-logging \
+python3-trio \
+libfuse3
endef