Accepting request 408314 from home:tbechtold:branches:devel:languages:python

- update to 3.6.0:
  * Static builds honour FTP proxy configurations when downloading
    the external libs.
  * Now supports (only) version 5.x and later of PyPy.
  * Soupparser failed to process entities in Python 3.x.
  * Rare encoding related `TypeError` on import was fixed.
  * Direct support for `.rnc` files in `RelaxNG()` if `rnc2rng`
    is installed.

OBS-URL: https://build.opensuse.org/request/show/408314
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=88
This commit is contained in:
Dirk Mueller 2016-07-13 16:01:18 +00:00 committed by Git OBS Bridge
parent 8522c2ad6e
commit b630691473
6 changed files with 19 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:349f93e3a4b09cc59418854ab8013d027d246757c51744bf20069bc89016f578
size 3810202

3
lxml-3.6.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c74ca28a7f0c30dca8872281b3c47705e21217c8bc63912d95c9e2a7cac6bdf
size 3693901

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8b057304b6a7566f4751c4bc9a8a8e4a42a166425e691d111ed3465c53fa765
size 1120059

3
lxmldoc-3.6.0.pdf Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:357ecae1fbb4420e403b896b5082387536df2dfb06c932b26af4afafd26d2348
size 1121055

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jul 13 15:26:08 UTC 2016 - tbechtold@suse.com
- update to 3.6.0:
* Static builds honour FTP proxy configurations when downloading
the external libs.
* Now supports (only) version 5.x and later of PyPy.
* Soupparser failed to process entities in Python 3.x.
* Rare encoding related `TypeError` on import was fixed.
* Direct support for `.rnc` files in `RelaxNG()` if `rnc2rng`
is installed.
-------------------------------------------------------------------
Mon Feb 1 10:36:35 UTC 2016 - toddrme2178@gmail.com

View File

@ -17,7 +17,7 @@
Name: python-lxml
Version: 3.5.0
Version: 3.6.0
Release: 0
Summary: Powerful and Pythonic XML processing library
License: BSD-3-Clause and GPL-2.0+