Markéta Machová
3dad1e394e
* 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=22
106 lines
3.5 KiB
Plaintext
106 lines
3.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Sep 4 08:16:03 UTC 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 04:58:18 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add patch no-more-distutils.patch:
|
|
* Stop using distutils unilaterally.
|
|
- Switch to autosetup and pyproject macros.
|
|
- Be more clear about files in %files.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 4 14:37:12 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.0.7:
|
|
* Suppress SyntaxWarnings in python3.12
|
|
* Doc: Minor spelling fixes
|
|
- update to 1.0.6:
|
|
* Python 3.12 compatibility.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 6 10:57:43 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 4 20:07:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to v1.0.5:
|
|
* Fix issue with python 3.10
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 23 16:21:16 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- 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 5 08:38:10 UTC 2020 - andy great <andythe_great@pm.me>
|
|
|
|
- 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 16:36:09 UTC 2018 - mcepl@suse.com
|
|
|
|
- Clean SPEC file
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 24 13:39:13 UTC 2017 - jmatejek@suse.com
|
|
|
|
- singlespec auto-conversion
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 31 14:51:13 UTC 2012 - saschpe@suse.de
|
|
|
|
- Fix SLE_11 build
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 27 22:24:31 UTC 2012 - Greg.Freemyer@gmail.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 10:53:42 CEST 2008 - prusnak@suse.cz
|
|
|
|
- created package (v 0.2)
|
|
|
|
python-fuse provides python bindings to the fuse library (fuse = userspace filesystem)
|
|
|
|
|