Hello community,
here is the log from the commit of package python-pandocfilters for
openSUSE:Factory checked in at 2018-05-13 16:06:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pandocfilters (Old)
and /work/SRC/openSUSE:Factory/.python-pandocfilters.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pandocfilters"
Sun May 13 16:06:19 2018 rev:3 rq:606529 version:1.4.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pandocfilters/python-pandocfilters.changes
2017-11-10 14:56:58.836982685 +0100
+++
/work/SRC/openSUSE:Factory/.python-pandocfilters.new/python-pandocfilters.changes
2018-05-13 16:06:54.882283199 +0200
@@ -1,0 +2,5 @@
+Fri May 11 19:57:34 UTC 2018 - [email protected]
+
+- pandoc is not strictly necessart to use this.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pandocfilters.spec ++++++
--- /var/tmp/diff_new_pack.duNQt3/_old 2018-05-13 16:06:55.750251535 +0200
+++ /var/tmp/diff_new_pack.duNQt3/_new 2018-05-13 16:06:55.754251389 +0200
@@ -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 @@
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 @@
%files %{python_files}
%defattr(-,root,root,-)
-%doc LICENSE README README.rst
+%doc README README.rst
%doc examples/
+%license LICENSE
%{python_sitelib}/*
%changelog