15
0

- update to 3.12.1:

* Add 3.12 support
  * Fix test_bad_lock_file for other OSes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=26
This commit is contained in:
2023-06-11 12:40:53 +00:00
committed by Git OBS Bridge
parent 000b45a580
commit 4d6bb23bed
4 changed files with 12 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
Name: python-filelock
Version: 3.12.0
Version: 3.12.1
Release: 0
Summary: Platform Independent File Lock in Python
License: Unlicense
@@ -28,8 +28,8 @@ Source: https://files.pythonhosted.org/packages/source/f/filelock/filelo
BuildRequires: %{python_module hatch_vcs}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros