From ac139f1b270ed02061c4440f992650e693cf2f8b4fe9b589e08383dbf5111ff4 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 24 Mar 2023 11:26:10 +0000 Subject: [PATCH] - Remove not needed dependency typing_extensions, just needed for python < 3.8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async_timeout?expand=0&rev=13 --- python-async_timeout.changes | 6 ++++++ python-async_timeout.spec | 8 +++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/python-async_timeout.changes b/python-async_timeout.changes index f3046a8..4aed6b3 100644 --- a/python-async_timeout.changes +++ b/python-async_timeout.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 24 11:25:00 UTC 2023 - Daniel Garcia + +- Remove not needed dependency typing_extensions, just needed for + python < 3.8 + ------------------------------------------------------------------- Sat Jan 15 16:39:14 UTC 2022 - Dirk Müller diff --git a/python-async_timeout.spec b/python-async_timeout.spec index 9b8979b..1bd2c47 100644 --- a/python-async_timeout.spec +++ b/python-async_timeout.spec @@ -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