15
0

Accepting request 746307 from devel:languages:python

- Run through spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/746307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Markups?expand=0&rev=7
This commit is contained in:
2019-11-13 12:14:28 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 7 14:57:06 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Run through spec-cleaner
-------------------------------------------------------------------
Wed Jan 2 12:46:35 UTC 2019 - badshah400@gmail.com

View File

@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -22,17 +22,16 @@ Version: 3.0.0
Release: 0
Summary: A wrapper around various text markups
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/mitya57/pymarkups
Source: https://files.pythonhosted.org/packages/source/M/Markups/Markups-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-markdown-math
BuildArch: noarch
# SECTION Required for %%check
BuildRequires: %{python_module markdown-math}
# /SECTION
Requires: python-markdown-math
BuildArch: noarch
%python_subpackages
%description