python-pandocfilters 1.5.0-1 source package in Ubuntu

Changelog

python-pandocfilters (1.5.0-1) unstable; urgency=medium

  [ Sebastian Humenda ]
  * New upstream version
  * Update standards-version (no changes required)
  * Debian'ise examples/: fix file permissions, fix interpreter line
  * Remove python2 left-overs

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Remove constraints unnecessary since buster:
    + python3-pandocfilters: Drop versioned constraint on pandoc in Recommends.

 -- Sebastian Humenda <email address hidden>  Tue, 23 Nov 2021 20:37:18 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pandocfilters_1.5.0-1.dsc 2.1 KiB 6a4135ef4d337abd0d5b784566c527c2e72e8e3cedb36892ffdfc18a37019426
python-pandocfilters_1.5.0.orig.tar.gz 20.0 KiB c31a00bd7b1d6c25eeb84e0db6b5e6d75f266e85b3eecdc91f048736147f07bc
python-pandocfilters_1.5.0-1.debian.tar.xz 3.7 KiB 4546a1f0ef82793e3e43fb8a4b5b2bf2e5a4a443d07ce12cf889d79b9fb850c7

Available diffs

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.