python-xmltodict 0.13.0-1 source package in Ubuntu

Changelog

python-xmltodict (0.13.0-1) unstable; urgency=medium

  * New upstream version 0.13.0
  * d/copyright: Update dates
  * d/control:
    + Bump Standards-Version to 4.6.1 (no changes needed)
    + Bump debhelper version
    + Use python3-nose2 (Closes: #1018595)
  * d/upstream: Fix lintian upstream-metadata-missing-bug-tracking
  * d/watch: Bump to version 4

 -- Sebastien Badia <email address hidden>  Mon, 29 Aug 2022 23:16:25 +0200

Upload details

Uploaded by:
Sebastien Badia
Uploaded to:
Sid
Original maintainer:
Sebastien Badia
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc
Noble release main misc
Mantic release main misc
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-xmltodict_0.13.0-1.dsc 2.0 KiB 55b7a95587f6e982e32218031bacbe6fa192194fdfb2bab25772e8a7fe6f5f64
python-xmltodict_0.13.0.orig.tar.gz 19.1 KiB d74f4099d42bcca273ffd3bc9766abaa8765960eabc4399f2a6ad48cb4f58ce0
python-xmltodict_0.13.0-1.debian.tar.xz 2.8 KiB a0eee8ad92c31b050f19a33d8bebf2d2f82c2e5ace436be2b45fb40be7b8cc13

Available diffs

No changes file available.

Binary packages built by this source

python3-xmltodict: Makes working with XML feel like you are working with JSON (Python 3)

 xmltodict is a Python module that makes working with XML feel like you are
 working with JSON. xmltodict is very fast (Expat-based) and has a streaming
 mode with a small memory footprint, suitable for big XML dumps.
 .
 This package provides the Python 3 version of the library.