python-pandocfilters 1.4.2-2 source package in Ubuntu
Changelog
python-pandocfilters (1.4.2-2) unstable; urgency=medium [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/copyright: Use https protocol in Format field * d/control: Remove ancient X-Python-Version field * d/control: Remove ancient X-Python3-Version field * Convert git repository from git-dpm to gbp layout [ Sebastian Humenda ] * Drop python2 version * Bump standards-version -- Sebastian Humenda <email address hidden> Sun, 15 Dec 2019 10:23:54 +0100
Upload details
- Uploaded by:
- Debian Python Modules Team on 2019-12-16
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Groovy | release | on 2020-04-24 | universe | misc |
Focal | release | on 2019-12-16 | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-pandocfilters_1.4.2-2.dsc | 2.1 KiB | de3bda442c63d38e1fcb480f682632511a9a0196ffd111059a06a6a0c1515f28 |
python-pandocfilters_1.4.2.orig.tar.gz | 13.9 KiB | b3dd70e169bb5449e6bc6ff96aea89c5eea8c5f6ab5e207fc2f521a2cf4a0da9 |
python-pandocfilters_1.4.2-2.debian.tar.xz | 2.4 KiB | b5be4d769a198f674863dc5c5152b3f4ef1b2192c29b6a21de229d3b1299f469 |
Available diffs
- diff from 1.4.2-1 to 1.4.2-2 (1.5 KiB)
No changes file available.
Binary packages built by this source
- python3-pandocfilters: python3 bindings for Pandoc's filters
Pandoc is a powerful utility to transform various input formats into a wide
range of output formats. To alter the exported output document, Pandoc allows
the usage of filters, which are pipes that read a JSON serialization of the
Pandoc AST from stdin, transform it in some way, and write it to stdout. It
allows therefore to alter the processing of Pandoc's supported input formats,
for instance one can add new syntax elements to markdown, etc.
.
This package provides Python3 bindings.