diff --git a/python-soupsieve.changes b/python-soupsieve.changes index 9c758fb..26686b1 100644 --- a/python-soupsieve.changes +++ b/python-soupsieve.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon May 20 08:57:36 UTC 2019 - pgajdos@suse.com + +- version update to 1.9.1 + - FIX: `:root`, `:contains()`, `:default`, `:indeterminate`, + `:lang()`, and `:dir()` will properly account for HTML + `iframe` elements in their logic when selecting or matching + an element. Their logic will be restricted to the document + for which the element under consideration applies. + - FIX: HTML pseudo-classes will check that all key elements + checked are in the XHTML namespace (HTML parsers that do + not provide namespaces will assume the XHTML namespace). + - FIX: Ensure that all pseudo-class names are case + insensitive and allow CSS escapes. + ------------------------------------------------------------------- Fri Apr 5 08:26:37 UTC 2019 - pgajdos@suse.com diff --git a/python-soupsieve.spec b/python-soupsieve.spec index 2663390..f955cf0 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-soupsieve%{psuffix} -Version: 1.9 +Version: 1.9.1 Release: 0 Summary: A modern CSS selector implementation for BeautifulSoup License: MIT diff --git a/soupsieve-1.9.1.tar.gz b/soupsieve-1.9.1.tar.gz new file mode 100644 index 0000000..df83a27 --- /dev/null +++ b/soupsieve-1.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20eff5e564529711544066d7dc0f7661df41232ae263619dede5059799cdfca +size 95089 diff --git a/soupsieve-1.9.tar.gz b/soupsieve-1.9.tar.gz deleted file mode 100644 index b8b0a0f..0000000 --- a/soupsieve-1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e41a65e99bd125972d84221022beb1e4b5cfc68fa12c170c39834ce32d1b294c -size 91366