forked from pool/python-pyfuse3
Accepting request 824896 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/824896 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyfuse3?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8945b6ed2fe24c1999fff638acfb5fa2cb6c4db26d254601068ddbab7902c17
|
||||
size 154878
|
3
pyfuse3-3.0.0.tar.gz
Normal file
3
pyfuse3-3.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6502c002213eb8654707718b37187c49d5d1d3fda9dac40397aa5948f1bb56a
|
||||
size 154877
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 7 15:46:22 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to 3.0.0
|
||||
* Changed create handler to return a FileInfo struct to allow for
|
||||
modification of certain kernel file attributes, e.g. direct_io.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 10 08:27:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pyfuse3
|
||||
#
|
||||
# Copyright (c) 2019 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
|
||||
@@ -20,22 +20,23 @@
|
||||
%define skip_python2 1
|
||||
%define pname pyfuse3
|
||||
Name: python-%{pname}
|
||||
Version: 2.0.0
|
||||
Version: 3.0.0
|
||||
Release: 0
|
||||
Summary: Python Bindings for the low-level FUSE3 API
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/libfuse/pyfuse3
|
||||
Source: https://github.com/libfuse/pyfuse3/archive/release-%{version}.tar.gz#/%{pname}-%{version}.tar.gz
|
||||
BuildRequires: %{python_module Cython}
|
||||
BuildRequires: %{python_module contextvars >= 2.1}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pytest-trio}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module trio}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: fuse3-devel >= 3.3.0
|
||||
BuildRequires: libattr-devel
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-trio
|
||||
Recommends: fuse3 >= 3.3.0
|
||||
%python_subpackages
|
||||
|
||||
|
Reference in New Issue
Block a user