1
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:
Dirk Mueller 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

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82b1f7da46f0ae42abf1bc78e548667f484ac59d2bcec38c713cee7e2eb51e83
size 12445

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jun 11 12:40:08 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.12.1:
* Add 3.12 support
* Fix test_bad_lock_file for other OSes
-------------------------------------------------------------------
Tue Apr 25 23:29:13 UTC 2023 - John Vandenberg <jayvdb@gmail.com>

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