Accepting request 174252 from 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 (forwarded request 173959 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/174252 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lxml?expand=0&rev=40
This commit is contained in:
commit
c3698d7eea
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3da33ba3f6f5770973769e01dd93f923974c537239b571253725da2b8c6fd0dc
|
|
||||||
size 3277003
|
|
3
lxml-3.2.0.tar.gz
Normal file
3
lxml-3.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eaac31ac45c3665aad9310352967184600e820bc366ceff64d01e93f15d3882c
|
||||||
|
size 3324596
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:668b261eec529d24c093ba3c7c36d791f166025c81cd604b866b634780444c06
|
|
||||||
size 1810244
|
|
3
lxmldoc-3.2.0.pdf
Normal file
3
lxmldoc-3.2.0.pdf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:055b09e812d1354f158d49b29444615a34f1402b8742ed6e834fb2aed50778c6
|
||||||
|
size 1817790
|
@ -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
|
Sat Mar 30 17:29:03 UTC 2013 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-lxml
|
Name: python-lxml
|
||||||
Version: 3.1.1
|
Version: 3.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Powerful and Pythonic XML processing library
|
Summary: Powerful and Pythonic XML processing library
|
||||||
License: BSD-3-Clause and GPL-2.0+
|
License: BSD-3-Clause and GPL-2.0+
|
||||||
|
@ -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
|
Sat Mar 30 17:29:03 UTC 2013 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python3-lxml
|
Name: python3-lxml
|
||||||
Version: 3.1.1
|
Version: 3.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Powerful and Pythonic XML processing library
|
Summary: Powerful and Pythonic XML processing library
|
||||||
License: BSD-3-Clause and GPL-2.0+
|
License: BSD-3-Clause and GPL-2.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user