From cf49dc1a3727d4b099b5e1acf373568f7216f7dc6f13b87ff47f4b5e61cb56f6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 10 Feb 2021 22:33:55 +0000 Subject: [PATCH] Accepting request 870964 from home:mcalabkova:branches:devel:languages:python - Get rid of %ifpython3 - Drop the conflict, the old version is only on Leap 15.1 and older by now OBS-URL: https://build.opensuse.org/request/show/870964 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requirements-detector?expand=0&rev=18 --- python-requirements-detector.changes | 6 ++++++ python-requirements-detector.spec | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/python-requirements-detector.changes b/python-requirements-detector.changes index 3a3c1f5..424f9ee 100644 --- a/python-requirements-detector.changes +++ b/python-requirements-detector.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 10 16:28:05 UTC 2021 - Markéta Machová + +- Get rid of %ifpython3 +- Drop the conflict, the old version is only on Leap 15.1 and older by now + ------------------------------------------------------------------- Mon Aug 3 10:06:26 UTC 2020 - Marketa Calabkova diff --git a/python-requirements-detector.spec b/python-requirements-detector.spec index 8de412a..0c9d0a7 100644 --- a/python-requirements-detector.spec +++ b/python-requirements-detector.spec @@ -1,7 +1,7 @@ # # spec file for package python-requirements-detector # -# Copyright (c) 2020 SUSE LLC +# 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 @@ -38,9 +38,6 @@ BuildArch: noarch BuildRequires: %{python_module astroid >= 1.4} BuildRequires: %{python_module pytest} # /SECTION -%ifpython3 -Conflicts: %{oldpython}-requirements-detector < 0.6 -%endif %python_subpackages %description