diff --git a/.cvsignore b/.cvsignore index 5213f89..32e81b8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-2.2.tar.gz +lxml-2.2.2.tar.gz diff --git a/branch b/branch new file mode 100644 index 0000000..25c7708 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-11 diff --git a/python-lxml.spec b/python-lxml.spec index 5b62188..087bd2a 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,7 +1,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-lxml -Version: 2.2 +Version: 2.2.2 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt @@ -49,6 +49,43 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Sun Jun 21 2009 Jeffrey C. Ollie - 2.2.2-1 +- 2.2.2 (2009-06-21) +- Features added +- +- * New helper functions strip_attributes(), strip_elements(), +- strip_tags() in lxml.etree to remove attributes/subtrees/tags +- from a subtree. +- +- Bugs fixed +- +- * Namespace cleanup on subtree insertions could result in missing +- namespace declarations (and potentially crashes) if the element +- defining a namespace was deleted and the namespace was not used +- by the top element of the inserted subtree but only in deeper +- subtrees. +- * Raising an exception from a parser target callback didn't always +- terminate the parser. +- * Only {true, false, 1, 0} are accepted as the lexical representation +- for BoolElement ({True, False, T, F, t, f} not any more), restoring +- lxml <= 2.0 behaviour. + +* Tue Jun 2 2009 Jeffrey C. Ollie - 2.2.1-1 +- 2.2.1 (2009-06-02) +- Features added +- +- * Injecting default attributes into a document during XML Schema +- validation (also at parse time). +- * Pass huge_tree parser option to disable parser security restrictions +- imposed by libxml2 2.7. +- +- Bugs fixed +- +- * The script for statically building libxml2 and libxslt didn't work +- in Py3. +- * XMLSchema() also passes invalid schema documents on to libxml2 for +- parsing (which could lead to a crash before release 2.6.24). + * Tue Mar 24 2009 Jeffrey C. Ollie - 2.2-1 - 2.2 (2009-03-21) - Features added diff --git a/sources b/sources index b782841..330caf3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b3f12344291aa0d393915e7d8358b480 lxml-2.2.tar.gz +2f2fcb6aae51b5b417a3c0a6b256ec56 lxml-2.2.2.tar.gz