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
This commit is contained in:
parent
cd6c9a0beb
commit
56cbc57c1e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:800ecdaa6261f95f846bd4d8fa663ea36e45d876795f2ae019bd55cc0dc4743d
|
||||
size 3469312
|
3
lxml-3.3.5.tgz
Normal file
3
lxml-3.3.5.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ad6949dc7eea744a30fba77a968dd5910f545220e58bcc813b9df5c793e318a
|
||||
size 3467344
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e4e10399220e9f98ec17297874ff0589bf8e0c4654cf1427486bc45003406c5
|
||||
size 1122073
|
3
lxmldoc-3.3.5.pdf
Normal file
3
lxmldoc-3.3.5.pdf
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d634863c6c813578233d0657269b13b62706b7e7b6b5fd8fa79376a881a293fa
|
||||
size 1121833
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user