diff --git a/filelock-3.12.2.tar.gz b/filelock-3.12.2.tar.gz deleted file mode 100644 index 2f9e732..0000000 Binary files a/filelock-3.12.2.tar.gz and /dev/null differ diff --git a/filelock-3.12.4.tar.gz b/filelock-3.12.4.tar.gz new file mode 100644 index 0000000..64d296d Binary files /dev/null and b/filelock-3.12.4.tar.gz differ diff --git a/python-filelock.spec b/python-filelock.spec index f7c3ca6..291e113 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -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 - 3.12.4-1 +- Update package to version 3.12.4 + * Wed Jun 21 2023 chendexi - 3.12.2-1 - Update package to version 3.12.2