python-m2r 0.3.1-0.1 source package in Ubuntu

Changelog

python-m2r (0.3.1-0.1) unstable; urgency=medium

  * Non-maintainer upload, with maintainer's permission.
  * New upstream release.
    - Compatible with docutils 0.19 (closes: #1026288).
  * Drop patches, no longer needed with the new release:
    - debian/patches/0001_fix_Python_3_10.patch
    - debian/patches/1001_modernize_sphinx.patch
  * Refresh 2001_privacy.patch and 2003_mistune0.patch.
  * Drop python3-mock build-dependency. This package uses unittest.mock.
  * Fix built-using-field-on-arch-all-package Lintian warning.

 -- Dmitry Shachnev <email address hidden>  Tue, 10 Jan 2023 12:01:56 +0400

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-m2r_0.3.1-0.1.dsc 2.1 KiB 293987114a0c369271bed4d80af2050f29a79c52f37d87fc2e61f62e0e1321de
python-m2r_0.3.1.orig.tar.gz 23.9 KiB db99105d3b43121ca31d543f561a2078c00d0b9d9d6a7062b64ca5d084a74288
python-m2r_0.3.1-0.1.debian.tar.xz 5.5 KiB 08ae1946ca93588bc2a400614c5aa50a9460b9b2d58a5a7ba02780416b3b6e2e

Available diffs

No changes file available.

Binary packages built by this source

m2r: Markdown and reStructuredText in a single file - CLI tool

 M2R converts a markdown file including reStructuredText (rst) markups
 to a valid rst format.
 .
 Use case is writing sphinx document in markdown,
 since it's widely used now and easy to write code blocks and lists.
 However, converters using pandoc or recommonmark
 do not support many rst markups and sphinx extensions.
 For example, rst's reference link like ``see `ref`_``
 (this is very convenient in long document
 in which same link appears multiple times)
 will be converted to a code block in HTML
 like `see <code>ref</code>_`,
 which is not expected.
 .
 This package provides the command-line tool m2r.

python-m2r-doc: Markdown and reStructuredText in a single file - documentation

 M2R converts a markdown file including reStructuredText (rst) markups
 to a valid rst format.
 .
 Use case is writing sphinx document in markdown,
 since it's widely used now and easy to write code blocks and lists.
 However, converters using pandoc or recommonmark
 do not support many rst markups and sphinx extensions.
 For example, rst's reference link like ``see `ref`_``
 (this is very convenient in long document
 in which same link appears multiple times)
 will be converted to a code block in HTML
 like `see <code>ref</code>_`,
 which is not expected.
 .
 This package provides documentation for the m2r module.

python3-m2r: No summary available for python3-m2r in ubuntu oracular.

No description available for python3-m2r in ubuntu oracular.