From 3f1a382bea3af1b933ccb2a1c32c06477b2fb45d08fbe9f5df381377398c0e6a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 27 Jan 2021 07:53:58 +0000 Subject: [PATCH] Accepting request 867072 from home:alarrosa:branches:devel:languages:python - Fix Obsolete/Provides to work with multiple python3 flavors OBS-URL: https://build.opensuse.org/request/show/867072 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async_timeout?expand=0&rev=9 --- python-async_timeout.changes | 5 +++++ python-async_timeout.spec | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/python-async_timeout.changes b/python-async_timeout.changes index 3c30828..4efb1c8 100644 --- a/python-async_timeout.changes +++ b/python-async_timeout.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 27 07:40:03 UTC 2021 - Antonio Larrosa + +- Fix Obsolete/Provides to work with multiple python3 flavors + ------------------------------------------------------------------- Wed Mar 6 12:32:14 UTC 2019 - Tomáš Chvátal diff --git a/python-async_timeout.spec b/python-async_timeout.spec index 46d5fb2..d90d71f 100644 --- a/python-async_timeout.spec +++ b/python-async_timeout.spec @@ -1,7 +1,7 @@ # # spec file for package python-async_timeout # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,10 +33,8 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch -%ifpython3 -Provides: python3-async-timeout = %{version} -Obsoletes: python3-async-timeout < %{version} -%endif +Provides: python-async-timeout = %{version} +Obsoletes: python-async-timeout < %{version} %python_subpackages %description