diff --git a/lxml-3.3.0.tar.gz b/lxml-3.3.0.tar.gz deleted file mode 100644 index 62387af..0000000 --- a/lxml-3.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d669cd0b7f8d01356df8d64cdbf2aecd9150378d59c36ac025da1dbaf9ebc11 -size 3435082 diff --git a/lxml-3.3.1.tar.gz b/lxml-3.3.1.tar.gz new file mode 100644 index 0000000..14faed2 --- /dev/null +++ b/lxml-3.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbaa02dd5a0a9dd7f571289c51eed9cb5c747d6674f3300e4bd63586e921819 +size 3441159 diff --git a/lxmldoc-3.3.0.pdf b/lxmldoc-3.3.0.pdf deleted file mode 100644 index c0a8c7c..0000000 --- a/lxmldoc-3.3.0.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cc21d2f95259d5520cf111e9d7f41ca78e994ddaa08bea2956454c3b340eaa0 -size 1116270 diff --git a/lxmldoc-3.3.1.pdf b/lxmldoc-3.3.1.pdf new file mode 100644 index 0000000..d6889a2 --- /dev/null +++ b/lxmldoc-3.3.1.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d319a976d114c52242f476606e1e39e6fbba948a1ac279424aed8322b466478 +size 1118152 diff --git a/python-lxml.changes b/python-lxml.changes index 6b5467b..61e394b 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Feb 22 10:33:42 UTC 2014 - toms@opensuse.org + +- Update to version 3.3.1: + ** Features added + n/a + ** Bugs fixed + - LP#1014290: HTML documents parsed with parser.feed() failed to + find elements during tag iteration. + - LP#1273709: Building in PyPy failed due to missing support for + PyUnicode_Compare() and PyByteArray_*() in PyPy's C-API. + - LP#1274413: Compilation in MSVC failed due to missing "stdint.h" + standard header file. + - LP#1274118: iterparse() failed to parse BOM prefixed files. + + ** Other changes + n/a + +See also http://lxml.de/3.3/changes-3.3.1.html + ------------------------------------------------------------------- Fri Feb 7 13:05:42 UTC 2014 - speilicke@suse.com diff --git a/python-lxml.spec b/python-lxml.spec index 3aeea63..bf79849 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -17,7 +17,7 @@ Name: python-lxml -Version: 3.3.0 +Version: 3.3.1 Release: 0 Summary: Powerful and Pythonic XML processing library License: BSD-3-Clause and GPL-2.0+ @@ -29,6 +29,7 @@ BuildRequires: libxml2-devel BuildRequires: libxslt-devel BuildRequires: python-Cython >= 0.20 BuildRequires: python-devel +BuildRequires: python-setuptools Requires: python-cssselect BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110