From be85c7c18be3d042bebc5feb37c507f332dd18a3 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Fri, 10 May 2013 10:29:27 -0500 Subject: [PATCH] 3.2.0 --- .gitignore | 2 ++ python-lxml.spec | 68 +++++++++++++++++++++++++++++++++++++++++++++++- sources | 4 +-- 3 files changed, 71 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 41cb8a9..0f42ed7 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ lxml-2.2.7.tar.gz.asc /lxml-3.0.1.tgz.asc /lxml-3.1.0.tgz /lxml-3.1.0.tgz.asc +/lxml-3.2.0.tgz +/lxml-3.2.0.tgz.asc diff --git a/python-lxml.spec b/python-lxml.spec index 2067236..24c4f86 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -5,7 +5,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-lxml -Version: 3.1.0 +Version: 3.2.0 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt @@ -123,6 +123,72 @@ rm -rf %{buildroot} %endif %changelog +* Fri May 10 2013 Jeffrey Ollie - 3.2.0-1 +- 3.2.0 (2013-04-28) +- ================== +- +- Features added +- -------------- +- +- Bugs fixed +- ---------- +- +- * LP#690319: Leading whitespace could change the behaviour of the string +- parsing functions in ``lxml.html``. +- +- * LP#599318: The string parsing functions in ``lxml.html`` are more robust +- in the face of uncommon HTML content like framesets or missing body tags. +- Patch by Stefan Seelmann. +- +- * LP#712941: I/O errors while trying to access files with paths that +- contain non-ASCII characters could raise ``UnicodeDecodeError`` instead +- of properly reporting the ``IOError``. +- +- * LP#673205: Parsing from in-memory strings disabled network access in the +- default parser and made subsequent attempts to parse from a URL fail. +- +- * LP#971754: lxml.html.clean appends 'nofollow' to 'rel' attributes instead +- of overwriting the current value. +- +- * LP#715687: lxml.html.clean no longer discards scripts that are explicitly +- allowed by the user provided whitelist. Patch by Christine Koppelt. +- +- 3.1.2 (2013-04-12) +- ================== +- +- Bugs fixed +- ---------- +- +- * LP#1136509: Passing attributes through the namespace-unaware API of +- the sax bridge (i.e. the ``handler.startElement()`` method) failed +- with a ``TypeError``. Patch by Mike Bayer. +- +- * LP#1123074: Fix serialisation error in XSLT output when converting +- the result tree to a Unicode string. +- +- * GH#105: Replace illegal usage of ``xmlBufLength()`` in libxml2 2.9.0 +- by properly exported API function ``xmlBufUse()``. +- +- 3.1.1 (2013-03-29) +- ================== +- +- Features added +- -------------- +- +- Bugs fixed +- ---------- +- +- * LP#1160386: Write access to ``lxml.html.FormElement.fields`` raised +- an AttributeError in Py3. +- +- * Illegal memory access during cleanup in incremental xmlfile writer. +- +- Other changes +- ------------- +- +- * The externally useless class ``lxml.etree._BaseParser`` was removed +- from the module dict. + * Fri Mar 8 2013 Jeffrey Ollie - 3.1.0-1 - 3.1.0 (2013-02-10) - ================== diff --git a/sources b/sources index 0b1027c..92d1ffa 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -df70163fb581bbe45fdcd6069a503273 lxml-3.1.0.tgz -e84737c92c90c9f71a5118b5e1ad5e91 lxml-3.1.0.tgz.asc +0faadce886cf868975358de53aff2bbb lxml-3.2.0.tgz +695195237f88501198fce41a17138c02 lxml-3.2.0.tgz.asc