forked from pool/python-CommonMark
- 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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user