diff --git a/pyfuse3-3.3.0.tar.gz b/pyfuse3-3.3.0.tar.gz deleted file mode 100644 index 3d6b093..0000000 --- a/pyfuse3-3.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b31fe412479f9620da2067dd739ed23f4cc37364224891938dedf7766e573bd -size 867765 diff --git a/pyfuse3-3.4.0.tar.gz b/pyfuse3-3.4.0.tar.gz new file mode 100644 index 0000000..d243448 --- /dev/null +++ b/pyfuse3-3.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:793493f4d5e2b3bc10e13b3421d426a6e2e3365264c24376a50b8cbc69762d39 +size 962992 diff --git a/python-pyfuse3.changes b/python-pyfuse3.changes index e8d2c5c..b677a28 100644 --- a/python-pyfuse3.changes +++ b/python-pyfuse3.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Aug 31 11:59:25 UTC 2024 - Dirk Müller + +- update to 3.4.0: + * Cythonized with latest Cython 3.0.11 to support Python 3.13. + * CI: also test python 3.13, run mypy. + * Move _pyfuse3 to pyfuse3._pyfuse3 and add a compatibility + wrapper for the old name. + * Move pyfuse3_asyncio to pyfuse3.asyncio and add a + compatibility wrapper for the old name. + * Add bytes subclass XAttrNameT as the type of extended + attribute names. + * Various fixes to type annotations. + * Add py.typed marker to enable external use of type + annotations. + ------------------------------------------------------------------- Sun Aug 13 21:20:17 UTC 2023 - Dirk Müller diff --git a/python-pyfuse3.spec b/python-pyfuse3.spec index 2eeb697..b25bcd1 100644 --- a/python-pyfuse3.spec +++ b/python-pyfuse3.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-pyfuse3 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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 @@ %define pname pyfuse3 %{?sle15_python_module_pythons} Name: python-%{pname} -Version: 3.3.0 +Version: 3.4.0 Release: 0 Summary: Python Bindings for the low-level FUSE3 API License: LGPL-2.1-or-later