python-wither 1.1-3 source package in Ubuntu

Changelog

python-wither (1.1-3) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Boyuan Yang ]
  * Bump Standards-Version to 4.6.1.
  * Migrate from cdbs to dh13.
  * d/rules: Do not run (broken) tests. It did not run in previous
    builds anyway.

 -- Boyuan Yang <email address hidden>  Mon, 13 Jun 2022 12:45:32 -0400

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-wither_1.1-3.dsc 2.0 KiB 3352c3d4b0ae737cc019908b25e65433f74348f6d05f7d5e329f531186f5f615
python-wither_1.1.orig.tar.bz2 6.4 KiB a0162443aa315f4078a534e9420b33bb424f343e157ceb665e514b7a52d01321
python-wither_1.1-3.debian.tar.xz 2.9 KiB ea0e5bc57f495a9b601f76a013b74ffb2cd094b6cb9a3ca215f18584160e7703

Available diffs

No changes file available.

Binary packages built by this source

python3-wither: XML/HTML Generation DSL (Python 3)

 Wither is a library designed to make XML generation under Python as
 simple and as nicely formatted as Python code.
 .
 Wither is implemented as a thin stateless wrapper around etree.Element
 objects and works by making use of the ‘with’ keyword in Python to build
 a nested tree of etree objects that can be processed with standard
 tools/techniques
 .
 by using Python as a DSL you can automatically ensure that all tags are
 properly closed and also execute arbitrary Python code to build things
 such as lists or to embed widgets
 .
 This package provides the Python 3 version of Wither.