Accepting request 606528 from home:TheBlackCat:branches:devel:languages:python

- pandoc is not strictly necessart to use this.

OBS-URL: https://build.opensuse.org/request/show/606528
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pandocfilters?expand=0&rev=6
This commit is contained in:
Todd R 2018-05-11 19:58:36 +00:00 committed by Git OBS Bridge
parent 8443d46654
commit 34aff91204
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 11 19:57:34 UTC 2018 - toddrme2178@gmail.com
- pandoc is not strictly necessart to use this.
-------------------------------------------------------------------
Sat Nov 4 02:08:16 UTC 2017 - arun@gmx.de

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pandocfilters
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -27,10 +27,8 @@ Url: http://github.com/jgm/pandocfilters
Source: https://pypi.io/packages/source/p/pandocfilters/pandocfilters-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: pandoc >= 1.16
BuildRequires: python-rpm-macros
Requires: pandoc >= 1.16
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Recommends: pandoc >= 1.16
BuildArch: noarch
%python_subpackages
@ -56,8 +54,9 @@ sed -i 's/^#\!\/.*//g' examples/*.py
%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE README README.rst
%doc README README.rst
%doc examples/
%license LICENSE
%{python_sitelib}/*
%changelog