!15 Update package to version 2.6.0
From: @jxy_git Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
2f8c9dd467
Binary file not shown.
BIN
portalocker-2.6.0.tar.gz
Normal file
BIN
portalocker-2.6.0.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-portalocker
|
Name: python-portalocker
|
||||||
Version: 2.5.1
|
Version: 2.6.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Wraps the portalocker recipe for easy usage
|
Summary: Wraps the portalocker recipe for easy usage
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/WoLpH/portalocker
|
URL: https://github.com/WoLpH/portalocker
|
||||||
Source0: https://files.pythonhosted.org/packages/28/b5/ee15a73d2d1e3e4f8ed9cf46b8c590317fa182b5c50ab5149e0c66866f25/portalocker-2.5.1.tar.gz
|
Source0: https://files.pythonhosted.org/packages/a6/5c/57ef8091f9f1d01bf5413fcd0fd1f2f255f45536e42bfd34bc45b6cc2786/portalocker-2.6.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ Portalocker is a library to provide an easy API to file locking.
|
|||||||
|
|
||||||
%package -n python3-portalocker
|
%package -n python3-portalocker
|
||||||
Summary: Wraps the portalocker recipe for easy usage
|
Summary: Wraps the portalocker recipe for easy usage
|
||||||
Provides: python-portalocker
|
Provides: python-portalocker = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%description -n python3-portalocker
|
%description -n python3-portalocker
|
||||||
@ -27,7 +27,7 @@ Provides: python3-portalocker-doc
|
|||||||
Portalocker is a library to provide an easy API to file locking.
|
Portalocker is a library to provide an easy API to file locking.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n portalocker-2.5.1
|
%autosetup -n portalocker-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -62,12 +62,14 @@ mv %{buildroot}/doclist.lst .
|
|||||||
|
|
||||||
%files -n python3-portalocker -f filelist.lst
|
%files -n python3-portalocker -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
%dir %{python3_sitelib}/portalocker/__pycache__
|
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 16 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 2.6.0-1
|
||||||
|
- Update package to version 2.6.0
|
||||||
|
|
||||||
* Fri Aug 5 2022 wenzhiwei <wenzhiwei@kylinos.cn> - 2.5.1-1
|
* Fri Aug 5 2022 wenzhiwei <wenzhiwei@kylinos.cn> - 2.5.1-1
|
||||||
- Update to 2.5.1
|
- Update to 2.5.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user