From 8443d4665481dbafc9b2d06c3cc4586057d7b0a4317e18437f466430363290e8 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Tue, 7 Nov 2017 14:54:52 +0000 Subject: [PATCH] Accepting request 538963 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/538963 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pandocfilters?expand=0&rev=4 --- pandocfilters-1.4.1.tar.gz | 3 --- pandocfilters-1.4.2.tar.gz | 3 +++ python-pandocfilters.changes | 11 +++++++++++ python-pandocfilters.spec | 9 +++++---- 4 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 pandocfilters-1.4.1.tar.gz create mode 100644 pandocfilters-1.4.2.tar.gz diff --git a/pandocfilters-1.4.1.tar.gz b/pandocfilters-1.4.1.tar.gz deleted file mode 100644 index 37a8bef..0000000 --- a/pandocfilters-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec8bcd100d081db092c57f93462b1861bcfa1286ef126f34da5cb1d969538acd -size 14265 diff --git a/pandocfilters-1.4.2.tar.gz b/pandocfilters-1.4.2.tar.gz new file mode 100644 index 0000000..0481f0d --- /dev/null +++ b/pandocfilters-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3dd70e169bb5449e6bc6ff96aea89c5eea8c5f6ab5e207fc2f521a2cf4a0da9 +size 14229 diff --git a/python-pandocfilters.changes b/python-pandocfilters.changes index 9272308..4f122b2 100644 --- a/python-pandocfilters.changes +++ b/python-pandocfilters.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Nov 4 02:08:16 UTC 2017 - arun@gmx.de + +- update to version 1.4.2: + * Fixed minor RST error in README. + * Fixed typo. + * Change element constructor function elt() to return a list instead + of a tuple when numargs > 1, enabling elements to be traversed by + walk(). + * Fix indentation of a doc-string + ------------------------------------------------------------------- Fri Mar 31 03:40:09 UTC 2017 - toddrme2178@gmail.com diff --git a/python-pandocfilters.spec b/python-pandocfilters.spec index 3e5c405..db27aef 100644 --- a/python-pandocfilters.spec +++ b/python-pandocfilters.spec @@ -13,21 +13,22 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pandocfilters -Version: 1.4.1 +Version: 1.4.2 Release: 0 -License: BSD-3-Clause Summary: Python module for writing pandoc filters -Url: http://github.com/jgm/pandocfilters +License: BSD-3-Clause Group: Development/Languages/Python +Url: http://github.com/jgm/pandocfilters Source: https://pypi.io/packages/source/p/pandocfilters/pandocfilters-%{version}.tar.gz -BuildRequires: python-rpm-macros 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 BuildArch: noarch