Add default Smack manifest for python-lxml.spec
[toolchains/python-lxml.git] / PKG-INFO
1 Metadata-Version: 1.0
2 Name: lxml
3 Version: 2.2.3
4 Summary: Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
5 Home-page: http://codespeak.net/lxml
6 Author: lxml dev team
7 Author-email: lxml-dev@codespeak.net
8 License: UNKNOWN
9 Download-URL: http://pypi.python.org/packages/source/l/lxml/lxml-2.2.3.tar.gz
10 Description: lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries.  It
11         provides safe and convenient access to these libraries using the ElementTree
12         API.
13         
14         It extends the ElementTree API significantly to offer support for XPath,
15         RelaxNG, XML Schema, XSLT, C14N and much more.
16         
17         To contact the project, go to the `project home page
18         <http://codespeak.net>`_ or see our bug tracker at
19         https://launchpad.net/lxml
20         
21         In case you want to use the current in-development version of lxml, you can
22         get it from the subversion repository at http://codespeak.net/svn/lxml/trunk .
23         Running ``easy_install lxml==dev`` will install it from
24         http://codespeak.net/svn/lxml/trunk#egg=lxml-dev
25         
26         
27         After an official release of a new stable series, bug fixes may become
28         available at
29         http://codespeak.net/svn/lxml/branch/lxml-2.2 .
30         Running ``easy_install lxml==2.2bugfix`` will install
31         the unreleased branch state from
32         http://codespeak.net/svn/lxml/branch/lxml-2.2#egg=lxml-2.2bugfix
33         as soon as a maintenance branch has been established.
34         2.2.3 (2009-10-30)
35         ==================
36         
37         Features added
38         --------------
39         
40         Bugs fixed
41         ----------
42         
43         * The ``resolve_entities`` option did not work in the incremental feed
44         parser.
45         
46         * Looking up and deleting attributes without a namespace could hit a
47         namespaced attribute of the same name instead.
48         
49         * Late errors during calls to ``SubElement()`` (e.g. attribute related
50         ones) could leave a partially initialised element in the tree.
51         
52         * Modifying trees that contain parsed entity references could result
53         in an infinite loop.
54         
55         * ObjectifiedElement.__setattr__ created an empty-string child element when the
56         attribute value was rejected as a non-unicode/non-ascii string
57         
58         * Syntax errors in ``lxml.cssselect`` could result in misleading error
59         messages.
60         
61         * Invalid syntax in CSS expressions could lead to an infinite loop in
62         the parser of ``lxml.cssselect``.
63         
64         * CSS special character escapes were not properly handled in
65         ``lxml.cssselect``.
66         
67         * CSS Unicode escapes were not properly decoded in ``lxml.cssselect``.
68         
69         * Select options in HTML forms that had no explicit ``value``
70         attribute were not handled correctly.  The HTML standard dictates
71         that their value is defined by their text content.  This is now
72         supported by lxml.html.
73         
74         * XPath raised a TypeError when finding CDATA sections.  This is now
75         fully supported.
76         
77         * Calling ``help(lxml.objectify)`` didn't work at the prompt.
78         
79         * The ``ElementMaker`` in lxml.objectify no longer defines the default
80         namespaces when annotation is disabled.
81         
82         * Feed parser failed to honout the 'recover' option on parse errors.
83         
84         * Diverting the error logging to Python's logging system was broken.
85         
86         Other changes
87         -------------
88         
89         
90         
91 Platform: UNKNOWN
92 Classifier: Development Status :: 5 - Production/Stable
93 Classifier: Intended Audience :: Developers
94 Classifier: Intended Audience :: Information Technology
95 Classifier: License :: OSI Approved :: BSD License
96 Classifier: Programming Language :: Cython
97 Classifier: Programming Language :: Python :: 2
98 Classifier: Programming Language :: Python :: 2.3
99 Classifier: Programming Language :: Python :: 2.4
100 Classifier: Programming Language :: Python :: 2.5
101 Classifier: Programming Language :: Python :: 2.6
102 Classifier: Programming Language :: Python :: 3
103 Classifier: Programming Language :: Python :: 3.0
104 Classifier: Programming Language :: C
105 Classifier: Operating System :: OS Independent
106 Classifier: Topic :: Text Processing :: Markup :: HTML
107 Classifier: Topic :: Text Processing :: Markup :: XML
108 Classifier: Topic :: Software Development :: Libraries :: Python Modules