From 56cbc57c1ef0aec3edab0c7327edc2266b89e603761ae4ccc80da1c9cf6660a2 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Thu, 24 Apr 2014 20:37:44 +0000
Subject: [PATCH] Accepting request 231226 from
home:thomas-schraitle:branches:devel:languages:python
Updated to 3.3.5, see .changes for details
OBS-URL: https://build.opensuse.org/request/show/231226
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=76
---
lxml-3.3.3.tgz | 3 ---
lxml-3.3.5.tgz | 3 +++
lxmldoc-3.3.3.pdf | 3 ---
lxmldoc-3.3.5.pdf | 3 +++
python-lxml.changes | 26 ++++++++++++++++++++++++++
python-lxml.spec | 4 +++-
6 files changed, 35 insertions(+), 7 deletions(-)
delete mode 100644 lxml-3.3.3.tgz
create mode 100644 lxml-3.3.5.tgz
delete mode 100644 lxmldoc-3.3.3.pdf
create mode 100644 lxmldoc-3.3.5.pdf
diff --git a/lxml-3.3.3.tgz b/lxml-3.3.3.tgz
deleted file mode 100644
index 27a998e..0000000
--- a/lxml-3.3.3.tgz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:800ecdaa6261f95f846bd4d8fa663ea36e45d876795f2ae019bd55cc0dc4743d
-size 3469312
diff --git a/lxml-3.3.5.tgz b/lxml-3.3.5.tgz
new file mode 100644
index 0000000..7434246
--- /dev/null
+++ b/lxml-3.3.5.tgz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6ad6949dc7eea744a30fba77a968dd5910f545220e58bcc813b9df5c793e318a
+size 3467344
diff --git a/lxmldoc-3.3.3.pdf b/lxmldoc-3.3.3.pdf
deleted file mode 100644
index 1edc044..0000000
--- a/lxmldoc-3.3.3.pdf
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:0e4e10399220e9f98ec17297874ff0589bf8e0c4654cf1427486bc45003406c5
-size 1122073
diff --git a/lxmldoc-3.3.5.pdf b/lxmldoc-3.3.5.pdf
new file mode 100644
index 0000000..7f2380f
--- /dev/null
+++ b/lxmldoc-3.3.5.pdf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d634863c6c813578233d0657269b13b62706b7e7b6b5fd8fa79376a881a293fa
+size 1121833
diff --git a/python-lxml.changes b/python-lxml.changes
index e10a143..78a9cd0 100644
--- a/python-lxml.changes
+++ b/python-lxml.changes
@@ -1,3 +1,29 @@
+-------------------------------------------------------------------
+Thu Apr 24 06:48:15 UTC 2014 - toms@opensuse.org
+
+- Spec file changes:
+ Added BuildRequires for python-cssselect
+
+- Update to version 3.3.5:
+ ** Features added
+ n/a
+ ** Bugs fixed
+ - HTML cleaning could fail to strip javascript links that mix
+ control characters into the link scheme.
+ ** Other changes
+ n/a
+
+- Changes in version 3.3.4:
+ ** Features added
+ - Source line numbers above 65535 are available on Elements when
+ using libxml2 2.9 or later.
+ ** Bugs fixed
+ - lxml.html.fragment_fromstring() failed for bytes input in Py3.
+ ** Other changes
+ n/a
+
+See also http://lxml.de/3.3/changes-3.3.5.html
+
-------------------------------------------------------------------
Wed Mar 5 08:14:23 UTC 2014 - mcihar@suse.cz
diff --git a/python-lxml.spec b/python-lxml.spec
index d980496..5d93040 100644
--- a/python-lxml.spec
+++ b/python-lxml.spec
@@ -17,7 +17,7 @@
Name: python-lxml
-Version: 3.3.3
+Version: 3.3.5
Release: 0
Summary: Powerful and Pythonic XML processing library
License: BSD-3-Clause and GPL-2.0+
@@ -30,6 +30,8 @@ BuildRequires: libxslt-devel
BuildRequires: python-Cython >= 0.20
BuildRequires: python-devel
BuildRequires: python-setuptools
+# Needed for test cases:
+BuildRequires: python-cssselect
Requires: python-cssselect
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110