OBS User unknown 2007-01-19 18:24:01 +00:00 committed by Git OBS Bridge
parent d9a5f272ce
commit 70b6ab3c7f
4 changed files with 46 additions and 8 deletions

View File

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

3
lxml-1.1.2.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Jan 19 13:03:00 CET 2007 - toms@suse.de
Updated to 1.1.2 with the following changes:
Features added:
* Data elements in objectify support repr(), which is now used by dump()
* Source distribution now ships with a patched Pyrex
* New C-API function makeElement() to create new elements with text, tail, attributes and namespaces
* Reuse original parser flags for XInclude
* Simplified support for handling XSLT processing instructions
Bugs fixed:
* Parser resources were not freed before the next parser run
* Open files and XML strings returned by Python resolvers were not closed/freed
* Crash in the IDDict returned by XMLDTDID
* Copying Comments and ProcessingInstructions failed
* Memory leak for external URLs in _XSLTProcessingInstruction.parseXSL()
* Memory leak when garbage collecting tailed root elements
* HTML script/style content was not propagated to .text
* Show text xincluded between text nodes correctly in .text and .tail
* 'integer * objectify.StringElement' operation was not supported
-------------------------------------------------------------------
Fri Dec 1 11:12:37 CET 2006 - toms@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package python-lxml (Version 1.0.2)
# spec file for package python-lxml (Version 1.1.2)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -13,7 +13,7 @@ Name: python-lxml
%define modname lxml
URL: http://codespeak.net/lxml
Summary: A Pythonic binding for the libxml2 and libxslt libraries
Version: 1.0.2
Version: 1.1.2
Release: 1
License: BSD License and BSD-like
Group: Development/Libraries/Python
@ -30,8 +30,6 @@ the native libxml2 tree. It also extends this API to expose libxml2 and
libxslt specific functionality, such as XPath, Relax NG, XML Schema,
XSLT, and c14n.
Authors: Martijn Faassen <faassen@infrae.com>
Authors:
@ -60,5 +58,23 @@ rm -rf %{buildroot}
%{py_sitedir}/lxml
%changelog -n python-lxml
* Fri Jan 19 2007 - toms@suse.de
Updated to 1.1.2 with the following changes:
Features added:
* Data elements in objectify support repr(), which is now used by dump()
* Source distribution now ships with a patched Pyrex
* New C-API function makeElement() to create new elements with text, tail, attributes and namespaces
* Reuse original parser flags for XInclude
* Simplified support for handling XSLT processing instructions
Bugs fixed:
* Parser resources were not freed before the next parser run
* Open files and XML strings returned by Python resolvers were not closed/freed
* Crash in the IDDict returned by XMLDTDID
* Copying Comments and ProcessingInstructions failed
* Memory leak for external URLs in _XSLTProcessingInstruction.parseXSL()
* Memory leak when garbage collecting tailed root elements
* HTML script/style content was not propagated to .text
* Show text xincluded between text nodes correctly in .text and .tail
* 'integer * objectify.StringElement' operation was not supported
* Fri Dec 01 2006 - toms@suse.de
- New package 1.1.2 moved from openSUSE build server