- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=13
This commit is contained in:
parent
4a059fbd48
commit
18c1298a78
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:caa90dd931128407df12b2c090200e49a67b9afb4176211aad03e2a19209a506
|
|
||||||
size 46275
|
|
3
python-fuse-1.0.4.tar.gz
Normal file
3
python-fuse-1.0.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1b3587e7ec553595b1c9433315acaafff5e28e7cecef0051f5f840c689d46be0
|
||||||
|
size 46571
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sat Dec 5 08:38:10 UTC 2020 - andy great <andythe_great@pm.me>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-fuse
|
# spec file for package python-fuse
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-fuse
|
Name: python-fuse
|
||||||
Version: 1.0.0
|
Version: 1.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for FUSE
|
Summary: Python bindings for FUSE
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
|
Loading…
Reference in New Issue
Block a user