14
0
forked from pool/python-lxml

Accepting request 223577 from home:thomas-schraitle:branches:devel:languages:python

Update to version 3.3.1

OBS-URL: https://build.opensuse.org/request/show/223577
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=71
This commit is contained in:
2014-02-23 19:46:59 +00:00
committed by Git OBS Bridge
parent f21b560869
commit 72d7247aeb
6 changed files with 28 additions and 7 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Feb 22 10:33:42 UTC 2014 - toms@opensuse.org
- Update to version 3.3.1:
** Features added
n/a
** Bugs fixed
- LP#1014290: HTML documents parsed with parser.feed() failed to
find elements during tag iteration.
- LP#1273709: Building in PyPy failed due to missing support for
PyUnicode_Compare() and PyByteArray_*() in PyPy's C-API.
- LP#1274413: Compilation in MSVC failed due to missing "stdint.h"
standard header file.
- LP#1274118: iterparse() failed to parse BOM prefixed files.
** Other changes
n/a
See also http://lxml.de/3.3/changes-3.3.1.html
-------------------------------------------------------------------
Fri Feb 7 13:05:42 UTC 2014 - speilicke@suse.com