python-markdown 3.6-1 source package in Ubuntu

Changelog

python-markdown (3.6-1) unstable; urgency=medium

  * New upstream release.
  * Drop add_scripts.diff, no longer needed.
  * Drop obsolete Breaks/Replaces.
  * Add a patch to use local Python inventory file.
    - Make python-markdown-doc recommend python3-doc.
  * Add a patch to fix links to source code on GitHub from the docs.
  * Set XDG_CACHE_HOME when building docs, to prevent mkdocstrings from
    using ~/.cache.
  * Make sure that the docs are built with the current markdown module,
    not with the one installed via build-dependencies.

 -- Dmitry Shachnev <email address hidden>  Mon, 18 Mar 2024 15:28:28 +0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular proposed main python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-markdown_3.6-1.dsc 2.5 KiB 5584e9958c95be722cbbe642cf4f94f89944350a7224d13fc894e750f862889b
python-markdown_3.6.orig.tar.gz 346.4 KiB ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224
python-markdown_3.6-1.debian.tar.xz 10.9 KiB d911ecb3131440138bf34305026613ab3542f05cb566bde6932cb4d8a334f276

No changes file available.

Binary packages built by this source

python-markdown-doc: text-to-HTML conversion library/tool (documentation)

 Markdown is a text-to-HTML conversion tool for web writers. Markdown
 allows you to write using an easy-to-read, easy-to-write plain text
 format, then convert it to structurally valid XHTML (or HTML).
 .
 This is a Python implementation of John Gruber's Markdown. The current
 version of python-markdown implements all Markdown syntax features and
 fully passes Markdown Test Suite 1.0. It also supports footnotes and
 attributes.
 .
 This package contains HTML documentation files for python-markdown.

python3-markdown: text-to-HTML conversion library/tool (Python 3 version)

 Markdown is a text-to-HTML conversion tool for web writers. Markdown
 allows you to write using an easy-to-read, easy-to-write plain text
 format, then convert it to structurally valid XHTML (or HTML).
 .
 This is a Python implementation of John Gruber's Markdown. The current
 version of python-markdown implements all Markdown syntax features and
 fully passes Markdown Test Suite 1.0. It also supports footnotes and
 attributes.
 .
 This package contains all the files needed to use Markdown with Python
 3.x.