diff --git a/lxml-3.4.3.tar.gz b/lxml-3.4.3.tar.gz deleted file mode 100644 index 9091884..0000000 --- a/lxml-3.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ce4a11ab485a67a899aa3e080c97b22a9df40c7077bd9146a821d3872cf2037 -size 3541740 diff --git a/lxml-3.4.4.tar.gz b/lxml-3.4.4.tar.gz new file mode 100644 index 0000000..0ed404e --- /dev/null +++ b/lxml-3.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d362bac471172747cda3513238f115cbd6c5f8b8e6319bf6a97a7892724099 +size 3537508 diff --git a/lxmldoc-3.4.3.pdf b/lxmldoc-3.4.3.pdf deleted file mode 100644 index fe02c37..0000000 --- a/lxmldoc-3.4.3.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d95a2223f34f6f239e2dde14348644d29401d8ea5f69aeea108fe75585091362 -size 1116290 diff --git a/lxmldoc-3.4.4.pdf b/lxmldoc-3.4.4.pdf new file mode 100644 index 0000000..48bc776 --- /dev/null +++ b/lxmldoc-3.4.4.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1123cddebd3d89a1ccbee77689624e64ed60d04bb42d4023915877aa39561e76 +size 1116588 diff --git a/python-lxml.changes b/python-lxml.changes index 118e3e1..4e267c2 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -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 diff --git a/python-lxml.spec b/python-lxml.spec index 3910738..2dba324 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -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)")}