forked from pool/python-pyfuse3
- update to 3.3.0:
* Cythonized with latest Cython 3.0.0. * Drop Python 3.6 and 3.7 support and testing, #71. * CI: also test python 3.12. test on cython 0.29 and cython 3.0. * Tell Cython that callbacks may raise exceptions, #80. * Fix lookup in examples/hello.py, similar to #16. * Misc. CI, testing, build and sphinx related fixes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfuse3?expand=0&rev=23
This commit is contained in:
@@ -19,13 +19,13 @@
|
||||
%define pname pyfuse3
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-%{pname}
|
||||
Version: 3.2.3
|
||||
Version: 3.3.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://files.pythonhosted.org/packages/source/p/%{pname}/%{pname}-%{version}.tar.gz
|
||||
BuildRequires: %{python_module Cython >= 0.29}
|
||||
BuildRequires: %{python_module Cython >= 3.0.0}
|
||||
BuildRequires: %{python_module devel >= 3.5}
|
||||
BuildRequires: %{python_module pytest >= 3.4.0}
|
||||
# upstream use: pytest-trio >= 0.15
|
||||
|
Reference in New Issue
Block a user