- 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=30
This commit is contained in:
parent
54cbc0acc2
commit
10a2c26ba2
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-lxml (Version 2.2.8)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -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
|
||||
@ -32,8 +32,6 @@ Source2: %{name}-rpmlintrc
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: pyrex
|
||||
BuildRequires: python-devel
|
||||
# BuildRequires: pyxml
|
||||
# Requires: pyxml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{py_requires}
|
||||
# Use test as told in http://lists.opensuse.org/opensuse-packaging/2009-08/msg00110.html
|
||||
|
Loading…
Reference in New Issue
Block a user