Package python-modules-xml: Information

  • Default inline alert: Version in the repository: 2.7.18-alt11

Binary package: python-modules-xml
Version: 2.7.18-alt9
Architecture: e2kv5
Build time:  Mar 23, 2022, 12:51 PM
Source package: python
Report package bug
License: Python-2.0
Summary: Core XML support for Python
Description: 
This package contains three sub-packages:

dom -- The W3C Document Object Model.  This supports DOM Level 1 +
       Namespaces.

parsers -- Python wrappers for XML parsers (currently only supports Expat).

sax -- The Simple API for XML, developed by XML-Dev, led by David Megginson
       and ported to Python by Lars Marius Garshol.  This supports the SAX 2
       API.



Last changed


March 12, 2022 Vladimir D. Seleznev 2.7.18-alt9
- Security update (fixed: CVE-2021-4189 and CVE-2022-0391);
- Fixed FTBFS against libexpat >= 2.4.5.
Oct. 8, 2021 Vladimir D. Seleznev 2.7.18-alt8
- Security update (fixed: CVE-2021-3733 and CVE-2021-3737).
Aug. 28, 2021 Vladimir D. Seleznev 2.7.18-alt7
- Enabled LTO.