diff --git a/fuse-python.spec b/fuse-python.spec index 4c2072fa2a63bd66daad09fbab5cddac00c16186..6ca852db50847bfd54ac48c6b053ebcae3563da3 100644 --- a/fuse-python.spec +++ b/fuse-python.spec @@ -1,5 +1,5 @@ Name: fuse-python -Version: 1.0.8 +Version: 1.0.9 Release: 1 Summary: Python interface for FUSE - filesystem in userspace License: LGPLv2 @@ -38,6 +38,10 @@ framework that can be used to implement a filesystem in a userspace program. %{python3_sitearch}/* %changelog +* Tue Apr 8 2025 liudy - 1.0.9-1 +- update to 1.0.9 +- Demonstrate basic possibility to test with pytest + * Thu Nov 07 2024 chenyaqiang - 1.0.8-1 - update to version 1.0.8 - Do not unilaterally import distutils in setup.py diff --git a/v1.0.8.tar.gz b/v1.0.8.tar.gz deleted file mode 100644 index bf1ee0b6de459fc8e48411408708a62b88a6e4c5..0000000000000000000000000000000000000000 Binary files a/v1.0.8.tar.gz and /dev/null differ diff --git a/v1.0.9.tar.gz b/v1.0.9.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7f1d085a684f968f799ed3686dc01e8a4db8379c Binary files /dev/null and b/v1.0.9.tar.gz differ