- 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:
parent
cf1f6d84c1
commit
5d2201b20b
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
BIN
soupsieve-2.4.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user