diff --git a/python-soupsieve.changes b/python-soupsieve.changes index 486320c..c14c0c3 100644 --- a/python-soupsieve.changes +++ b/python-soupsieve.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Dec 20 18:49:34 UTC 2019 - Dirk Mueller + +- 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 diff --git a/python-soupsieve.spec b/python-soupsieve.spec index 894d7b4..f1bcfe1 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-soupsieve%{psuffix} -Version: 1.9.3 +Version: 1.9.5 Release: 0 Summary: A modern CSS selector implementation for BeautifulSoup License: MIT diff --git a/soupsieve-1.9.3.tar.gz b/soupsieve-1.9.3.tar.gz deleted file mode 100644 index 1425a03..0000000 --- a/soupsieve-1.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8662843366b8d8779dec4e2f921bebec9afd856a5ff2e82cd419acc5054a1a92 -size 97001 diff --git a/soupsieve-1.9.5.tar.gz b/soupsieve-1.9.5.tar.gz new file mode 100644 index 0000000..f537823 --- /dev/null +++ b/soupsieve-1.9.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c1c5dee4a1c36bcb790e0fabd5492d874b8ebd4617622c4f6a731701060dda +size 98999