python-xmlschema 1.10.0-7 source package in Ubuntu

Changelog

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

  * Team upload.
  * Do not use PurePath implementation details (Closes: #1056446)
  * Fix test setup in d/rules

 -- Timo Röhling <email address hidden>  Tue, 12 Dec 2023 15:54:47 +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
Oracular release main misc
Noble release main misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-xmlschema_1.10.0-7.dsc 2.2 KiB b21e4684ea1e849302a25cab94e7d7e39d4b3e85655915a8364ed8a2f2b2e8b6
python-xmlschema_1.10.0.orig.tar.gz 377.3 KiB a76aca3fabe8541a6f69ecddc44d20ccb12ff15f8494dac17724fdb409b8dfc4
python-xmlschema_1.10.0-7.debian.tar.xz 8.4 KiB 4f02f33fb49faa3c18a0d81ef479bf60cb2c28f1a8c740121a7459d87cf468e0

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.