- 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
This commit is contained in:
parent
cdcf49568c
commit
463d58e282
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3dd70e169bb5449e6bc6ff96aea89c5eea8c5f6ab5e207fc2f521a2cf4a0da9
|
||||
size 14229
|
3
pandocfilters-1.4.3.tar.gz
Normal file
3
pandocfilters-1.4.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc63fbb50534b4b1f8ebe1860889289e8af94a23bff7445259592df25a3906eb
|
||||
size 16586
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 4 21:06:04 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <mcepl@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user