From 0dfc5a2850718ac953dbe302fc4c8db1657c1645fc795a3891119531081b054f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 13:44:17 +0000 Subject: [PATCH 1/2] Fix %pytest call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markups?expand=0&rev=12 --- python-Markups.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-Markups.spec b/python-Markups.spec index a4fa177..a1f0e27 100644 --- a/python-Markups.spec +++ b/python-Markups.spec @@ -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/ # From 8a483ec0fd99a3fdd3034a8b85095ca4f0857140de6b2e3a749db83fb4ddabeb Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 7 Nov 2019 14:57:31 +0000 Subject: [PATCH 2/2] Run through spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markups?expand=0&rev=13 --- python-Markups.changes | 5 +++++ python-Markups.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-Markups.changes b/python-Markups.changes index 0e21b5c..3c0b164 100644 --- a/python-Markups.changes +++ b/python-Markups.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 7 14:57:06 UTC 2019 - Matej Cepl + +- Run through spec-cleaner + ------------------------------------------------------------------- Wed Jan 2 12:46:35 UTC 2019 - badshah400@gmail.com diff --git a/python-Markups.spec b/python-Markups.spec index a1f0e27..20ba083 100644 --- a/python-Markups.spec +++ b/python-Markups.spec @@ -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