Changelog for
python311-fuse-1.0.5-24.8.i586.rpm :
* Wed Jan 04 2023 Dirk Müller
- update to v1.0.5:
* Fix issue with python 3.10
* Sun Jan 23 2022 Dirk Müller - 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
* Sat Dec 05 2020 andy great - 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.
* Wed Jun 20 2018 mceplAATTsuse.com- Clean SPEC file
* Thu Aug 24 2017 jmatejekAATTsuse.com- singlespec auto-conversion
* Tue Jan 31 2012 saschpeAATTsuse.de- Fix SLE_11 build
* Fri Jan 27 2012 Greg.FreemyerAATTgmail.com- 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
* Fri Jun 27 2008 prusnakAATTsuse.cz- created package (v 0.2) python-fuse provides python bindings to the fuse library (fuse = userspace filesystem)