14
0
forked from pool/python-llfuse

- update to 1.4.2:

* cythonize with Cython 0.29.30 (brings python 3.11 support)
  * also test on python 3.10 and 3.11-dev
  * remove "nonempty" default mount option, seems unsupported now.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-llfuse?expand=0&rev=21
This commit is contained in:
2022-07-24 09:08:03 +00:00
committed by Git OBS Bridge
parent ae619f0978
commit 4fe95bba0e
4 changed files with 13 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-llfuse
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-llfuse
Version: 1.4.1
Version: 1.4.2
Release: 0
Summary: Python Bindings for the low-level FUSE API
License: LGPL-2.1-or-later