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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4ac5666fd483fbcc649618b18f5237937f05cf76b15be565562689e3a8dc6be8
|
|
||||||
size 144125
|
|
||||||
3
python-llfuse-release-1.4.2.tar.gz
Normal file
3
python-llfuse-release-1.4.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:14b96e8bd5bc7bc0e11ae06dc251264d8838b817055b7fc9bec8690805ac5109
|
||||||
|
size 143950
|
||||||
@@ -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>
|
Fri May 21 09:52:19 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-llfuse
|
# 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
|
# 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
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-llfuse
|
Name: python-llfuse
|
||||||
Version: 1.4.1
|
Version: 1.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Bindings for the low-level FUSE API
|
Summary: Python Bindings for the low-level FUSE API
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
|||||||
Reference in New Issue
Block a user