diff --git a/python-soupsieve.changes b/python-soupsieve.changes index 7e051e3..9220f19 100644 --- a/python-soupsieve.changes +++ b/python-soupsieve.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu May 4 20:07:18 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-soupsieve.spec b/python-soupsieve.spec index 681ac44..ea068a5 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -28,7 +28,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-soupsieve%{psuffix} -Version: 2.3.2.post1 +Version: 2.4.1 Release: 0 Summary: A modern CSS selector implementation for BeautifulSoup License: MIT @@ -71,7 +71,8 @@ A modern CSS selector implementation for BeautifulSoup %files %{python_files} %license LICENSE.md %doc README.md -%{python_sitelib}/soupsieve* +%{python_sitelib}/soupsieve +%{python_sitelib}/soupsieve-%{version}.dist-info %endif %changelog diff --git a/soupsieve-2.3.2.post1.tar.gz b/soupsieve-2.3.2.post1.tar.gz deleted file mode 100644 index 7c5158c..0000000 --- a/soupsieve-2.3.2.post1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d -size 102814 diff --git a/soupsieve-2.4.1.tar.gz b/soupsieve-2.4.1.tar.gz new file mode 100644 index 0000000..c4bd004 --- /dev/null +++ b/soupsieve-2.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d12b2d5dfcd2c9e8c22326da9d9aa9cb3dfab0a83a024f05704076ee8d35ea +size 101278