14
0
forked from pool/python-lxml

Accepting request 259611 from home:mlin7442:branches:devel:languages:python

update to 3.4.0 and add a patch that fixes test

OBS-URL: https://build.opensuse.org/request/show/259611
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=78
This commit is contained in:
Jan Matejek
2014-11-05 14:09:18 +00:00
committed by Git OBS Bridge
parent 56cbc57c1e
commit 65b2dcf74a
7 changed files with 85 additions and 10 deletions

View File

@@ -17,16 +17,17 @@
Name: python-lxml
Version: 3.3.5
Version: 3.4.0
Release: 0
Summary: Powerful and Pythonic XML processing library
License: BSD-3-Clause and GPL-2.0+
Group: Development/Languages/Python
Url: http://lxml.de/
Source: http://lxml.de/files/lxml-%{version}.tgz
Source: http://pypi.python.org/packages/source/l/lxml/lxml-%{version}.tar.gz
Source1: http://lxml.de/lxmldoc-%{version}.pdf
BuildRequires: libxml2-devel
BuildRequires: libxslt-devel
Patch0: lxml-dont-depend-on-URL-formatting-in-test.patch
BuildRequires: libxml2-devel >= 2.7.0
BuildRequires: libxslt-devel >= 1.1.23
BuildRequires: python-Cython >= 0.20
BuildRequires: python-devel
BuildRequires: python-setuptools
@@ -61,6 +62,7 @@ This package contains documentation for lxml (HTML and PDF).
%prep
%setup -q -n lxml-%{version}
%patch0 -p1
cp %{SOURCE1} .
%build