python-dicttoxml 1.7.4-3 source package in Ubuntu

Changelog

python-dicttoxml (1.7.4-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.5.1 (no changes required).
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Marcos Fouces ]
  * Bump to debhelper-compat level 13.
  * Update uploader email to @debian.org.
  * Add upstream metadata.
  * Add Rules-Requires-Root: no in d/control
  * Bump watch file version to 4.

 -- Marcos Fouces <email address hidden>  Fri, 20 Nov 2020 23:02:01 +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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dicttoxml_1.7.4-3.dsc 2.0 KiB 72fba7bf4f2713dd5c40591c7237f1d970a7ea490bf4048c0c960e9892b9368e
python-dicttoxml_1.7.4.orig.tar.gz 17.8 KiB ea44cc4ec6c0f85098c57a431a1ee891b3549347b07b7414c8a24611ecf37e45
python-dicttoxml_1.7.4-3.debian.tar.xz 2.2 KiB fcb0fa4b7102b434af1e26fd012a7e4891320c5b632e682cd825361fe2145809

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.