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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ac5666fd483fbcc649618b18f5237937f05cf76b15be565562689e3a8dc6be8
size 144125

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14b96e8bd5bc7bc0e11ae06dc251264d8838b817055b7fc9bec8690805ac5109
size 143950

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jul 24 09:03:43 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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.
-------------------------------------------------------------------
Fri May 21 09:52:19 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>

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