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