15
0

Accepting request 1234587 from home:nkrapp:branches:devel:languages:python

- Add fix-python313-tests.patch to fix tests under Python 3.13

OBS-URL: https://build.opensuse.org/request/show/1234587
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bpython?expand=0&rev=34
This commit is contained in:
2025-01-03 11:04:50 +00:00
committed by Git OBS Bridge
parent 78869e0f23
commit 6872a07b7e
3 changed files with 82 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-bpython
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@ Summary: Fancy Interface to the Python Interpreter
License: MIT
URL: https://www.bpython-interpreter.org/
Source: https://files.pythonhosted.org/packages/source/b/bpython/bpython-%{version}.tar.gz
# PATCH-FIX-UPSTREAM fix-python313-tests.patch from commits: gh#bbdff64 and gh#45f4117
Patch0: fix-python313-tests.patch
BuildRequires: %{python_module Babel}
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module pip}
@@ -40,7 +42,7 @@ Requires: python-pygments
Requires: python-pyxdg
Requires: python-requests
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
Recommends: python-cwcwidth
Recommends: python-jedi
Recommends: python-ndg-httpsclient