diff --git a/filelock-3.18.0.tar.gz b/filelock-3.18.0.tar.gz deleted file mode 100644 index 7de3e8328d6309a59c4dc93e43dbf93a720185a0..0000000000000000000000000000000000000000 Binary files a/filelock-3.18.0.tar.gz and /dev/null differ diff --git a/filelock-3.20.0.tar.gz b/filelock-3.20.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..69f8a18a88b8d5de2ff0b3fbf05a0c77927c2ebc Binary files /dev/null and b/filelock-3.20.0.tar.gz differ diff --git a/python-filelock.spec b/python-filelock.spec index e2344818894f805eca5dcc26ecb167d62b192e68..31209c3a3778107ff4f0ca58f9ddd255fcaeca95 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -1,5 +1,5 @@ Name: python-filelock -Version: 3.18.0 +Version: 3.20.0 Release: 1 Summary: A platform independent file lock License: Unlicense @@ -44,7 +44,7 @@ independent file locking mechanism for Python. %pyproject_install %check -export PYTHONPATH=%{buildroot}%{python3_sitelib}/ +%pytest pytest @@ -62,6 +62,11 @@ pytest %doc README.md %changelog +* Mon Oct 13 2025 lifeifei - 3.20.0-1 +- update package to 3.20.0 + Add tox.toml to source distribution; add Python 3.14 support, drop 3.9 + Add support for Python 3.14t (free-threaded); improve test coverage + * Wed Jun 04 2025 zhoulinshen - 3.18.0-1 - Update package to version 3.18.0