15
0

- update to 2.4.1:

* Attribute syntax for case insensitive flag
    optionally allows a space, it does not require one.
  * Update to support changes related to `:lang()` in
    the official CSS spec. `:lang("")` should match unspecified
  * languages, e.g. `lang=""`, but not `lang=und`.
  * Only `:is()` and `:where()` should allow forgiving
    selector lists according to latest CSS (as far as Soup
  * Sieve supports "forgiving" which is limited to empty
    selectors).
  * Formally drop Python 3.6.
  * Formally declare support for Python 3.11.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-soupsieve?expand=0&rev=34
This commit is contained in:
2023-05-04 20:08:02 +00:00
committed by Git OBS Bridge
parent cf1f6d84c1
commit 5d2201b20b
4 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu May 4 20:07:18 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.4.1:
* Attribute syntax for case insensitive flag
optionally allows a space, it does not require one.
* Update to support changes related to `:lang()` in
the official CSS spec. `:lang("")` should match unspecified
* languages, e.g. `lang=""`, but not `lang=und`.
* Only `:is()` and `:where()` should allow forgiving
selector lists according to latest CSS (as far as Soup
* Sieve supports "forgiving" which is limited to empty
selectors).
* Formally drop Python 3.6.
* Formally declare support for Python 3.11.
-------------------------------------------------------------------
Fri Apr 21 12:34:24 UTC 2023 - Dirk Müller <dmueller@suse.com>