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

Changelog

python-llfuse (1.4.1+dfsg-2ubuntu3) lunar; urgency=medium

  * No-change rebuild with Python 3.11 only

 -- Graham Inggs <email address hidden>  Tue, 21 Mar 2023 05:54:19 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe python
Lunar release universe python

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-2ubuntu3.debian.tar.xz 142.3 KiB a0122fea476dfac7c14b666318cb3212cbc0aad1b7ba0f58b278531a48e1a76a
python-llfuse_1.4.1+dfsg-2ubuntu3.dsc 2.4 KiB 868f90ca1d338fc148501a35c11af555908c32aae3ccaf4aa8e580bbf4c45ddc

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