* 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.
- drop fix-test-for-fusermount.patch (upstream)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-llfuse?expand=0&rev=23
- Update to version 1.4.1
* timestamp rounding tests: avoid y2038 issue in test
- Update to version 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.
- Update to version 1.3.8
* fix compilation on FreeBSD, #28
* export DEVELOPER_MODE=1 can be used to opt in (default is 0),
#22
* twine-based pypi-uploading, Qubes OS support for GPG signing,
see util/sdist-sign and pypi-upload
- Update to version 1.3.7
* Rebuild with Cython 0.29.21 for Python 3.9 compatibility.
- Rebase patch:
* fix-test-for-fusermount.patch
- This update fixes the build failure that provoked the removal
of the package from TW and boo#1186080.
OBS-URL: https://build.opensuse.org/request/show/894832
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-llfuse?expand=0&rev=19