python-wither 1.1-2 source package in Ubuntu
Changelog
python-wither (1.1-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/watch: Use https protocol
* d/control: Remove ancient X-Python3-Version field
[ Mike Gabriel ]
* debian/patches:
+ Add 1001_fix-ftbfs-py3-7.patch. Fix FTBFS against recent distutils in
Python 3.7. (Closes: #915266).
* debian/control:
+ Bump Standards-Version: to 4.3.0. No changes needed.
-- Mike Gabriel <email address hidden> Mon, 04 Feb 2019 09:13:09 +0100
Upload details
- Uploaded by:
- Debian Python Modules Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Jammy | release | universe | misc | |
| Focal | release | universe | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| python-wither_1.1-2.dsc | 2.0 KiB | 8314b8d5f4ee3d51e8327e78deb080c9eab5f753703b0ad1c75e12707dd870ce |
| python-wither_1.1.orig.tar.bz2 | 6.4 KiB | a0162443aa315f4078a534e9420b33bb424f343e157ceb665e514b7a52d01321 |
| python-wither_1.1-2.debian.tar.xz | 2.8 KiB | c6159e170b3cefc92a6e3f2f1e044a2d9c364510991e579af830aa9ba622a34b |
Available diffs
- diff from 1.1-1 to 1.1-2 (1.3 KiB)
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.
