From 79b48214d852e2ac61ac17222e13d86b78a3cde45d8aec04bab7239ac86c4f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 12 Mar 2020 11:41:09 +0000 Subject: [PATCH] Accepting request 784291 from home:mcalabkova:branches:devel:languages:python - Update to version 1.12.5 * tweak error messages of panflute.dump * allow slice assignment to element items (via ListContainer) * Tables should now work well without a header or without a body. * stringify() now adds quotes around the contents of a Quoted() element. OBS-URL: https://build.opensuse.org/request/show/784291 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-panflute?expand=0&rev=5 --- panflute-1.11.2.tar.gz | 3 --- panflute-1.12.5.tar.gz | 3 +++ python-panflute.changes | 9 +++++++++ python-panflute.spec | 15 ++++++++------- 4 files changed, 20 insertions(+), 10 deletions(-) delete mode 100644 panflute-1.11.2.tar.gz create mode 100644 panflute-1.12.5.tar.gz diff --git a/panflute-1.11.2.tar.gz b/panflute-1.11.2.tar.gz deleted file mode 100644 index 4c2065e..0000000 --- a/panflute-1.11.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61118563a8be3a8e71b9ab3e92c5a21712ed6ce647776914ed978d5f15c673f9 -size 30553 diff --git a/panflute-1.12.5.tar.gz b/panflute-1.12.5.tar.gz new file mode 100644 index 0000000..388d3ed --- /dev/null +++ b/panflute-1.12.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b89507c02fde97650441d50169958b50cb13000edcc7f061390ea6fc313775c +size 31091 diff --git a/python-panflute.changes b/python-panflute.changes index 193c752..cb17809 100644 --- a/python-panflute.changes +++ b/python-panflute.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Mar 12 11:32:27 UTC 2020 - Marketa Calabkova + +- Update to version 1.12.5 + * tweak error messages of panflute.dump + * allow slice assignment to element items (via ListContainer) + * Tables should now work well without a header or without a body. + * stringify() now adds quotes around the contents of a Quoted() element. + ------------------------------------------------------------------- Tue Nov 19 14:53:00 UTC 2019 - Todd R diff --git a/python-panflute.spec b/python-panflute.spec index 90c085c..9e9eb4f 100644 --- a/python-panflute.spec +++ b/python-panflute.spec @@ -1,7 +1,7 @@ # # spec file for package python-panflute # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,17 +12,18 @@ # 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/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-panflute -Version: 1.11.2 +Version: 1.12.5 Release: 0 -License: BSD-3-Clause Summary: Pandoc filters package for Python -Url: https://github.com/sergiocorreia/panflute +License: BSD-3-Clause Group: Development/Languages/Python +URL: https://github.com/sergiocorreia/panflute Source: https://files.pythonhosted.org/packages/source/p/panflute/panflute-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -31,8 +32,8 @@ BuildRequires: python-rpm-macros BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module click} BuildRequires: %{python_module future} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-cov} +BuildRequires: %{python_module pytest} BuildRequires: python-configparser BuildRequires: python-shutilwhich # /SECTION @@ -61,7 +62,7 @@ Panflute is a Python package for writing Pandoc filters. sed -i 's|shutilwhich||' %{buildroot}%{python3_sitelib}/panflute-*.egg-info/requires.txt %files %{python_files} -%doc README.md README.rst +%doc README.md %license LICENSE %python3_only %{_bindir}/panflute %python3_only %{_bindir}/panfl