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

Changelog

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

  * No-change rebuild to build with python3.12 as supported.

 -- Matthias Klose <email address hidden>  Thu, 02 Nov 2023 09:26:14 +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-2ubuntu4.debian.tar.xz 142.3 KiB 56247bfdbf2c7ac7daf9e61626c234a58a7918fbb336681d627b9b054050d74f
python-llfuse_1.4.1+dfsg-2ubuntu4.dsc 2.4 KiB 1eaa7d548a3b38d861dc7a09211a5fd5b9a6c3ef2adf579cc5dd0bf4f256c14b

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