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..b1a2773939e1e3ad2465fa7a0827f3259edb2b2a 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -1,10 +1,10 @@ Name: python-filelock -Version: 3.18.0 +Version: 3.20.0 Release: 1 Summary: A platform independent file lock License: Unlicense URL: https://github.com/benediktschmitt/py-filelock -Source0: %{pypi_source filelock} +Source0: https://files.pythonhosted.org/packages/58/46/0028a82567109b5ef6e4d2a1f04a583fb513e6cf9527fcdd09afd817deeb/filelock-3.20.0.tar.gz BuildArch: noarch @@ -62,6 +62,12 @@ pytest %doc README.md %changelog +* Fri Nov 07 2025 peiliya - 3.20.0-1 +- Update package to version 3.20.0 +- Add tox.toml to sdist +- Update docs with example +- Add python 3.14 support and drop python 3.9 + * Wed Jun 04 2025 zhoulinshen - 3.18.0-1 - Update package to version 3.18.0