14
0
forked from pool/python-lxml

Accepting request 319749 from home:alois:branches:devel:languages:python

update to version 3.4.4

OBS-URL: https://build.opensuse.org/request/show/319749
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=82
This commit is contained in:
Todd R
2015-08-03 09:54:31 +00:00
committed by Git OBS Bridge
parent 9053338adf
commit b692aa2fa5
6 changed files with 20 additions and 11 deletions

View File

@@ -17,7 +17,7 @@
Name: python-lxml
Version: 3.4.3
Version: 3.4.4
Release: 0
Summary: Powerful and Pythonic XML processing library
License: BSD-3-Clause and GPL-2.0+
@@ -27,12 +27,12 @@ Source: http://pypi.python.org/packages/source/l/lxml/lxml-%{version}.ta
Source1: http://lxml.de/lxmldoc-%{version}.pdf
BuildRequires: libxml2-devel >= 2.7.0
BuildRequires: libxslt-devel >= 1.1.23
BuildRequires: python-Cython >= 0.20
BuildRequires: python-Cython >= 0.22.1
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-setuptools >= 18.0.1
# Needed for test cases:
BuildRequires: python-cssselect
Requires: python-cssselect
BuildRequires: python-cssselect >= 0.9.1
Requires: python-cssselect >= 0.9.1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}