Ravenports generated: 17 Oct 2020 18:03
[ravenports.git] / bucket_42 / python-lxml
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-lxml
4 VERSION=                4.6.0
5 KEYWORDS=               python
6 VARIANTS=               py38 py37
7 SDESC[py37]=            Binding to libxml2 and libxslt libraries (PY37)
8 SDESC[py38]=            Binding to libxml2 and libxslt libraries (PY38)
9 HOMEPAGE=               https://lxml.de/
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPI/l/lxml
14 DISTFILE[1]=            lxml-4.6.0.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[py37]=            single
17 SPKGS[py38]=            single
18
19 OPTIONS_AVAILABLE=      PY38 PY37
20 OPTIONS_STANDARD=       none
21 VOPTS[py37]=            PY38=OFF PY37=ON
22 VOPTS[py38]=            PY38=ON PY37=OFF
23
24 USES=                   cpe
25 GNOME_COMPONENTS=       libxslt
26
27 DISTNAME=               lxml-4.6.0
28
29 CPE_PRODUCT=            lxml
30 CPE_VENDOR=             lxml
31 GENERATED=              yes
32
33 [PY37].USES_ON=                         python:py37
34
35 [PY38].USES_ON=                         python:py38
36
37 [FILE:2094:descriptions/desc.single]
38 lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. 
39 It
40 provides safe and convenient access to these libraries using the
41 ElementTree
42 API.
43
44 It extends the ElementTree API significantly to offer support for XPath,
45 RelaxNG, XML Schema, XSLT, C14N and much more.
46
47 To contact the project, go to the [project home page
48 ] or see our bug tracker at
49 https://launchpad.net/lxml
50
51 In case you want to use the current in-development version of lxml,
52 you can get it from the github repository at
53 https://github.com/lxml/lxml .  Note that this requires Cython to
54 build the sources, see the build instructions on the project home
55 page.  To the same end, running ``easy_install lxml==dev`` will
56 install lxml from
57 https://github.com/lxml/lxml/tarball/master#egg=lxml-dev if you have
58 an appropriate version of Cython installed.
59
60 After an official release of a new stable series, bug fixes may become
61 available at
62 https://github.com/lxml/lxml/tree/lxml-4.6 .
63 Running ``easy_install lxml==4.6bugfix`` will install
64 the unreleased branch state from
65 https://github.com/lxml/lxml/tarball/lxml-4.6#egg=lxml-4.6bugfix
66 as soon as a maintenance branch has been established.  Note that this
67 requires Cython to be installed at an appropriate version for the build.
68
69 4.6.0 (2020-10-17)
70 ==================
71
72 Features added
73 --------------
74
75 * GH#310: ``lxml.html.InputGetter supports __len__()`` to count the number
76 of input fields.
77   Patch by Aidan Woolley.
78
79 * ``lxml.html.InputGetter has a new .items()`` method to ease processing
80 all input fields.
81
82 * ``lxml.html.InputGetter.keys()`` now returns the field names in document
83 order.
84
85 * GH-309: The API documentation is now generated using ``sphinx-apidoc``.
86   Patch by Chris Mayo.
87
88 Bugs fixed
89 ----------
90
91 * LP#1869455: C14N 2.0 serialisation failed for unprefixed attributes
92   when a default namespace was defined.
93
94 * ``TreeBuilder.close() raised AssertionError in some error cases where it
95   should have raised XMLSyntaxError``.  It now raises a combined exception
96 to
97   keep up backwards compatibility, while switching to XMLSyntaxError as an
98   interface.
99
100
101 [FILE:96:distinfo]
102 8319abacbbe9fd9791c2e3c23deb9b6a16abc0fcbdfcc26722035e865b3d207f      3170763 lxml-4.6.0.tar.gz
103