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

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

3
lxml-3.4.4.tar.gz Normal file
View File

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

View File

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

3
lxmldoc-3.4.4.pdf Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jul 27 19:15:25 UTC 2015 - aloisio@gmx.com
- Update to version 3.4.4
Bugs fixed:
* An ElementTree compatibility test added in lxml 3.4.3 that failed in
Python 3.4+ was removed again.
- Aligned dependency versions with PyPI ones
-------------------------------------------------------------------
Wed Apr 22 10:05:37 UTC 2015 - mcihar@suse.cz

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)")}