From fea8e5dd349bb4e2d8cbee6df73b56013d566ae888c5b687b77effd50a53281f Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 28 Apr 2023 07:12:51 +0000 Subject: [PATCH] - Correct Requires for typing_extensions. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=89 --- python-astroid.changes | 5 +++++ python-astroid.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-astroid.changes b/python-astroid.changes index 09879b8..194a1c9 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 28 07:12:30 UTC 2023 - Steve Kowalik + +- Correct Requires for typing_extensions. + ------------------------------------------------------------------- Tue Apr 25 22:00:42 UTC 2023 - Dirk Müller diff --git a/python-astroid.spec b/python-astroid.spec index f2c3b4c..e10ad29 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -42,7 +42,7 @@ BuildArch: noarch %if 0%{?python_version_nodots} < 38 Requires: python-typed-ast >= 1.4 %endif -%if 0%{?python_version_nodots} < 310 +%if 0%{?python_version_nodots} < 311 Requires: python-typing-extensions >= 3.10 %endif %if 0%{?python_version_nodots} < 311