14
0

- Add patch support-python313.patch:

* Support time.time_ns changes in Python 3.13+.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-json-logger?expand=0&rev=26
This commit is contained in:
2024-11-15 01:45:03 +00:00
committed by Git OBS Bridge
parent 2ce6f313d9
commit 330bb6f6fe
3 changed files with 91 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ URL: https://github.com/madzak/python-json-logger
Source: https://files.pythonhosted.org/packages/source/p/python-json-logger/python-json-logger-%{version}.tar.gz
# PATCH-FIX-UPSTREAM gh#madzak/python-json-logger#183
Patch0: support-python312.patch
# PATCH-FIX-UPSTREAM gh#madzak/python-json-logger#192
Patch1: support-python313.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}