FILESYSTEM IN USERSPACE (FUSE) development
 help / color / mirror / Atom feed
* [ANNOUNCE] pyfuse 3.5.0 has been released
@ 2026-05-13 15:46 Nikolaus Rath
  0 siblings, 0 replies; only message in thread
From: Nikolaus Rath @ 2026-05-13 15:46 UTC (permalink / raw)
  To: fuse-devel, fuse-devel

Dear all,

I'm happy to announce a new release of pyfuse3, version 3.5.0.

pyfuse3 is a set of Python 3 bindings for libfuse 3. It provides an
asynchronous API compatible with Trio and asyncio, and enables you to easily
write a full-featured Linux filesystem in Python.

From the changelog:

* Filesystems may now define a `~Operations.poll` method to support the ``epoll`` and `select`
  system calls.

* The `FileHandleT` and `InodeT` types are no longer declared as *NewTypes* but are now simply
  aliases for *int*. This should make it easier to write type annotations.

* Future releases of pyfuse will be signed with signify rather than GPG. The public key to verify
  the signature of a the next version will always be included in the previous versions, so this
  version already ships the public key that will be used to sign the next versions,
  `signify/pyfuse-3.5.pub` for any bugfix releases and `signify/pyfuse-next.pub` for the
  next minor (or major) release.

The following people have contributed code to this release:

Christopher Obbard <christopher.obbard@linaro.org>
Nikolaus Rath <Nikolaus@rath.org>
TW <tw@waldmann-edv.de>
Yaroslav Halchenko <debian@onerussian.com>

As usual, the newest release can be downloaded from PyPi at
https://pypi.python.org/pypi/pyfuse3/.

Please report any bugs on the issue tracker at
https://github.com/libfuse/pyfuse3/issues. For discussion and questions, please
use the general FUSE mailing list (i.e., this list) or the GitHub discussion
forum at https://github.com/libfuse/pyfuse3/discussions.

Best,
-Nikolaus

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-13 15:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-13 15:46 [ANNOUNCE] pyfuse 3.5.0 has been released Nikolaus Rath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox