xmlmarshaller 0.9.7+svn39722-2 source package in Ubuntu

Changelog

xmlmarshaller (0.9.7+svn39722-2) unstable; urgency=low

  * debian/control:
    + Add python-pkg-resources to Build-Depends-Indep explictely as it is
      required to run the tests.
    + Add python-pkg-resources to Suggests.

xmlmarshaller (0.9.7+svn39722-1) unstable; urgency=low

  * Initial upload. Closes: #623656.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  04 May 2011 12:32:28 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Arnaud Fontaine
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
xmlmarshaller_0.9.7+svn39722.orig.tar.gz 9.2 KiB ea37b34f5ed5f2a0bf0c052cd0446d2b55a2c51afa37db2fbfc77d58a5f8804a
xmlmarshaller_0.9.7+svn39722-2.debian.tar.gz 3.9 KiB 84e84fb2d7d9ad665bcea7afc5cdf5a9dfc237bbf2a58249dd13525451846f44
xmlmarshaller_0.9.7+svn39722-2.dsc 1.5 KiB 41512db025f790143c17cd550515d14a6b33e84aa895bf502aa0128be2c7c740

View changes file

Binary packages built by this source

python-xmlmarshaller: Converting Python objects to XML and back again.

 Marshals simple Python data types into a custom XML format. The
 Marshaller and Unmarshaller classes can be subclassed in order to
 implement marshalling into a different XML DTD.
 .
 Fully compatible with PyXML implementation, enable namespace support
 for XML Input/Output.