Accepting request 223577 from home:thomas-schraitle:branches:devel:languages:python
Update to version 3.3.1 OBS-URL: https://build.opensuse.org/request/show/223577 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=71
This commit is contained in:
parent
f21b560869
commit
72d7247aeb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d669cd0b7f8d01356df8d64cdbf2aecd9150378d59c36ac025da1dbaf9ebc11
|
||||
size 3435082
|
3
lxml-3.3.1.tar.gz
Normal file
3
lxml-3.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cbaa02dd5a0a9dd7f571289c51eed9cb5c747d6674f3300e4bd63586e921819
|
||||
size 3441159
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2cc21d2f95259d5520cf111e9d7f41ca78e994ddaa08bea2956454c3b340eaa0
|
||||
size 1116270
|
3
lxmldoc-3.3.1.pdf
Normal file
3
lxmldoc-3.3.1.pdf
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d319a976d114c52242f476606e1e39e6fbba948a1ac279424aed8322b466478
|
||||
size 1118152
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 22 10:33:42 UTC 2014 - toms@opensuse.org
|
||||
|
||||
- Update to version 3.3.1:
|
||||
** Features added
|
||||
n/a
|
||||
** Bugs fixed
|
||||
- LP#1014290: HTML documents parsed with parser.feed() failed to
|
||||
find elements during tag iteration.
|
||||
- LP#1273709: Building in PyPy failed due to missing support for
|
||||
PyUnicode_Compare() and PyByteArray_*() in PyPy's C-API.
|
||||
- LP#1274413: Compilation in MSVC failed due to missing "stdint.h"
|
||||
standard header file.
|
||||
- LP#1274118: iterparse() failed to parse BOM prefixed files.
|
||||
|
||||
** Other changes
|
||||
n/a
|
||||
|
||||
See also http://lxml.de/3.3/changes-3.3.1.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 7 13:05:42 UTC 2014 - speilicke@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-lxml
|
||||
Version: 3.3.0
|
||||
Version: 3.3.1
|
||||
Release: 0
|
||||
Summary: Powerful and Pythonic XML processing library
|
||||
License: BSD-3-Clause and GPL-2.0+
|
||||
@ -29,6 +29,7 @@ BuildRequires: libxml2-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: python-Cython >= 0.20
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
Requires: python-cssselect
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
|
Loading…
Reference in New Issue
Block a user