Update package to version 0.19
This commit is contained in:
parent
ca22291e9a
commit
9222fa4b01
Binary file not shown.
BIN
fasteners-0.19.tar.gz
Normal file
BIN
fasteners-0.19.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-fasteners
|
Name: python-fasteners
|
||||||
Version: 0.18
|
Version: 0.19
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: A python package that provides useful locks
|
Summary: A python package that provides useful locks
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/harlowja/fasteners
|
URL: https://github.com/harlowja/fasteners
|
||||||
Source0: https://files.pythonhosted.org/packages/f5/9a/e613fc7f7fa157bea028d8d823a13ba5583a49a2dea926ca86b6cbf0fd00/fasteners-0.18.tar.gz
|
Source0: https://files.pythonhosted.org/packages/5f/d4/e834d929be54bfadb1f3e3b931c38e956aaa3b235a46a3c764c26c774902/fasteners-0.19.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
@ -14,8 +14,8 @@ Cross-platform locks for threads and processes.
|
|||||||
|
|
||||||
%package -n python3-fasteners
|
%package -n python3-fasteners
|
||||||
Summary: A python package that provides useful locks
|
Summary: A python package that provides useful locks
|
||||||
Provides: python-fasteners
|
Provides: python-fasteners = %{version}-%{release}
|
||||||
Obsoletes: python-fasteners-help <= 0.18
|
Obsoletes: python-fasteners-help <= %{version}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools python3-pip python3-wheel
|
BuildRequires: python3-setuptools python3-pip python3-wheel
|
||||||
%description -n python3-fasteners
|
%description -n python3-fasteners
|
||||||
@ -28,7 +28,7 @@ Cross-platform locks for threads and processes.
|
|||||||
%pyproject_build
|
%pyproject_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install fasteners==%{version}
|
%pyproject_install
|
||||||
|
|
||||||
%files -n python3-fasteners
|
%files -n python3-fasteners
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
@ -36,6 +36,9 @@ Cross-platform locks for threads and processes.
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Thu Apr 27 2023 wangkai <13474090681@163.com> - 0.18-3
|
||||||
- Fix Obsoletes version
|
- Fix Obsoletes version
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user