From 67d3ad009b975dd46edffffa0b3edce997206d791f86dee6085ae6f59e2609f6 Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Tue, 16 Aug 2016 07:49:53 +0000 Subject: [PATCH] Accepting request 419562 from home:tbechtold:branches:devel:languages:python - update to 3.6.1: * Separate option ``inline_style`` for Cleaner that only removes ``style`` attributes instead of all styles. * Windows build support for Python 3.5. * Exclude ``file`` fields from ``FormElement.form_values`` (as browsers do). * Try to provide base URL from ``Resolver.resolve_string()``. * More accurate float serialisation in ``objectify.FloatElement``. * Repair XSLT error logging. OBS-URL: https://build.opensuse.org/request/show/419562 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=90 --- lxml-3.6.0.tar.gz | 3 --- lxml-3.6.1.tar.gz | 3 +++ lxmldoc-3.6.0.pdf | 3 --- lxmldoc-3.6.1.pdf | 3 +++ python-lxml.changes | 12 ++++++++++++ python-lxml.spec | 2 +- 6 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 lxml-3.6.0.tar.gz create mode 100644 lxml-3.6.1.tar.gz delete mode 100644 lxmldoc-3.6.0.pdf create mode 100644 lxmldoc-3.6.1.pdf diff --git a/lxml-3.6.0.tar.gz b/lxml-3.6.0.tar.gz deleted file mode 100644 index 27ba170..0000000 --- a/lxml-3.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c74ca28a7f0c30dca8872281b3c47705e21217c8bc63912d95c9e2a7cac6bdf -size 3693901 diff --git a/lxml-3.6.1.tar.gz b/lxml-3.6.1.tar.gz new file mode 100644 index 0000000..d3e99b0 --- /dev/null +++ b/lxml-3.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eefcfbc548f8df38063b26c9686554268c1eb736e52cd230ff148aa550239d1 +size 3707480 diff --git a/lxmldoc-3.6.0.pdf b/lxmldoc-3.6.0.pdf deleted file mode 100644 index 42d1df7..0000000 --- a/lxmldoc-3.6.0.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:357ecae1fbb4420e403b896b5082387536df2dfb06c932b26af4afafd26d2348 -size 1121055 diff --git a/lxmldoc-3.6.1.pdf b/lxmldoc-3.6.1.pdf new file mode 100644 index 0000000..b5e82b2 --- /dev/null +++ b/lxmldoc-3.6.1.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e7e4722d1ae502d114be3d3b234add98789e56c9d96adaa32cc89e681bc1e7 +size 1123315 diff --git a/python-lxml.changes b/python-lxml.changes index 9797164..83c52d8 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Aug 16 07:38:31 UTC 2016 - tbechtold@suse.com + +- update to 3.6.1: + * Separate option ``inline_style`` for Cleaner that only removes ``style`` + attributes instead of all styles. + * Windows build support for Python 3.5. + * Exclude ``file`` fields from ``FormElement.form_values`` (as browsers do). + * Try to provide base URL from ``Resolver.resolve_string()``. + * More accurate float serialisation in ``objectify.FloatElement``. + * Repair XSLT error logging. + ------------------------------------------------------------------- Wed Jul 13 15:26:08 UTC 2016 - tbechtold@suse.com diff --git a/python-lxml.spec b/python-lxml.spec index 6f07078..e8414d3 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -17,7 +17,7 @@ Name: python-lxml -Version: 3.6.0 +Version: 3.6.1 Release: 0 Summary: Powerful and Pythonic XML processing library License: BSD-3-Clause and GPL-2.0+