| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- 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.
- 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.
- Add patch no-more-distutils.patch: * Stop using distutils unilaterally. - Switch to autosetup and pyproject macros. - Be more clear about files in %files.
- update to 1.0.7: * Suppress SyntaxWarnings in python3.12 * Doc: Minor spelling fixes - update to 1.0.6: * Python 3.12 compatibility.
- Add %{?sle15_python_module_pythons}
- update to v1.0.5: * Fix issue with python 3.10
- update to 1.0.4: * Improve path handling for Python >= 3.6 * fix race in xmp.py * fix surrogateescape handling in fsyncdir/readdir/write * unbreak xmp.py for python2 * fix object leak in open_func() * fix temporary objects leak
- Update to version 1.0.0.
* Add poll support.
* Use bytes objects for read and write data: please note that
while this has no effect on Python 2,it is a breaking change in
Python 3; it's worth it however since it fixes a serious
usability bug that arbitrarily limited file content to valid
UTF-8 data.
- Clean SPEC file
- singlespec auto-conversion
- Fix SLE_11 build
- upgrade to version 0.2.1
* make_release.sh:
Fix generation of MANIFEST.in in make_release.sh
* fuse.py, fuseparts/__init__.py:
Fix previous fix for ctors of Timespec and Flock to be backwards
compatible, bump version to 0.2.1
* fuseparts/_fusemodule.c:
Fix incorrect handling of getxattr for the size=0 case
* fuse.py:
absolutify the mount path when "fetch_mp" is set
- created package (v 0.2) python-fuse provides python bindings to the fuse library (fuse = userspace filesystem)