From 0eb17d819e863d335f24a640e8c954fa152a59c27d0b75d3ae921adbb3091150 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 7 Aug 2023 11:09:25 +0000 Subject: [PATCH 1/2] - use actual package name OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=43 --- python-wcwidth.changes | 5 +++++ python-wcwidth.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-wcwidth.changes b/python-wcwidth.changes index ac1ea87..4e065f2 100644 --- a/python-wcwidth.changes +++ b/python-wcwidth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 7 11:09:18 UTC 2023 - Dirk Müller + +- use actual package name + ------------------------------------------------------------------- Fri Apr 21 12:38:39 UTC 2023 - Dirk Müller diff --git a/python-wcwidth.spec b/python-wcwidth.spec index db400ce..a771864 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -30,7 +30,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch %if %python_version_nodots < 38 -Requires: python-importlib_metadata +Requires: python-importlib-metadata %endif %python_subpackages From 45691da031c948d24ca6a2aa69ddb680fe105f9fb3e7e873301ee574f4cd1c0c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 8 Aug 2023 07:04:54 +0000 Subject: [PATCH 2/2] - use actual package name for importlib-metadata requires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=44 --- python-wcwidth.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-wcwidth.changes b/python-wcwidth.changes index 4e065f2..4df7cd9 100644 --- a/python-wcwidth.changes +++ b/python-wcwidth.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Mon Aug 7 11:09:18 UTC 2023 - Dirk Müller -- use actual package name +- use actual package name for importlib-metadata requires ------------------------------------------------------------------- Fri Apr 21 12:38:39 UTC 2023 - Dirk Müller