Accepting request 1084864 from devel:languages:python

- 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/request/show/1084864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-soupsieve?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2023-05-09 11:06:04 +00:00 committed by Git OBS Bridge
commit 107d83a719
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> Fri Apr 21 12:34:24 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -28,7 +28,7 @@
%define skip_python2 1 %define skip_python2 1
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-soupsieve%{psuffix} Name: python-soupsieve%{psuffix}
Version: 2.3.2.post1 Version: 2.4.1
Release: 0 Release: 0
Summary: A modern CSS selector implementation for BeautifulSoup Summary: A modern CSS selector implementation for BeautifulSoup
License: MIT License: MIT
@ -71,7 +71,8 @@ A modern CSS selector implementation for BeautifulSoup
%files %{python_files} %files %{python_files}
%license LICENSE.md %license LICENSE.md
%doc README.md %doc README.md
%{python_sitelib}/soupsieve* %{python_sitelib}/soupsieve
%{python_sitelib}/soupsieve-%{version}.dist-info
%endif %endif
%changelog %changelog

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d
size 102814

BIN
soupsieve-2.4.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.