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
This commit is contained in:
parent
82547940f0
commit
5d01e687ae
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
3
soupsieve-1.9.1.tar.gz
Normal file
3
soupsieve-1.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b20eff5e564529711544066d7dc0f7661df41232ae263619dede5059799cdfca
|
||||
size 95089
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e41a65e99bd125972d84221022beb1e4b5cfc68fa12c170c39834ce32d1b294c
|
||||
size 91366
|
Loading…
x
Reference in New Issue
Block a user