From b086d0b833dd57aa59de1c73550b2a7884a66d5b6b8039e83c75420a044cb8d7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 17 Jun 2024 06:00:40 +0000 Subject: [PATCH] - update to 3.15.1: * Hotfix: Restore __init__ method; more robust initialization for singleton locks - update to 3.15.0: * asyncio support * Don't initialize BaseFileLock when just returning existing instance OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=42 --- filelock-3.14.0.tar.gz | 3 --- filelock-3.15.1.tar.gz | 3 +++ python-filelock.changes | 11 +++++++++++ python-filelock.spec | 5 ++++- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 filelock-3.14.0.tar.gz create mode 100644 filelock-3.15.1.tar.gz diff --git a/filelock-3.14.0.tar.gz b/filelock-3.14.0.tar.gz deleted file mode 100644 index f3d018c..0000000 --- a/filelock-3.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ea72da3be9b8c82afd3edcf99f2fffbb5076335a5ae4d03248bb5b6c3eae78a -size 15401 diff --git a/filelock-3.15.1.tar.gz b/filelock-3.15.1.tar.gz new file mode 100644 index 0000000..71f2a41 --- /dev/null +++ b/filelock-3.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a2549afdf9e02e10720eaa4d4470f56386d7a6f72edd7d0596337af8ed7ad8 +size 17564 diff --git a/python-filelock.changes b/python-filelock.changes index ddf1483..a4a7f2c 100644 --- a/python-filelock.changes +++ b/python-filelock.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jun 17 06:00:15 UTC 2024 - Dirk Müller + +- update to 3.15.1: + * Hotfix: Restore __init__ method; more robust initialization + for singleton locks +- update to 3.15.0: + * asyncio support + * Don't initialize BaseFileLock when just returning existing + instance + ------------------------------------------------------------------- Fri May 3 07:35:30 UTC 2024 - Dirk Müller diff --git a/python-filelock.spec b/python-filelock.spec index 2817bb2..ed11799 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -19,15 +19,17 @@ %{?sle15_python_module_pythons} Name: python-filelock -Version: 3.14.0 +Version: 3.15.1 Release: 0 Summary: Platform Independent File Lock in Python License: Unlicense URL: https://github.com/tox-dev/py-filelock Source: https://files.pythonhosted.org/packages/source/f/filelock/filelock-%{version}.tar.gz +BuildRequires: %{python_module asyncio} BuildRequires: %{python_module hatch_vcs} BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} +BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module wheel} @@ -36,6 +38,7 @@ BuildRequires: python-rpm-macros %if 0%{?python_version_nodots} < 311 Requires: python-typing_extensions >= 4.7.1 %endif +Requires: python-asyncio BuildArch: noarch %python_subpackages