!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:
openeuler-ci-bot 2022-12-19 12:22:15 +00:00 committed by Gitee
commit 2f8c9dd467
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 5 deletions

Binary file not shown.

BIN
portalocker-2.6.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-portalocker
Version: 2.5.1
Version: 2.6.0
Release: 1
Summary: Wraps the portalocker recipe for easy usage
License: BSD-3-Clause
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
@ -14,7 +14,7 @@ Portalocker is a library to provide an easy API to file locking.
%package -n python3-portalocker
Summary: Wraps the portalocker recipe for easy usage
Provides: python-portalocker
Provides: python-portalocker = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-portalocker
@ -27,7 +27,7 @@ Provides: python3-portalocker-doc
Portalocker is a library to provide an easy API to file locking.
%prep
%autosetup -n portalocker-2.5.1
%autosetup -n portalocker-%{version}
%build
%py3_build
@ -62,12 +62,14 @@ mv %{buildroot}/doclist.lst .
%files -n python3-portalocker -f filelist.lst
%dir %{python3_sitelib}/*
%dir %{python3_sitelib}/portalocker/__pycache__
%files help -f doclist.lst
%{_docdir}/*
%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
- Update to 2.5.1