Accepting request 758624 from devel:languages:python
- update to 1.9.5: * **FIX**: `:placeholder-shown` should not match if the element has content that overrides the pl aceholder. * **FIX**: `:checked` rule was too strict with `option` elements. The specification for `:checked ` does not require an `option` element to be under a `select` element. * **FIX**: Fix level 4 `:lang()` wildcard match handling with singletons. Implicit wildcard match ing should not match any singleton. Explicit wildcard matching (`*` in the language range: `*-US`) is allowed to match singletons. OBS-URL: https://build.opensuse.org/request/show/758624 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-soupsieve?expand=0&rev=7
This commit is contained in:
commit
a5f79c7154
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 20 18:49:34 UTC 2019 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.9.5:
|
||||||
|
* **FIX**: `:placeholder-shown` should not match if the element has content
|
||||||
|
that overrides the pl aceholder.
|
||||||
|
* **FIX**: `:checked` rule was too strict with `option` elements. The
|
||||||
|
specification for `:checked ` does not require an `option` element to be under
|
||||||
|
a `select` element.
|
||||||
|
* **FIX**: Fix level 4 `:lang()` wildcard match handling with singletons.
|
||||||
|
Implicit wildcard match ing should not match any singleton. Explicit wildcard
|
||||||
|
matching (`*` in the language range: `*-US`) is allowed to match singletons.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 10:11:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Tue Sep 10 10:11:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-soupsieve
|
# spec file for package python-soupsieve
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -26,7 +26,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-soupsieve%{psuffix}
|
Name: python-soupsieve%{psuffix}
|
||||||
Version: 1.9.3
|
Version: 1.9.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A modern CSS selector implementation for BeautifulSoup
|
Summary: A modern CSS selector implementation for BeautifulSoup
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8662843366b8d8779dec4e2f921bebec9afd856a5ff2e82cd419acc5054a1a92
|
|
||||||
size 97001
|
|
3
soupsieve-1.9.5.tar.gz
Normal file
3
soupsieve-1.9.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e2c1c5dee4a1c36bcb790e0fabd5492d874b8ebd4617622c4f6a731701060dda
|
||||||
|
size 98999
|
Loading…
x
Reference in New Issue
Block a user