From 3a28fe667e4f8bfd4672a0f793ccac3c0704aaf8a2b993ebe323a5d624d49326 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 20 Dec 2020 09:11:38 +0000 Subject: [PATCH] - add transitional typing-extensions provides OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typing_extensions?expand=0&rev=24 --- python-typing_extensions.changes | 5 +++++ python-typing_extensions.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-typing_extensions.changes b/python-typing_extensions.changes index 88609ae..e53f4c3 100644 --- a/python-typing_extensions.changes +++ b/python-typing_extensions.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Dec 20 09:11:23 UTC 2020 - Dirk Müller + +- add transitional typing-extensions provides + ------------------------------------------------------------------- Wed Nov 4 00:11:53 UTC 2020 - Matej Cepl diff --git a/python-typing_extensions.spec b/python-typing_extensions.spec index 2bd09ce..a04d36a 100644 --- a/python-typing_extensions.spec +++ b/python-typing_extensions.spec @@ -30,6 +30,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch +Provides: python-typing-extensions = %{version} %if %{with python2} BuildRequires: python-typing >= 3.7.4 %endif