python-fasteners/python-fasteners.spec

57 lines
1.6 KiB
RPMSpec
Raw Normal View History

2022-09-29 17:18:37 +08:00
%global _empty_manifest_terminate_build 0
Name: python-fasteners
2023-12-05 15:49:43 +08:00
Version: 0.19
Release: 1
2022-09-29 17:18:37 +08:00
Summary: A python package that provides useful locks
License: ASL 2.0
URL: https://github.com/harlowja/fasteners
2023-12-05 15:49:43 +08:00
Source0: https://files.pythonhosted.org/packages/5f/d4/e834d929be54bfadb1f3e3b931c38e956aaa3b235a46a3c764c26c774902/fasteners-0.19.tar.gz
2022-09-29 17:18:37 +08:00
BuildArch: noarch
2020-11-06 10:33:18 +08:00
%description
2022-09-29 17:18:37 +08:00
Cross-platform locks for threads and processes.
%package -n python3-fasteners
Summary: A python package that provides useful locks
2023-12-05 15:49:43 +08:00
Provides: python-fasteners = %{version}-%{release}
Obsoletes: python-fasteners-help <= %{version}
2022-09-29 17:18:37 +08:00
BuildRequires: python3-devel
BuildRequires: python3-setuptools python3-pip python3-wheel
2022-09-29 17:18:37 +08:00
%description -n python3-fasteners
Cross-platform locks for threads and processes.
2020-11-06 10:33:18 +08:00
%prep
2022-09-29 17:18:37 +08:00
%autosetup -n fasteners-%{version}
2020-11-06 10:33:18 +08:00
%build
%pyproject_build
2020-11-06 10:33:18 +08:00
%install
2023-12-05 15:49:43 +08:00
%pyproject_install
2022-09-29 17:18:37 +08:00
%files -n python3-fasteners
%{python3_sitelib}/*
%doc CHANGELOG.md
%doc README.md
2020-11-06 10:33:18 +08:00
%changelog
2023-12-05 15:49:43 +08:00
* Tue Dec 05 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.19-1
- Update package to version 0.19
2023-04-27 11:15:54 +08:00
* 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
2022-09-29 17:18:37 +08:00
* 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
2020-11-06 10:33:18 +08:00
- Init python3-fasteners project