Accepting request 1074152 from devel:languages:python

- Remove not needed dependency typing_extensions, just needed for
  python < 3.8

OBS-URL: https://build.opensuse.org/request/show/1074152
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-async_timeout?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2023-03-25 17:55:09 +00:00 committed by Git OBS Bridge
commit 7ceaa98c88
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 24 11:25:00 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Remove not needed dependency typing_extensions, just needed for
python < 3.8
-------------------------------------------------------------------
Sat Jan 15 16:39:14 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-async_timeout
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-async_timeout
Version: 4.0.2
@ -30,10 +29,8 @@ BuildRequires: %{python_module base >= 3.5.3}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module typing_extensions}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-typing_extensions
Provides: python-async-timeout = %{version}
Obsoletes: python-async-timeout < %{version}
BuildArch: noarch
@ -60,6 +57,7 @@ sed -i -e '/addopts/d' setup.cfg
%files %{python_files}
%doc CHANGES.rst README.rst
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/async_timeout
%{python_sitelib}/async_timeout-%{version}*-info
%changelog