From 33679d0e16779f0bcb31fbf385a901e2c4873e5f1694c61c1c290cdb373a4785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 27 Feb 2024 15:20:13 +0000 Subject: [PATCH 1/2] add missing require OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=54 --- python-urwid.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-urwid.spec b/python-urwid.spec index d071d96..0aea153 100644 --- a/python-urwid.spec +++ b/python-urwid.spec @@ -35,6 +35,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-curses Requires: python-wcwidth +Requires: python-typing_extensions %python_subpackages %description From dd9e3446c1dd9087507c52fd918048214bd0f24d2981a19a90c58c0fb2d6d1e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 27 Feb 2024 15:21:14 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=55 --- python-urwid.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-urwid.changes b/python-urwid.changes index c2eb4c9..f3303a1 100644 --- a/python-urwid.changes +++ b/python-urwid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 27 15:20:40 UTC 2024 - Markéta Machová + +- Add missing runtime requirement typing_extensions + ------------------------------------------------------------------- Mon Feb 12 17:04:58 UTC 2024 - Matej Cepl