diff --git a/filelock-3.12.3.tar.gz b/filelock-3.12.3.tar.gz deleted file mode 100644 index 978a1e4..0000000 --- a/filelock-3.12.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ecc1dd2ec4672a10c8550a8182f1bd0c0a5088470ecd5a125e45f49472fac3d -size 13746 diff --git a/filelock-3.13.1.tar.gz b/filelock-3.13.1.tar.gz new file mode 100644 index 0000000..8efa41c --- /dev/null +++ b/filelock-3.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e +size 14553 diff --git a/python-filelock.changes b/python-filelock.changes index 8b0337c..7039610 100644 --- a/python-filelock.changes +++ b/python-filelock.changes @@ -1,7 +1,18 @@ +------------------------------------------------------------------- +Mon Nov 27 15:45:31 UTC 2023 - Dirk Müller + +- update to 3.13.1: + * Allow users to subclass FileLock with custom keyword + arguments + * Support reentrant locking on lock file path via optional + singleton instance + * change typing-extensions to be installed only with the + [typing] extra + ------------------------------------------------------------------- Fri Sep 8 04:26:16 UTC 2023 - Steve Kowalik -- Add missing Requires on typing-extensions if < 3.11 +- Add missing Requires on typing-extensions if < 3.11 ------------------------------------------------------------------- Thu Sep 7 11:00:28 UTC 2023 - Dirk Müller diff --git a/python-filelock.spec b/python-filelock.spec index 10ad1e8..414366f 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: python-filelock -Version: 3.12.3 +Version: 3.13.1 Release: 0 Summary: Platform Independent File Lock in Python License: Unlicense