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
This commit is contained in:
parent
9e8b3974af
commit
4a059fbd48
3
python-fuse-1.0.0.tar.gz
Normal file
3
python-fuse-1.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:caa90dd931128407df12b2c090200e49a67b9afb4176211aad03e2a19209a506
|
||||
size 46275
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:243cfab15ee357dbcdac98c2ee5929f6e8c65d2ec9d77597e3732f79ce649eec
|
||||
size 45391
|
Loading…
Reference in New Issue
Block a user