14
0
forked from pool/python-loguru

- add py313.patch, py314.patch: fixes for python 3.13 and 3.14

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-loguru?expand=0&rev=28
This commit is contained in:
2024-10-28 12:14:20 +00:00
committed by Git OBS Bridge
parent f0c0ea0a0a
commit 21d4da3b54
4 changed files with 214 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-loguru
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,9 @@ License: MIT
Group: Development/Languages/Python
URL: https://github.com/Delgan/loguru
Source: https://files.pythonhosted.org/packages/source/l/loguru/loguru-%{version}.tar.gz
# PATCH-FIX-UPSTREAM: taken from https://github.com/Delgan/loguru/pull/1079.patch
Patch1: py313.patch
Patch2: https://github.com/Delgan/loguru/commit/3a901de465b0dbb398f455dc3393d976fd0affbe.patch#/py314.patch
BuildRequires: %{python_module colorama}
BuildRequires: %{python_module freezegun}
BuildRequires: %{python_module pytest}