HTML Documentation and examples for python-fuse.
Provides
Requires
License
LGPL-2.1-only
Changelog
* Mon Mar 17 2025 Matej Cepl <mcepl@cepl.eu>
- Update to 1.0.9:
- Update AUTHORS
- Demonstrate basic possibility to test with pytest
- When getting string size, count UTF8 bytes
- CI: add python 3.13
- pull PyCapsule_New() into the PYLOCK() section in poll_func()
- Separate documentation to separate subpackage.
- Add examples subdirectory to that documentation.
- Make the test suite running.
* Wed Sep 04 2024 Frantisek Simorda <frantisek.simorda@suse.com>
- update to 1.0.8:
* Add README.cups.md
* Do not unilaterally import distutils in setup.py
* Add support for objects that support buffer protocol for "read" calls
* Remove trailing space on files
* CI: Add workflow to build Python wheels
* Fix setup.py uninitialized variables issue
* Build sdist in CI
* Add cp310 wheel to CI
* CI: Add workaround for broken py 3.5 in GitHub Actions.
- dropped patch: no-more-distutils.patch - no longer needed.
* Tue Jan 16 2024 Steve Kowalik <steven.kowalik@suse.com>
- Add pa