python-llfuse 1.4.1+dfsg-2ubuntu6 source package in Ubuntu

Changelog

python-llfuse (1.4.1+dfsg-2ubuntu6) noble; urgency=medium

  * Build using cython3-legacy.

 -- Matthias Klose <email address hidden>  Mon, 25 Mar 2024 21:05:30 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-llfuse_1.4.1+dfsg.orig.tar.xz 191.0 KiB 324d436eb24246bc48b82d2b91ff96eef66aec9595107b627a17977f5564aba0
python-llfuse_1.4.1+dfsg-2ubuntu6.debian.tar.xz 142.4 KiB efee6f223e29d8868b2b4527c2fc88c3d865b23950e16a0e26b6d07906fe6401
python-llfuse_1.4.1+dfsg-2ubuntu6.dsc 2.4 KiB 8016e637cf1000d2b3bd3317cbcbd3766cfa475215a270afe28efae8bcb88610

View changes file

Binary packages built by this source

python-llfuse-doc: Python bindings for the low-level FUSE API (documentation)

 Python-llfuse is a set of Python bindings for the low level FUSE API.
 This package provides the documentation for both the Python 2 and
 Python 3 extension (packages python-llfuse and python3-llfuse).
 .
 FUSE (Filesystem in USErspace) is a simple interface for userspace
 programs to export a virtual filesystem to the Linux kernel. FUSE
 also aims to provide a secure method for non privileged users to
 create and mount their own filesystem implementations.

python3-llfuse: Python 3 bindings for the low-level FUSE API

 Python-llfuse is a set of Python bindings for the low level FUSE API.
 This package provides the extension for the Python 3 interpreter. The
 documentation is contained in the python-llfuse-doc package.
 .
 FUSE (Filesystem in USErspace) is a simple interface for userspace
 programs to export a virtual filesystem to the Linux kernel. FUSE
 also aims to provide a secure method for non privileged users to
 create and mount their own filesystem implementations.

python3-llfuse-dbgsym: debug symbols for python3-llfuse