- 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
This commit is contained in:
Dirk Mueller 2024-06-17 06:00:40 +00:00 committed by Git OBS Bridge
parent aede924034
commit b086d0b833
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ea72da3be9b8c82afd3edcf99f2fffbb5076335a5ae4d03248bb5b6c3eae78a
size 15401

3
filelock-3.15.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58a2549afdf9e02e10720eaa4d4470f56386d7a6f72edd7d0596337af8ed7ad8
size 17564

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jun 17 06:00:15 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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