15
0

Accepting request 1305274 from devel:languages:python

- Add missing BuildRequires on pytest-timeout.

- update to 3.19.1:
  * add 3.14t (free threading) to matrix
- update to 3.19.0:
  * Add support for 3.14

OBS-URL: https://build.opensuse.org/request/show/1305274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=25
This commit is contained in:
2025-09-17 14:42:31 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 5 deletions

Binary file not shown.

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

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Sep 17 01:56:39 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing BuildRequires on pytest-timeout.
-------------------------------------------------------------------
Sun Sep 14 20:36:58 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.19.1:
* add 3.14t (free threading) to matrix
- update to 3.19.0:
* Add support for 3.14
-------------------------------------------------------------------
Wed Mar 19 07:44:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-filelock
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2018 Matthias Fehring <buschmann23@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@@ -27,7 +27,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-filelock%{?pkg_suffix}
Version: 3.18.0
Version: 3.19.1
Release: 0
Summary: Platform Independent File Lock in Python
License: Unlicense
@@ -41,6 +41,7 @@ BuildRequires: %{python_module wheel}
%if %{with test}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest-timeout}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module virtualenv}
%endif