pymarkups 4.0.0-1 source package in Ubuntu

Changelog

pymarkups (4.0.0-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on dh-python, python3-all and
      python3-markdown.
    + python3-markups: Drop versioned constraint on python3-markdown in
      Recommends.
    + python3-markups: Drop versioned constraint on retext in Breaks.

  [ Dmitry Shachnev ]
  * New upstream release.
  * Drop pygments_2.11.patch, included in the new release.
  * Build with pybuild-plugin-pyproject.
  * Update debian/copyright.
  * Bump python3-setuptools build-dependency to 61.2.
  * Add Markups.egg-info/ to debian/clean.

 -- Dmitry Shachnev <email address hidden>  Tue, 17 Jan 2023 14:35:05 +0400

Upload details

Uploaded by:
Dmitry Shachnev
Uploaded to:
Sid
Original maintainer:
Dmitry Shachnev
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
pymarkups_4.0.0-1.dsc 2.5 KiB b38fbf6b81e43624f3b6acad39a8a822ba4726564bcdbecd7598f034b356d32d
pymarkups_4.0.0.orig.tar.gz 22.4 KiB 3ddb9afb1c55d0cff812e3392ca33f468498c0707a4fa8b2e05d0ba0d32c019e
pymarkups_4.0.0.orig.tar.gz.asc 862 bytes 41dff090f4d78695ed1a1721928ea578eb957e90e01364211afec5dcfd68d21f
pymarkups_4.0.0-1.debian.tar.xz 10.6 KiB 9722ac9d09ae0211589a53ed1056a5df10e941cb12958cb8eba68d703fcdfedd

Available diffs

No changes file available.

Binary packages built by this source

python3-markups: Wrapper around various text markups, implemented in Python 3

 This module provides a wrapper around various text markup languages.
 .
 Available by default are Markdown, reStructuredText and Textile, but you
 can easily add your own markups.
 .
 It is also possible to implement custom markups (inherited from AbstractMarkup
 class).