python-dicttoxml 1.7.16-1 source package in Ubuntu

Changelog

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

  * Fix watch file.
  * New upstream version 1.7.16
  * Bump to Standards-Version 4.6.2 (no changes needed).
  * Update copyright dates.

 -- Marcos Fouces <email address hidden>  Sat, 02 Mar 2024 14:42:43 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dicttoxml_1.7.16-1.dsc 2.0 KiB f09d43feba7442078314c4c422035948f4a38f92872e8ea065ec5c932597f92d
python-dicttoxml_1.7.16.orig.tar.gz 890.5 KiB 994a6284ea5e8485a5aa51340a8be2c4fdedf2159035a4e106907db9f78a7882
python-dicttoxml_1.7.16-1.debian.tar.xz 2.4 KiB 355e18b8878f5bcebe07d3f1c8eea0f8700abc48cf32910d6cb390265c3178ed

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.