- update to 1.0.7:

* Suppress SyntaxWarnings in python3.12
  * Doc: Minor spelling fixes
- update to 1.0.6:
  * Python 3.12 compatibility.
  * Use bytes objects for read and write data: please note that
    Python 3; it's worth it however since it fixes a serious
    usability bug that arbitrarily limited file content to valid
        Fix generation of MANIFEST.in in make_release.sh

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=18
This commit is contained in:
Dirk Mueller 2023-12-04 14:39:19 +00:00 committed by Git OBS Bridge
parent d38c5530ae
commit e1a9286305
4 changed files with 17 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:789f26379dc9a9ab3762deec08e2ea4fc6f904588f975c3dcfa7a531c0b6153a
size 46592

3
python-fuse-1.0.7.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6273b1eb99259923fbae4e56257359d01a893243e1804a8bd23a72528c7ee1c6
size 46947

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>
@ -25,10 +34,10 @@ 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
* 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
Python 3; it's worth it however since it fixes a serious
usability bug that arbitrarily limited file content to valid
UTF-8 data.
-------------------------------------------------------------------
@ -51,7 +60,7 @@ 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
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

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-fuse
Version: 1.0.5
Version: 1.0.7
Release: 0
Summary: Python bindings for FUSE
License: LGPL-2.1-only