diff --git a/pyfuse3-3.2.3.tar.gz b/pyfuse3-3.2.3.tar.gz deleted file mode 100644 index 32856cb..0000000 --- a/pyfuse3-3.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0771e921fd2a1c36bd4ed6b74db0616f4d40c8ac68994a80f3cc8a249fa807d8 -size 512352 diff --git a/pyfuse3-3.3.0.tar.gz b/pyfuse3-3.3.0.tar.gz new file mode 100644 index 0000000..3d6b093 --- /dev/null +++ b/pyfuse3-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b31fe412479f9620da2067dd739ed23f4cc37364224891938dedf7766e573bd +size 867765 diff --git a/python-pyfuse3.changes b/python-pyfuse3.changes index 685d59c..e8d2c5c 100644 --- a/python-pyfuse3.changes +++ b/python-pyfuse3.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Aug 13 21:20:17 UTC 2023 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Thu Jun 1 08:45:12 UTC 2023 - Dirk Müller diff --git a/python-pyfuse3.spec b/python-pyfuse3.spec index 0305a1a..f9efb50 100644 --- a/python-pyfuse3.spec +++ b/python-pyfuse3.spec @@ -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