Accepting request 539577 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/539577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandocfilters?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2017-11-10 13:56:39 +00:00 committed by Git OBS Bridge
commit 6b71d12ba2
4 changed files with 19 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec8bcd100d081db092c57f93462b1861bcfa1286ef126f34da5cb1d969538acd
size 14265

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3dd70e169bb5449e6bc6ff96aea89c5eea8c5f6ab5e207fc2f521a2cf4a0da9
size 14229

View File

@ -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

View File

@ -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