python-xmlschema 1.10.0-1 source package in Ubuntu
Changelog
python-xmlschema (1.10.0-1) unstable; urgency=medium * New upstream release. (Closes: #1007820) - Add python3-jinja2 to dependencies - Update package description - Require python-elementpath >= 2.5.0 * Add Skip-failing-packaging-test.patch * Bump Standards-Version to 4.6.0 (no changes needed) * Bump debhelper compatibility level to 13 -- Christian Kastner <email address hidden> Thu, 17 Feb 2022 16:11: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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-xmlschema_1.10.0-1.dsc | 2.3 KiB | d47b485d6791bf1b74b0e37007e914e92751cd2da8bc1b241e2b9b51e39a621b |
python-xmlschema_1.10.0.orig.tar.gz | 377.3 KiB | a76aca3fabe8541a6f69ecddc44d20ccb12ff15f8494dac17724fdb409b8dfc4 |
python-xmlschema_1.10.0-1.debian.tar.xz | 5.7 KiB | d76798744e498ac3a5de25a7d681eff0fb855a46dfbe43634e24c2f5db6f7c61 |
Available diffs
- diff from 1.4.2-1 to 1.10.0-1 (259.1 KiB)
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.