django-markupfield 2.0.0-1 source package in Ubuntu

Changelog

django-markupfield (2.0.0-1) unstable; urgency=low

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Repository, Repository-Browse.

  [ Michael Fladischer ]
  * New upstream release.
  * Bump Standards-Version to 4.5.0.
  * Set Rules-Requires-Root: no.
  * Bump required Django version to 2.2.

 -- Michael Fladischer <email address hidden>  Wed, 18 Mar 2020 22:23:10 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-markupfield_2.0.0-1.dsc 1.8 KiB 6c3934ba1d0ae6d9ec4d17a00facb976282ca4f035bf3c92ac0b88706590bd6a
django-markupfield_2.0.0.orig.tar.gz 13.4 KiB 422a87eb847a821924f329758542b5ff466a3ddda7f6d31144cb152b3db298a0
django-markupfield_2.0.0-1.debian.tar.xz 4.4 KiB 05d6b872b69094a81380e10a40c8aa2234180554218db68290749354a9cceb9e

Available diffs

No changes file available.

Binary packages built by this source

python3-django-markupfield: custom Django field for easy use of markup in text fields (Python3 version)

 An implementation of a custom MarkupField for Django. A MarkupField is in
 essence a TextField with an associated markup type. The field also caches
 its rendered value.
 .
 It supports these markup types by default:
  * html: allows HTML, potentially unsafe
  * plain: plain text markup, calls urlize and replaces text with linebreaks
 And these markups if the appropriate Python module is installed:
  * markdown: default markdown renderer (requires python-markdown)
  * restructuredtext: default ReST renderer (requires python-docutils)
  * textile: default textile renderer (requires python-textile)
 .
 This package contains the Python 3 version of the library.