15
0

- Update to 1.9.2:

* FIX: Shortcut last descendant calculation if possible for performance.
  * FIX: Fix issue where Doctype strings can be mistaken for a normal text node in some cases.
  * FIX: A top level tag is not a :root tag if it has sibling text nodes or tag nodes. This is an issue that mostly manifests when using html.parser as the parser will allow multiple root nodes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-soupsieve?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2019-07-22 12:56:27 +00:00
committed by Git OBS Bridge
parent 5d01e687ae
commit 4c615e2879
4 changed files with 14 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 22 12:54:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.9.2:
* FIX: Shortcut last descendant calculation if possible for performance.
* FIX: Fix issue where Doctype strings can be mistaken for a normal text node in some cases.
* FIX: A top level tag is not a :root tag if it has sibling text nodes or tag nodes. This is an issue that mostly manifests when using html.parser as the parser will allow multiple root nodes.
-------------------------------------------------------------------
Mon May 20 08:57:36 UTC 2019 - pgajdos@suse.com