15
0

- Drop broken %ifpython3 macro

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CommonMark?expand=0&rev=25
This commit is contained in:
2021-04-14 06:00:47 +00:00
committed by Git OBS Bridge
parent 77cbd826ce
commit 3d47c6a786
2 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 14 06:00:21 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Drop broken %ifpython3 macro
-------------------------------------------------------------------
Wed May 6 09:55:17 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-CommonMark
#
# 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
@@ -31,7 +31,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-setuptools
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
Provides: python-commonmark = %{version}
Obsoletes: python-commonmark < %{version}
BuildArch: noarch
@@ -43,11 +43,9 @@ Requires: python-future >= 0.14.0
Obsoletes: %{oldpython}-commonmark < %{version}
Provides: %{oldpython}-commonmark = %{version}
%endif
%ifpython3
Conflicts: cmark
Provides: cmark-python
Obsoletes: cmark-python
%endif
%python_subpackages
%description