From 4a059fbd48cb8802fff8c19a0c8cd84128419024e973f0380fe3599a79b74293 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 10 Dec 2020 10:54:22 +0000 Subject: [PATCH] Accepting request 854280 from home:andythe_great:branches:devel:languages:python - 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. OBS-URL: https://build.opensuse.org/request/show/854280 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=11 --- python-fuse-1.0.0.tar.gz | 3 +++ python-fuse.changes | 11 +++++++++++ python-fuse.spec | 11 +++++++---- v0.3.1.tar.gz | 3 --- 4 files changed, 21 insertions(+), 7 deletions(-) create mode 100644 python-fuse-1.0.0.tar.gz delete mode 100644 v0.3.1.tar.gz diff --git a/python-fuse-1.0.0.tar.gz b/python-fuse-1.0.0.tar.gz new file mode 100644 index 0000000..8554f15 --- /dev/null +++ b/python-fuse-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa90dd931128407df12b2c090200e49a67b9afb4176211aad03e2a19209a506 +size 46275 diff --git a/python-fuse.changes b/python-fuse.changes index 04eeed3..8655176 100644 --- a/python-fuse.changes +++ b/python-fuse.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +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 + 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 diff --git a/python-fuse.spec b/python-fuse.spec index 57762b6..389c260 100644 --- a/python-fuse.spec +++ b/python-fuse.spec @@ -1,7 +1,7 @@ # # spec file for package python-fuse # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fuse -Version: 0.3.1 +Version: 1.0.0 Release: 0 Summary: Python bindings for FUSE License: LGPL-2.1-only Group: Development/Libraries/Python URL: https://github.com/libfuse/python-fuse -Source: https://github.com/libfuse/%{name}/archive/v%{version}.tar.gz +Source: https://github.com/libfuse/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: fdupes BuildRequires: fuse-devel @@ -46,6 +46,9 @@ export CFLAGS="%{optflags}" %python_install %python_expand %fdupes %{buildroot}%{$python_sitearch} +%check +# Can not figured how to do it. + %files %{python_files} %license COPYING %doc README.* FAQ AUTHORS diff --git a/v0.3.1.tar.gz b/v0.3.1.tar.gz deleted file mode 100644 index 65413b0..0000000 --- a/v0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:243cfab15ee357dbcdac98c2ee5929f6e8c65d2ec9d77597e3732f79ce649eec -size 45391