From d357fa2a65264cd21e8d9b706a398edf80b130fe Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Mon, 28 Apr 2014 09:51:02 -0500 Subject: [PATCH] 3.3.5 --- .gitignore | 2 ++ python-lxml.spec | 29 +++++++++++++++++++++++++++-- sources | 4 ++-- 3 files changed, 31 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 41f9ab9..d8aa49b 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,5 @@ lxml-2.2.7.tar.gz.asc /lxml-3.3.2.tgz.asc /lxml-3.3.3.tgz /lxml-3.3.3.tgz.asc +/lxml-3.3.5.tgz +/lxml-3.3.5.tgz.asc diff --git a/python-lxml.spec b/python-lxml.spec index e2a01ca..28cd645 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -9,8 +9,8 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-lxml -Version: 3.3.3 -Release: 4%{?dist} +Version: 3.3.5 +Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -159,6 +159,31 @@ rm -rf %{buildroot} %endif %changelog +* Mon Apr 28 2014 Jeffrey Ollie - 3.3.5-1 +- 3.3.5 (2014-04-18) +- ================== +- +- Bugs fixed +- ---------- +- +- * HTML cleaning could fail to strip javascript links that mix control +- characters into the link scheme. + +* Mon Apr 28 2014 Jeffrey Ollie - 3.3.4-1 +- 3.3.4 (2014-04-03) +- ================== +- +- Features added +- -------------- +- +- * Source line numbers above 65535 are available on Elements when +- using libxml2 2.9 or later. +- +- Bugs fixed +- ---------- +- +- * lxml.html.fragment_fromstring() failed for bytes input in Py3. + * Wed Mar 26 2014 Jeffrey Ollie - 3.3.3-4 - Fix macro definition diff --git a/sources b/sources index d3ad833..b31335c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -f2675837b4358a5ecab5fd9a783fd0e5 lxml-3.3.3.tgz -26f18a151c2a976324c1aa5001c324ee lxml-3.3.3.tgz.asc +88c75f4c73fc8f59c9ebb17495044f2f lxml-3.3.5.tgz +2f3ac9916a4c0e95d7d4b18f2fae06f0 lxml-3.3.5.tgz.asc