Accepting request 63284 from devel:languages:python
Accepted submit request 63284 from user saschpe OBS-URL: https://build.opensuse.org/request/show/63284 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lxml?expand=0&rev=25
This commit is contained in:
commit
36d42553bf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:455f09a0dbb3a142056f76bd8bd0ace01ef754d4112092d963da43424da11d3c
|
||||
size 2038283
|
3
lxml-2.3.tar.bz2
Normal file
3
lxml-2.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db726624c5763f7d5d173fec309666fe25c1aa3b21b1b25481e5ea331a195d92
|
||||
size 2232964
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa3b23617e0579939fb42a9ec8cc5259979ed27997c76d11d6adf40bab128c17
|
||||
size 2049904
|
3
lxmldoc-2.3.pdf
Normal file
3
lxmldoc-2.3.pdf
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec2f55df1e916cb15065b5210de88d34abf76764ac27dfc4875f05feca05eb7a
|
||||
size 2080793
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 3 08:37:49 UTC 2011 - saschpe@suse.de
|
||||
|
||||
- Update to 2.3 (2011-03-03):
|
||||
Features added
|
||||
* When looking for children, lxml.objectify takes '{}tag' as
|
||||
meaning an empty namespace, as opposed to the parent namespace.
|
||||
|
||||
Bugs fixed
|
||||
* When finished reading from a file-like object, the parser
|
||||
immediately calls its close() method.
|
||||
* When finished parsing, iterparse() immediately closes the input
|
||||
file.
|
||||
* Work-around for libxml2 bug that can leave the HTML parser in a
|
||||
non-functional state after parsing a severly broken document (fixed
|
||||
in libxml2 2.7.8).
|
||||
* marque tag in HTML cleanup code is correctly named marquee.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 13:33:31 UTC 2010 - toms@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define modname lxml
|
||||
|
||||
Name: python-lxml
|
||||
Version: 2.2.8
|
||||
Version: 2.3
|
||||
Release: 2
|
||||
License: BSD3c
|
||||
Summary: A Pythonic Binding for the libxml2 and libxslt Libraries
|
||||
|
Loading…
Reference in New Issue
Block a user