forked from pool/python-pyfuse3
- Update to 2.0.0:
* Changed open handler to return the new FileInfo struct to allow for modification of certain kernel file attributes, e.g. direct_io. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfuse3?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
852874776e
commit
353f19df28
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:35ff7c035388fc3858cc78352cfb07c90af1b50db2be8344ea0a524d449e729c
|
|
||||||
size 154142
|
|
3
pyfuse3-2.0.0.tar.gz
Normal file
3
pyfuse3-2.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f8945b6ed2fe24c1999fff638acfb5fa2cb6c4db26d254601068ddbab7902c17
|
||||||
|
size 154878
|
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 10 08:27:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.0.0:
|
||||||
|
* Changed open handler to return the new FileInfo struct to allow
|
||||||
|
for modification of certain kernel file attributes, e.g. direct_io.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 08:46:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Tue Jul 23 08:46:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -20,17 +20,17 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define pname pyfuse3
|
%define pname pyfuse3
|
||||||
Name: python-%{pname}
|
Name: python-%{pname}
|
||||||
Version: 1.3.1
|
Version: 2.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Bindings for the low-level FUSE3 API
|
Summary: Python Bindings for the low-level FUSE3 API
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/Python
|
|
||||||
URL: https://github.com/libfuse/pyfuse3
|
URL: https://github.com/libfuse/pyfuse3
|
||||||
Source: https://github.com/libfuse/pyfuse3/archive/release-%{version}.tar.gz#/%{pname}-%{version}.tar.gz
|
Source: https://github.com/libfuse/pyfuse3/archive/release-%{version}.tar.gz#/%{pname}-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module Cython}
|
BuildRequires: %{python_module Cython}
|
||||||
BuildRequires: %{python_module contextvars >= 2.1}
|
BuildRequires: %{python_module contextvars >= 2.1}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module pytest-trio}
|
BuildRequires: %{python_module pytest-trio}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: fuse3-devel >= 3.3.0
|
BuildRequires: fuse3-devel >= 3.3.0
|
||||||
|
Reference in New Issue
Block a user