python-xmlschema 1.10.0-3 source package in Ubuntu

Changelog

python-xmlschema (1.10.0-3) unstable; urgency=medium

  * Fix patch description
  * Bump Standards-Version to 4.6.2 (no changes needed)
  * Fix d/watch URL
  * Bump copyright

 -- Christian Kastner <email address hidden>  Sun, 18 Dec 2022 20:47:28 +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
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-xmlschema_1.10.0-3.dsc 2.3 KiB ff0fdffeca230d9743f8232c2d481c71695b15e175928582087230a3447d36f6
python-xmlschema_1.10.0.orig.tar.gz 377.3 KiB a76aca3fabe8541a6f69ecddc44d20ccb12ff15f8494dac17724fdb409b8dfc4
python-xmlschema_1.10.0-3.debian.tar.xz 5.8 KiB 6a7df583d0363b08e79f59bcb4f398da2d4ca09fe204d2e60b82c6fc72e024cf

Available diffs

No changes file available.

Binary packages built by this source

python-xmlschema-doc: documentation and examples for xmlschema

 This library includes the following features:
 .
   * Full XSD 1.0 and XSD 1.1 support
   * Building of XML schema objects from XSD files
   * Validation of XML instances against XSD schemas
   * Decoding of XML data into Python data and to JSON
   * Encoding of Python data and JSON to XML
   * Data decoding and encoding ruled by converter classes
   * An XPath based API for finding schema's elements and attributes
   * Support of XSD validation modes strict/lax/skip
   * Remote attacks protection by default using an XMLParser that forbids
     entities
   * XML data bindings based on DataElement class
   * Static code generation with Jinja2 templates
 .
 This package contains the documentation for xmlschema.

python3-xmlschema: implementation of XML Schema for Python

 This library includes the following features:
 .
   * Full XSD 1.0 and XSD 1.1 support
   * Building of XML schema objects from XSD files
   * Validation of XML instances against XSD schemas
   * Decoding of XML data into Python data and to JSON
   * Encoding of Python data and JSON to XML
   * Data decoding and encoding ruled by converter classes
   * An XPath based API for finding schema's elements and attributes
   * Support of XSD validation modes strict/lax/skip
   * Remote attacks protection by default using an XMLParser that forbids
     entities
   * XML data bindings based on DataElement class
   * Static code generation with Jinja2 templates
 .
 This package contains the Python 3.x version of xmlschema.