Ai
5 Star 0 Fork 13

src-openEuler/python-fasteners

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-fasteners.spec 1.81 KB
一键复制 编辑 原始数据 按行查看 历史
kylinosZlw 提交于 2025-08-13 13:46 +08:00 . Update package to version 0.20
%global _empty_manifest_terminate_build 0
Name: python-fasteners
Version: 0.20
Release: 1
Summary: A python package that provides useful locks
License: ASL 2.0
URL: https://github.com/harlowja/fasteners
Source0: %{url}/archive/%{version}/fasteners-%{version}.tar.gz
BuildArch: noarch
%description
Cross-platform locks for threads and processes.
%package -n python3-fasteners
Summary: A python package that provides useful locks
Provides: python-fasteners = %{version}-%{release}
Obsoletes: python-fasteners-help <= %{version}
BuildRequires: python3-devel
BuildRequires: python3-setuptools python3-pip python3-wheel
%description -n python3-fasteners
Cross-platform locks for threads and processes.
%prep
%autosetup -n fasteners-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-fasteners
%{python3_sitelib}/*
%doc CHANGELOG.md
%doc README.md
%changelog
* Wed Aug 13 2025 zengliwen <zengliwen@kylinos.cn> - 0.20-1
- Update package to version 0.20
- InterProcessLock now catches OSError and handles BlockingIOError correctly.
- Remove support for python 3.8, python 3.9 and pypy 3.9. It should still work, but is no longer tested.
- Add support for python 3.12, 3.13 and pypy 3.11.
* Tue Dec 05 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.19-1
- Update package to version 0.19
* Thu Apr 27 2023 wangkai <13474090681@163.com> - 0.18-3
- Fix Obsoletes version
* Wed Apr 26 2023 wangkai <13474090681@163.com> - 0.18-2
- Compling package with pyproject
- Obsoletes subpackage python-fasteners-help
* Thu Sep 29 2022 guozhengxin <guozhengxin@kylinos.cn> - 0.18-1
- Upgrade package to version 0.18
* Tue Feb 15 2022 liqiuyu <liqiuyu@kylinos.cn> - 0.14.1-21
- change the BuildRequires:python3-nose to python3-nose2
* Fri Oct 30 2020 jiangxinyu <jiangxinyu@kylinos.cn> - 0.14.1-20
- Init python3-fasteners project
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-fasteners.git
git@gitee.com:src-openeuler/python-fasteners.git
src-openeuler
python-fasteners
python-fasteners
master

搜索帮助