- 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:
Sascha Peilicke 2011-03-03 08:46:41 +00:00 committed by Git OBS Bridge
parent 54cbc0acc2
commit 10a2c26ba2
6 changed files with 26 additions and 10 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db726624c5763f7d5d173fec309666fe25c1aa3b21b1b25481e5ea331a195d92
size 2232964

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa3b23617e0579939fb42a9ec8cc5259979ed27997c76d11d6adf40bab128c17
size 2049904

3
lxmldoc-2.3.pdf Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec2f55df1e916cb15065b5210de88d34abf76764ac27dfc4875f05feca05eb7a
size 2080793

View File

@ -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

View File

@ -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