diff --git a/lxml-3.2.3.tar.gz b/lxml-3.2.3.tar.gz deleted file mode 100644 index e028628..0000000 --- a/lxml-3.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bea4428f928eafc1a2ec69c080d2e2b7785ec585b4c7766597056bbdf3d10ade -size 3342006 diff --git a/lxml-3.3.0.tar.gz b/lxml-3.3.0.tar.gz new file mode 100644 index 0000000..62387af --- /dev/null +++ b/lxml-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d669cd0b7f8d01356df8d64cdbf2aecd9150378d59c36ac025da1dbaf9ebc11 +size 3435082 diff --git a/lxmldoc-3.2.3.pdf b/lxmldoc-3.2.3.pdf deleted file mode 100644 index b6320dd..0000000 --- a/lxmldoc-3.2.3.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2080366bc9829804b65ffc977c44737483a04010b4a1d60bcefac3f14d7145fd -size 1099505 diff --git a/lxmldoc-3.3.0.pdf b/lxmldoc-3.3.0.pdf new file mode 100644 index 0000000..c0a8c7c --- /dev/null +++ b/lxmldoc-3.3.0.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc21d2f95259d5520cf111e9d7f41ca78e994ddaa08bea2956454c3b340eaa0 +size 1116270 diff --git a/python-lxml.changes b/python-lxml.changes index 878446b..b720834 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Sun Jan 26 13:02:19 UTC 2014 - toms@opensuse.org + +- Update to version 3.3.0: + + ** Features added + n/a + ** Bugs fixed + - The heuristic that distinguishes file paths from URLs was + tightened to produce less false negatives. + +- Changes from 3.3.0beta5 + ** Features added + - The PEP 393 unicode parsing support gained a fallback for + wchar strings which might still be somewhat common on Windows systems. + ** Bugs fixed + - Several error handling problems were fixed throughout the code base + that could previously lead to exceptions being silently swallowed or + not properly reported. + - The C-API function appendChild() is now deprecated as it does not + propagate exceptions (its return type is void). The new function + appendChildToElement() was added as a safe replacement. + - Passing a string into fromstringlist() raises an exception instead of + parsing the string character by character. + + ** Other changes + - Document cleanup code was simplified using the new GC features in Cython 0.20. + + + ------------------------------------------------------------------- Wed Oct 23 08:54:33 UTC 2013 - toddrme2178@gmail.com diff --git a/python-lxml.spec b/python-lxml.spec index 552c8d1..e94aa72 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,7 +1,7 @@ # # spec file for package python-lxml # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -17,7 +17,7 @@ Name: python-lxml -Version: 3.2.3 +Version: 3.3.0 Release: 0 Summary: Powerful and Pythonic XML processing library License: BSD-3-Clause and GPL-2.0+