From e1a9286305cd630db5e7bd3ebe62a833f4c37b13a467cc868291fec712fa4d4b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 4 Dec 2023 14:39:19 +0000 Subject: [PATCH] - 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 --- python-fuse-1.0.5.tar.gz | 3 --- python-fuse-1.0.7.tar.gz | 3 +++ python-fuse.changes | 17 +++++++++++++---- python-fuse.spec | 2 +- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 python-fuse-1.0.5.tar.gz create mode 100644 python-fuse-1.0.7.tar.gz diff --git a/python-fuse-1.0.5.tar.gz b/python-fuse-1.0.5.tar.gz deleted file mode 100644 index 03f9194..0000000 --- a/python-fuse-1.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:789f26379dc9a9ab3762deec08e2ea4fc6f904588f975c3dcfa7a531c0b6153a -size 46592 diff --git a/python-fuse-1.0.7.tar.gz b/python-fuse-1.0.7.tar.gz new file mode 100644 index 0000000..14b93e8 --- /dev/null +++ b/python-fuse-1.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6273b1eb99259923fbae4e56257359d01a893243e1804a8bd23a72528c7ee1c6 +size 46947 diff --git a/python-fuse.changes b/python-fuse.changes index 9f60f86..fc2bff9 100644 --- a/python-fuse.changes +++ b/python-fuse.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Dec 4 14:37:12 UTC 2023 - Dirk Müller + +- 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 @@ -25,10 +34,10 @@ Sat Dec 5 08:38:10 UTC 2020 - andy great - 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 diff --git a/python-fuse.spec b/python-fuse.spec index db59662..9abb874 100644 --- a/python-fuse.spec +++ b/python-fuse.spec @@ -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