From 463d58e2828fc4e10d9c5426af0149828746186f48435d4eafb52c223ab60a27 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 4 Mar 2021 21:07:23 +0000 Subject: [PATCH] - update to 1.4.3: * LilyPond: take in account width and staffsize from metadata * Autodetect gregorio executables * Fix metavars example * Documentation fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pandocfilters?expand=0&rev=10 --- pandocfilters-1.4.2.tar.gz | 3 --- pandocfilters-1.4.3.tar.gz | 3 +++ python-pandocfilters.changes | 9 +++++++++ python-pandocfilters.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 pandocfilters-1.4.2.tar.gz create mode 100644 pandocfilters-1.4.3.tar.gz diff --git a/pandocfilters-1.4.2.tar.gz b/pandocfilters-1.4.2.tar.gz deleted file mode 100644 index 0481f0d..0000000 --- a/pandocfilters-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3dd70e169bb5449e6bc6ff96aea89c5eea8c5f6ab5e207fc2f521a2cf4a0da9 -size 14229 diff --git a/pandocfilters-1.4.3.tar.gz b/pandocfilters-1.4.3.tar.gz new file mode 100644 index 0000000..9a7677a --- /dev/null +++ b/pandocfilters-1.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc63fbb50534b4b1f8ebe1860889289e8af94a23bff7445259592df25a3906eb +size 16586 diff --git a/python-pandocfilters.changes b/python-pandocfilters.changes index 2e60b8d..551fe04 100644 --- a/python-pandocfilters.changes +++ b/python-pandocfilters.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Mar 4 21:06:04 UTC 2021 - Dirk Müller + +- update to 1.4.3: + * LilyPond: take in account width and staffsize from metadata + * Autodetect gregorio executables + * Fix metavars example + * Documentation fixes + ------------------------------------------------------------------- Tue Dec 4 12:51:06 UTC 2018 - Matej Cepl diff --git a/python-pandocfilters.spec b/python-pandocfilters.spec index b9d1d83..e2f7535 100644 --- a/python-pandocfilters.spec +++ b/python-pandocfilters.spec @@ -1,7 +1,7 @@ # # spec file for package python-pandocfilters # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pandocfilters -Version: 1.4.2 +Version: 1.4.3 Release: 0 Summary: Python module for writing pandoc filters License: BSD-3-Clause Group: Development/Languages/Python -Url: http://github.com/jgm/pandocfilters +URL: http://github.com/jgm/pandocfilters Source: https://pypi.io/packages/source/p/pandocfilters/pandocfilters-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros