Ai
125 Star 0 Fork 12

src-openEuler/fuse-python
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
fuse-python.spec 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
infra-team 提交于 2025-06-19 21:34 +08:00 . update fuse-python to 1.0.9
Name: fuse-python
Version: 1.0.9
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
This package provides python interface to libfuse. FUSE is a userspace filesystem
framework that can be used to implement a filesystem in a userspace program.
%package -n python3-fuse
Summary: Python interface for FUSE - filesystem in userspace
Provides: python-fuse = %{version}-%{release}
%{?python_provide:%python_provide python3-fuse}
Provides: fuse-python = %{version}-%{release}
Obsoletes: fuse-python < %{version}-%{release}
%description -n python3-fuse
This package provides python interface to libfuse. FUSE is a userspace filesystem
framework that can be used to implement a filesystem in a userspace program.
%prep
%autosetup -n python-fuse-%{version} -p1
%build
%py3_build
%install
%py3_install
%files -n python3-fuse
%doc COPYING AUTHORS FAQ example
%doc README.md README.historic
%{python3_sitearch}/*
%changelog
* Thu Jun 19 2025 openeuler_bot <infra@openeuler.sh> - 1.0.9-1
- update fuse-python to 1.0.9
* Thu Nov 07 2024 chenyaqiang <chengyaqiang@huawei.com> - 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 <paulthomas100199@gmail.com> - 1.0.7-1
- update to version 1.0.7
* Wed Oct 18 2023 Ge Wang <wang__ge@126.com> - 1.0.5-1
- Update to 1.0.5
* Wed Jun 2 2021 baizhonggui <baizhonggui@huawei.com> - 1.0.0-2
- Fixed error: command 'gcc' failed.
- Add gcc in BuildRequires
* Tue Nov 10 2020 leiju <leiju4@huawei.com> - 1.0.0-1
- Update to 1.0.0
* Wed Mar 11 2020 Chen Dingxiao <chendingxiao1@huawei.com> - 0.2.1-24
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/fuse-python.git
git@gitee.com:src-openeuler/fuse-python.git
src-openeuler
fuse-python
fuse-python
master

搜索帮助