Accepting request 1083439 from devel:languages:python

- Correct Requires for typing_extensions.

OBS-URL: https://build.opensuse.org/request/show/1083439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astroid?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2023-04-29 15:27:44 +00:00 committed by Git OBS Bridge
commit 462a18e51d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 28 07:12:30 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Correct Requires for typing_extensions.
-------------------------------------------------------------------
Tue Apr 25 22:00:42 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -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