From fc01f7797758d2e7298d3bf4ae6927043e039c40a9390eae9f1eeed46d174f2f Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 2 May 2013 09:10:32 +0000 Subject: [PATCH] Accepting request 173959 from home:dirkmueller:branches:devel:languages:python - update to 3.2.0: * 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. - update to 3.2.0: * 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 OBS-URL: https://build.opensuse.org/request/show/173959 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=54 --- lxml-3.1.1.tar.gz | 3 --- lxml-3.2.0.tar.gz | 3 +++ lxmldoc-3.1.1.pdf | 3 --- lxmldoc-3.2.0.pdf | 3 +++ python-lxml.changes | 19 +++++++++++++++++++ python-lxml.spec | 2 +- python3-lxml.changes | 19 +++++++++++++++++++ python3-lxml.spec | 2 +- 8 files changed, 46 insertions(+), 8 deletions(-) delete mode 100644 lxml-3.1.1.tar.gz create mode 100644 lxml-3.2.0.tar.gz delete mode 100644 lxmldoc-3.1.1.pdf create mode 100644 lxmldoc-3.2.0.pdf diff --git a/lxml-3.1.1.tar.gz b/lxml-3.1.1.tar.gz deleted file mode 100644 index f1a7521..0000000 --- a/lxml-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3da33ba3f6f5770973769e01dd93f923974c537239b571253725da2b8c6fd0dc -size 3277003 diff --git a/lxml-3.2.0.tar.gz b/lxml-3.2.0.tar.gz new file mode 100644 index 0000000..4f777a7 --- /dev/null +++ b/lxml-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaac31ac45c3665aad9310352967184600e820bc366ceff64d01e93f15d3882c +size 3324596 diff --git a/lxmldoc-3.1.1.pdf b/lxmldoc-3.1.1.pdf deleted file mode 100644 index e2169f7..0000000 --- a/lxmldoc-3.1.1.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:668b261eec529d24c093ba3c7c36d791f166025c81cd604b866b634780444c06 -size 1810244 diff --git a/lxmldoc-3.2.0.pdf b/lxmldoc-3.2.0.pdf new file mode 100644 index 0000000..33a6875 --- /dev/null +++ b/lxmldoc-3.2.0.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055b09e812d1354f158d49b29444615a34f1402b8742ed6e834fb2aed50778c6 +size 1817790 diff --git a/python-lxml.changes b/python-lxml.changes index 4c8d8d4..c65baed 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Apr 29 12:25:39 UTC 2013 - dmueller@suse.com + +- update to 3.2.0: + * 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. + ------------------------------------------------------------------- Sat Mar 30 17:29:03 UTC 2013 - arun@gmx.de diff --git a/python-lxml.spec b/python-lxml.spec index beca582..f42cbea 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -17,7 +17,7 @@ Name: python-lxml -Version: 3.1.1 +Version: 3.2.0 Release: 0 Summary: Powerful and Pythonic XML processing library License: BSD-3-Clause and GPL-2.0+ diff --git a/python3-lxml.changes b/python3-lxml.changes index 0946d0d..3774fd3 100644 --- a/python3-lxml.changes +++ b/python3-lxml.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Apr 29 12:25:39 UTC 2013 - dmueller@suse.com + +- update to 3.2.0: + * 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. + ------------------------------------------------------------------- Sat Mar 30 17:29:03 UTC 2013 - arun@gmx.de diff --git a/python3-lxml.spec b/python3-lxml.spec index c2406a7..b61c0e6 100644 --- a/python3-lxml.spec +++ b/python3-lxml.spec @@ -17,7 +17,7 @@ Name: python3-lxml -Version: 3.1.1 +Version: 3.2.0 Release: 0 Summary: Powerful and Pythonic XML processing library License: BSD-3-Clause and GPL-2.0+