From cd6c9a0beb66e8d287dc3d8ff142adbef4cd4addd617111b4cef34ee37ef2867 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Wed, 5 Mar 2014 10:06:13 +0000 Subject: [PATCH] Accepting request 224689 from home:Nijel:branches:devel:languages:python - Update to version 3.3.3: * Bugs fixed - Crash when using Element subtypes with __slots__. * Other changes - The internal classes _LogEntry and _Attrib can no longer be subclassed from Python code. OBS-URL: https://build.opensuse.org/request/show/224689 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=74 --- lxml-3.3.2.tgz | 3 --- lxml-3.3.3.tgz | 3 +++ lxmldoc-3.3.2.pdf | 3 --- lxmldoc-3.3.3.pdf | 3 +++ python-lxml.changes | 10 ++++++++++ python-lxml.spec | 2 +- 6 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 lxml-3.3.2.tgz create mode 100644 lxml-3.3.3.tgz delete mode 100644 lxmldoc-3.3.2.pdf create mode 100644 lxmldoc-3.3.3.pdf diff --git a/lxml-3.3.2.tgz b/lxml-3.3.2.tgz deleted file mode 100644 index d84db9b..0000000 --- a/lxml-3.3.2.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd1a7fd1933a48055a6f396e087b58bf35aec11e55a10f5da22483cdc1d2195c -size 3470228 diff --git a/lxml-3.3.3.tgz b/lxml-3.3.3.tgz new file mode 100644 index 0000000..27a998e --- /dev/null +++ b/lxml-3.3.3.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800ecdaa6261f95f846bd4d8fa663ea36e45d876795f2ae019bd55cc0dc4743d +size 3469312 diff --git a/lxmldoc-3.3.2.pdf b/lxmldoc-3.3.2.pdf deleted file mode 100644 index d1c2917..0000000 --- a/lxmldoc-3.3.2.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72f6f4848a2d73983029c6107a270d03e09b22f3ad8fab16142c7a670ef32165 -size 1120747 diff --git a/lxmldoc-3.3.3.pdf b/lxmldoc-3.3.3.pdf new file mode 100644 index 0000000..1edc044 --- /dev/null +++ b/lxmldoc-3.3.3.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4e10399220e9f98ec17297874ff0589bf8e0c4654cf1427486bc45003406c5 +size 1122073 diff --git a/python-lxml.changes b/python-lxml.changes index 5818491..e10a143 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Mar 5 08:14:23 UTC 2014 - mcihar@suse.cz + +- Update to version 3.3.3: + * Bugs fixed + - Crash when using Element subtypes with __slots__. + * Other changes + - The internal classes _LogEntry and _Attrib can no longer be subclassed + from Python code. + ------------------------------------------------------------------- Mon Mar 3 09:28:09 UTC 2014 - mcihar@suse.cz diff --git a/python-lxml.spec b/python-lxml.spec index f93066d..d980496 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -17,7 +17,7 @@ Name: python-lxml -Version: 3.3.2 +Version: 3.3.3 Release: 0 Summary: Powerful and Pythonic XML processing library License: BSD-3-Clause and GPL-2.0+