14
0
forked from pool/python-lxml

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:
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 +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