python-dicttoxml 1.7.15-1 source package in Ubuntu

Changelog

python-dicttoxml (1.7.15-1) unstable; urgency=medium

  * New upstream version 1.7.15
  * Rename and update d/docs => d/python3-dictoxml.docs.
  * Bump to Standards-Version 4.6.1 (no changes needed).

 -- Marcos Fouces <email address hidden>  Sat, 03 Dec 2022 14:24:27 +0100

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dicttoxml_1.7.15-1.dsc 2.0 KiB df36e3e5565fc353e4803478a46713149f82f25b352a6f2c1566a693de9ed4bf
python-dicttoxml_1.7.15.orig.tar.gz 890.4 KiB 3ba4b2c2fc80a86b5826ea7474a4424712d6a6acd0b649dc1a67a126da1f8d00
python-dicttoxml_1.7.15-1.debian.tar.xz 2.3 KiB f97bd62d7b95c2fec30ea5455860b84b65072a8e770ebd5cea53629a64c8adf5

Available diffs

No changes file available.

Binary packages built by this source

python3-dicttoxml: Python 3 module for converting dict into a XML string

 dicttoxml is a Python module for a Python dictionary or other native data type
 into a valid XML string.
 .
 Supports item (int, float, long, decimal.Decimal, bool, str, unicode, datetime,
 none and other number-like objects) and collection (list, set, tuple and dict,
 as well as iterable and dict-like objects) data types, with arbitrary nesting
 for the collections. Items with a datetime type are converted to ISO format
 strings. Items with a none type become empty XML elements.
 .
 This is the Python 3 version of the package.