Llfuse

Latest version: v1.5.0

Safety actively analyzes 620978 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 7

1.5.0

==========================

- Note: this is first pyfuse3 release supporting the Cython 3.0.0 release.
- Cythonized using Cython 3.0.0 release.
- Drop Python 3.5, 3.6, 3.7 support, see 69.
Minimum requirement is Python 3.8 now.
- Get rid of PyEval_InitThreads, 55.
- CI: also test on python 3.12 / cython 3.0 release
- Tell Cython that callbacks may raise exceptions, 90.
- Misc. CI, testing, build related fixes/improvements.

1.4.4

==========================

- CI: use the matrix for cy/py combinations, support and test on Cython 3 beta
- cy3: cdef void* f(void* d) noexcept with gil, 78
- cy3: cdef nogil -> noexcept nogil
- tests: use shutil.which() instead of which(1) executable
- tests/examples: fix tmpfs: backport fix from pyfuse3
- tests/examples: fix lltest: add statfs implementation, remove -l from umount

1.4.3

==========================

* cythonize with Cython 0.29.34 (brings python 3.12 support)
* also test on python 3.12-dev
* add a minimal pyproject.toml, 70
* fix basedir in setup.py (malfunctioned with pip install -e .)
* tests: fix integer overflow on 32-bit architectures

1.4.2

==========================

* cythonize with Cython 0.29.30 (brings python 3.11 support)
* also test on python 3.10 and 3.11-dev
* remove "nonempty" default mount option, seems unsupported now.

1.4.1

==========================

* timestamp rounding tests: avoid y2038 issue in test

1.4.0

==========================

* Remove py2 and py3<3.5 support, minimum requirement is Python 3.5 now.
If you are stuck on Python 2.x or < 3.5, use llfuse<1.4.0.
* setup.py: return rc=2 in error cases, fixes 52.
implements same behaviour as pyfuse3 for these cases.
* Use EACCES instead of EPERM for file permission errors, fixes 36.
* Fix long-standing rounding error in file date handling when the nanosecond
part of file dates were > 999999500, fixes 38.
* Docs: add link to pyfuse3 porting hints ticket
* Testing:

- Add Power support (ppc64le) to travis CI.
- Move CI to GitHub Actions, except ppc64le.
- Test fixes for pytest 6.

Page 1 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.