From 753cae4c914464deadfc3bde7d3eaf21d1f4f9a0adb7a56aeb9f67e76d5297da Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 14 Mar 2023 22:24:46 +0000 Subject: [PATCH] - update to 3.9.1: * use time.perf_counter instead of time.monotonic OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=20 --- filelock-3.9.0.tar.gz | 3 --- filelock-3.9.1.tar.gz | 3 +++ python-filelock.changes | 6 ++++++ python-filelock.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 filelock-3.9.0.tar.gz create mode 100644 filelock-3.9.1.tar.gz diff --git a/filelock-3.9.0.tar.gz b/filelock-3.9.0.tar.gz deleted file mode 100644 index 4487c8a..0000000 --- a/filelock-3.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b319f24340b51f55a2bf7a12ac0755a9b03e718311dac567a0f4f7fabd2f5de -size 9709 diff --git a/filelock-3.9.1.tar.gz b/filelock-3.9.1.tar.gz new file mode 100644 index 0000000..7a7c089 --- /dev/null +++ b/filelock-3.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e393782f76abea324dee598d2ea145b857a20df0e0ee4f80fcf35e72a341d2c7 +size 9720 diff --git a/python-filelock.changes b/python-filelock.changes index 6b2c510..669add9 100644 --- a/python-filelock.changes +++ b/python-filelock.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 14 22:23:25 UTC 2023 - Dirk Müller + +- update to 3.9.1: + * use time.perf_counter instead of time.monotonic + ------------------------------------------------------------------- Wed Jan 4 12:59:24 UTC 2023 - Dirk Müller diff --git a/python-filelock.spec b/python-filelock.spec index 225b280..d0b6308 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -18,7 +18,7 @@ Name: python-filelock -Version: 3.9.0 +Version: 3.9.1 Release: 0 Summary: Platform Independent File Lock in Python License: Unlicense