From 7276bd9297f9435fefb02c9087aa3b14cc05984c6a58c9d841faab0b2cbbc66f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 12 Apr 2024 17:03:58 +0000 Subject: [PATCH] - update to 3.13.4: * Raise error on incompatible singleton timeout and mode args - update to 3.13.3: * Make singleton class instance dict unique per subclass OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=38 --- filelock-3.13.2.tar.gz | 3 --- filelock-3.13.4.tar.gz | 3 +++ python-filelock.changes | 8 ++++++++ python-filelock.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 filelock-3.13.2.tar.gz create mode 100644 filelock-3.13.4.tar.gz diff --git a/filelock-3.13.2.tar.gz b/filelock-3.13.2.tar.gz deleted file mode 100644 index 12d1480..0000000 --- a/filelock-3.13.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e2106260b5f65600a31bc503721e3db7e64598bb406ebc5921aeaafe441ba34 -size 14731 diff --git a/filelock-3.13.4.tar.gz b/filelock-3.13.4.tar.gz new file mode 100644 index 0000000..8cbecb2 --- /dev/null +++ b/filelock-3.13.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13f466618bfde72bd2c18255e269f72542c6e70e7bac83a0232d6b1cc5c8cf4 +size 15093 diff --git a/python-filelock.changes b/python-filelock.changes index c25f8a2..0e208fa 100644 --- a/python-filelock.changes +++ b/python-filelock.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Apr 12 17:03:41 UTC 2024 - Dirk Müller + +- update to 3.13.4: + * Raise error on incompatible singleton timeout and mode args +- update to 3.13.3: + * Make singleton class instance dict unique per subclass + ------------------------------------------------------------------- Mon Mar 25 17:29:15 UTC 2024 - Dirk Müller diff --git a/python-filelock.spec b/python-filelock.spec index a5eca20..13dfe32 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: python-filelock -Version: 3.13.2 +Version: 3.13.4 Release: 0 Summary: Platform Independent File Lock in Python License: Unlicense