14
0
forked from pool/python-lxml

Accepting request 479149 from devel:languages:python:singlespec

singlespec version

OBS-URL: https://build.opensuse.org/request/show/479149
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=92
This commit is contained in:
Jan Matejek
2017-03-15 12:52:16 +00:00
committed by Git OBS Bridge
parent 7beca3b804
commit 60fdd08498
6 changed files with 66 additions and 27 deletions

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Wed Mar 8 18:55:12 UTC 2017 - axel.braun@gmx.de
- Version 3.7.3
* GH#218 was ineffective in Python 3.
* GH#222: lxml.html.submit_form() failed in Python 3. Patch by Jakub Wilk.
* Work around installation problems in recent Python 2.7 versions
due to FTP download failures.
* GH#219: ``xmlfile.element()`` was not properly quoting attribute values.
Patch by Burak Arslan.
* GH#218: ``xmlfile.element()`` was not properly escaping text content of
script/style tags. Patch by Burak Arslan.
* GH#217: ``XMLSyntaxError`` now behaves more like its ``SyntaxError``
baseclass. Patch by Philipp A.
* GH#216: ``HTMLParser()`` now supports the same ``collect_ids`` parameter
as ``XMLParser()``. Patch by Burak Arslan.
* GH#210: Allow specifying a serialisation method in ``xmlfile.write()``.
Patch by Burak Arslan.
* GH#203: New option ``default_doctype`` in ``HTMLParser`` that allows
disabling the automatic doctype creation. Patch by Shadab Zafar.
* GH#201: Calling the method ``.set('attrname')`` without value argument
(or ``None``) on HTML elements creates an attribute without value that
serialises like ``<div attrname></div>``. Patch by Daniel Holth.
* GH#197: Ignore form input fields in ``form_values()`` when they are
marked as ``disabled`` in HTML. Patch by Kristian Klemon.
* GH#206: File name and line number were missing from XSLT error messages.
Patch by Marcus Brinkmann.
* Log entries no longer allow anything but plain string objects as message text
and file name.
* ``zlib`` is included in the list of statically built libraries.
* GH#204, LP#1614693: build fix for MacOS-X.
* LP#1614603: change linker flags to build multi-linux wheels
* LP#1614603: release without source changes to provide cleanly built Linux wheels
-------------------------------------------------------------------
Mon Dec 19 17:46:14 UTC 2016 - jmatejek@suse.com
- update for multipython build
-------------------------------------------------------------------
Tue Aug 16 07:38:31 UTC 2016 - tbechtold@suse.com