!13 Update package to version 3.12.4

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-10-27 09:36:20 +00:00 committed by Gitee
commit 8a2c02c3de
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
filelock-3.12.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: python-filelock
Version: 3.12.2
Version: 3.12.4
Release: 1
Summary: A platform independent file lock
License: Unlicense
URL: https://github.com/benediktschmitt/py-filelock
Source0: https://files.pythonhosted.org/packages/00/0b/c506e9e44e4c4b6c89fcecda23dc115bf8e7ff7eb127e0cb9c114cbc9a15/filelock-3.12.2.tar.gz
Source0: https://files.pythonhosted.org/packages/d5/71/bb1326535231229dd69a9dd2e338f6f54b2d57bd88fc4a52285c0ab8a5f6/filelock-3.12.4.tar.gz
BuildArch: noarch
@ -41,7 +41,7 @@ independent file locking mechanism for Python.
%pyproject_build
%install
%pyproject_install filelock==%{version}
%pyproject_install
%check
export PYTHONPATH=%{buildroot}%{python3_sitelib}/
@ -62,6 +62,9 @@ pytest
%doc README.md
%changelog
* Thu Oct 26 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 3.12.4-1
- Update package to version 3.12.4
* Wed Jun 21 2023 chendexi <chendexi@kylinos.cn> - 3.12.2-1
- Update package to version 3.12.2