Update package to version 3.12.4

This commit is contained in:
jxy_git 2023-10-26 14:24:49 +08:00
parent f65b5614a4
commit 2f6f6031b4
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 Name: python-filelock
Version: 3.12.2 Version: 3.12.4
Release: 1 Release: 1
Summary: A platform independent file lock Summary: A platform independent file lock
License: Unlicense License: Unlicense
URL: https://github.com/benediktschmitt/py-filelock 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 BuildArch: noarch
@ -41,7 +41,7 @@ independent file locking mechanism for Python.
%pyproject_build %pyproject_build
%install %install
%pyproject_install filelock==%{version} %pyproject_install
%check %check
export PYTHONPATH=%{buildroot}%{python3_sitelib}/ export PYTHONPATH=%{buildroot}%{python3_sitelib}/
@ -62,6 +62,9 @@ pytest
%doc README.md %doc README.md
%changelog %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 * Wed Jun 21 2023 chendexi <chendexi@kylinos.cn> - 3.12.2-1
- Update package to version 3.12.2 - Update package to version 3.12.2