From 5d01e687ae86ae1c07b0997bd56f29046167e06569183baf3267ef2cd79233ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 20 May 2019 09:10:18 +0000 Subject: [PATCH] Accepting request 704174 from home:pgajdos - 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. OBS-URL: https://build.opensuse.org/request/show/704174 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-soupsieve?expand=0&rev=8 --- python-soupsieve.changes | 15 +++++++++++++++ python-soupsieve.spec | 2 +- soupsieve-1.9.1.tar.gz | 3 +++ soupsieve-1.9.tar.gz | 3 --- 4 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 soupsieve-1.9.1.tar.gz delete mode 100644 soupsieve-1.9.tar.gz 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