python-odf 1.4.2-2 source package in Ubuntu

Changelog

python-odf (1.4.2-2) unstable; urgency=medium

  * fix unittest and make unittests actually fail
  * add DEP-3 headers to patches
  * add autopkgtest
  * add Rules-Requires-Root=no

 -- Martin <email address hidden>  Wed, 19 Oct 2022 17:41:10 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-odf_1.4.2-2.dsc 2.2 KiB 662b43afd2f8ef195c023987bf943aa736ba5ef19482cb79c0f8ac93b1982d19
python-odf_1.4.2.orig.tar.gz 9.6 MiB 24ad087f38031b2fe60bf22811b9550887afe1cfdea80672d6573387c3025583
python-odf_1.4.2-2.debian.tar.xz 16.0 KiB 02ffc93dae094cd796e75347a8089c3cf7b236c1a7a1652e613b896ef4b6b0e0

Available diffs

No changes file available.

Binary packages built by this source

python-odf-doc: documentation and examples for python-odf and python3-odf

 Odfpy is a library to read and write OpenDocument v. 1.1 files.

python-odf-tools: Python tools to manipulate OpenDocument files

 Simple tool collection to manipulate ODF files, like converting CSV to
 spreadsheet, e-mails to text files, text files to HTML, including images
 given by URLs, filling user fields with data tables, and so on.

python3-odf: Python3 API to manipulate OpenDocument files

 Odfpy is a library to read and write OpenDocument v. 1.1 files.
 The main focus has been to prevent the programmer from creating invalid
 documents. It has checks that raise an exception if the programmer adds
 an invalid element, adds an attribute unknown to the grammar, forgets to
 add a required attribute or adds text to an element that doesn't allow it.
 .
 These checks and the API itself were generated from the RelaxNG
 schema, and then hand-edited. Therefore the API is complete and can
 handle all ODF constructions.
 .
 In addition to the API, there are a few scripts:
 .
  - csv2ods - Create OpenDocument spreadsheet from comma separated values
  - mailodf - Email ODF file as HTML archive
  - odf2xhtml - Convert ODF to (X)HTML
  - odf2mht - Convert ODF to HTML archive
  - odf2xml - Create OpenDocument XML file from OD? package
  - odfimgimport - Import external images
  - odflint - Check ODF file for problems
  - odfmeta - List or change the metadata of an ODF file
  - odfoutline - Show outline of OpenDocument
  - odfuserfield - List or change the user-field declarations in an ODF file
  - xml2odf - Create OD? package from OpenDocument in XML form