Accepting request 215228 from home:thomas-schraitle:branches:devel:languages:python
Fixed changes fromat according to sr#215185 OBS-URL: https://build.opensuse.org/request/show/215228 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=65
This commit is contained in:
parent
7011038f89
commit
1157ac37a2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bea4428f928eafc1a2ec69c080d2e2b7785ec585b4c7766597056bbdf3d10ade
|
|
||||||
size 3342006
|
|
3
lxml-3.3.0.tar.gz
Normal file
3
lxml-3.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7d669cd0b7f8d01356df8d64cdbf2aecd9150378d59c36ac025da1dbaf9ebc11
|
||||||
|
size 3435082
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2080366bc9829804b65ffc977c44737483a04010b4a1d60bcefac3f14d7145fd
|
|
||||||
size 1099505
|
|
3
lxmldoc-3.3.0.pdf
Normal file
3
lxmldoc-3.3.0.pdf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2cc21d2f95259d5520cf111e9d7f41ca78e994ddaa08bea2956454c3b340eaa0
|
||||||
|
size 1116270
|
@ -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
|
Wed Oct 23 08:54:33 UTC 2013 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-lxml
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-lxml
|
Name: python-lxml
|
||||||
Version: 3.2.3
|
Version: 3.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Powerful and Pythonic XML processing library
|
Summary: Powerful and Pythonic XML processing library
|
||||||
License: BSD-3-Clause and GPL-2.0+
|
License: BSD-3-Clause and GPL-2.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user