diff --git a/fuse-python.spec b/fuse-python.spec index 37beeac5d6b7802fb0038f7d879eeeab5b71f928..4c2072fa2a63bd66daad09fbab5cddac00c16186 100644 --- a/fuse-python.spec +++ b/fuse-python.spec @@ -1,10 +1,11 @@ Name: fuse-python -Version: 1.0.7 +Version: 1.0.8 Release: 1 Summary: Python interface for FUSE - filesystem in userspace License: LGPLv2 URL: https://github.com/libfuse/python-fuse Source0: https://github.com/libfuse/python-fuse/archive/refs/tags/v%{version}.tar.gz + BuildRequires: pkgconfig fuse-devel python3-devel python3-setuptools gcc %description @@ -33,10 +34,15 @@ framework that can be used to implement a filesystem in a userspace program. %files -n python3-fuse %doc COPYING AUTHORS FAQ example -%doc README.new_fusepy_api README.md README.historic README.package_maintainers +%doc README.md README.historic %{python3_sitearch}/* %changelog +* Thu Nov 07 2024 chenyaqiang - 1.0.8-1 +- update to version 1.0.8 +- Do not unilaterally import distutils in setup.py +- Add support for objects that support buffer protocol for "read" + * Fri Jan 05 2024 Paul Thomas - 1.0.7-1 - update to version 1.0.7 diff --git a/v1.0.7.tar.gz b/v1.0.7.tar.gz deleted file mode 100644 index 4fedc349caf8274d7e31dad5d1faae895f9d947b..0000000000000000000000000000000000000000 Binary files a/v1.0.7.tar.gz and /dev/null differ diff --git a/v1.0.8.tar.gz b/v1.0.8.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bf1ee0b6de459fc8e48411408708a62b88a6e4c5 Binary files /dev/null and b/v1.0.8.tar.gz differ