diff --git a/lxml-2.2.8.tar.bz2 b/lxml-2.2.8.tar.bz2 deleted file mode 100644 index 1ada52e..0000000 --- a/lxml-2.2.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:455f09a0dbb3a142056f76bd8bd0ace01ef754d4112092d963da43424da11d3c -size 2038283 diff --git a/lxml-2.3.tar.bz2 b/lxml-2.3.tar.bz2 new file mode 100644 index 0000000..a84af20 --- /dev/null +++ b/lxml-2.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db726624c5763f7d5d173fec309666fe25c1aa3b21b1b25481e5ea331a195d92 +size 2232964 diff --git a/lxmldoc-2.2.8.pdf b/lxmldoc-2.2.8.pdf deleted file mode 100644 index d1f6cfd..0000000 --- a/lxmldoc-2.2.8.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa3b23617e0579939fb42a9ec8cc5259979ed27997c76d11d6adf40bab128c17 -size 2049904 diff --git a/lxmldoc-2.3.pdf b/lxmldoc-2.3.pdf new file mode 100644 index 0000000..eecb0f7 --- /dev/null +++ b/lxmldoc-2.3.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2f55df1e916cb15065b5210de88d34abf76764ac27dfc4875f05feca05eb7a +size 2080793 diff --git a/python-lxml.changes b/python-lxml.changes index 1c328c2..7035499 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Mar 3 08:37:49 UTC 2011 - saschpe@suse.de + +- Update to 2.3 (2011-03-03): + Features added + * When looking for children, lxml.objectify takes '{}tag' as + meaning an empty namespace, as opposed to the parent namespace. + + Bugs fixed + * When finished reading from a file-like object, the parser + immediately calls its close() method. + * When finished parsing, iterparse() immediately closes the input + file. + * Work-around for libxml2 bug that can leave the HTML parser in a + non-functional state after parsing a severly broken document (fixed + in libxml2 2.7.8). + * marque tag in HTML cleanup code is correctly named marquee. + ------------------------------------------------------------------- Mon Dec 6 13:33:31 UTC 2010 - toms@suse.de diff --git a/python-lxml.spec b/python-lxml.spec index e40999c..b9ee0a0 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,7 +1,7 @@ # # spec file for package python-lxml (Version 2.2.8) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define modname lxml Name: python-lxml -Version: 2.2.8 +Version: 2.3 Release: 2 License: BSD3c Summary: A Pythonic Binding for the libxml2 and libxslt Libraries @@ -32,8 +32,6 @@ Source2: %{name}-rpmlintrc BuildRequires: libxslt-devel BuildRequires: pyrex BuildRequires: python-devel -# BuildRequires: pyxml -# Requires: pyxml BuildRoot: %{_tmppath}/%{name}-%{version}-build %{py_requires} # Use test as told in http://lists.opensuse.org/opensuse-packaging/2009-08/msg00110.html