forked from pool/python-lxml
		
	- 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:
		
				
					committed by
					
						
						Git OBS Bridge
					
				
			
			
				
	
			
			
			
						parent
						
							54cbc0acc2
						
					
				
				
					commit
					10a2c26ba2
				
			@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user