From b630691473296a0e59c507b0487ca26a62ad8aa7b5aa4412f01ca1f21a5840a3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 13 Jul 2016 16:01:18 +0000 Subject: [PATCH] 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 --- lxml-3.5.0.tar.gz | 3 --- lxml-3.6.0.tar.gz | 3 +++ lxmldoc-3.5.0.pdf | 3 --- lxmldoc-3.6.0.pdf | 3 +++ python-lxml.changes | 12 ++++++++++++ python-lxml.spec | 2 +- 6 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 lxml-3.5.0.tar.gz create mode 100644 lxml-3.6.0.tar.gz delete mode 100644 lxmldoc-3.5.0.pdf create mode 100644 lxmldoc-3.6.0.pdf diff --git a/lxml-3.5.0.tar.gz b/lxml-3.5.0.tar.gz deleted file mode 100644 index cd17bbe..0000000 --- a/lxml-3.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:349f93e3a4b09cc59418854ab8013d027d246757c51744bf20069bc89016f578 -size 3810202 diff --git a/lxml-3.6.0.tar.gz b/lxml-3.6.0.tar.gz new file mode 100644 index 0000000..27ba170 --- /dev/null +++ b/lxml-3.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c74ca28a7f0c30dca8872281b3c47705e21217c8bc63912d95c9e2a7cac6bdf +size 3693901 diff --git a/lxmldoc-3.5.0.pdf b/lxmldoc-3.5.0.pdf deleted file mode 100644 index e74eb6d..0000000 --- a/lxmldoc-3.5.0.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8b057304b6a7566f4751c4bc9a8a8e4a42a166425e691d111ed3465c53fa765 -size 1120059 diff --git a/lxmldoc-3.6.0.pdf b/lxmldoc-3.6.0.pdf new file mode 100644 index 0000000..42d1df7 --- /dev/null +++ b/lxmldoc-3.6.0.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357ecae1fbb4420e403b896b5082387536df2dfb06c932b26af4afafd26d2348 +size 1121055 diff --git a/python-lxml.changes b/python-lxml.changes index aa25c77..9797164 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -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 diff --git a/python-lxml.spec b/python-lxml.spec index af3c717..6f07078 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -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+