diff --git a/python-soupsieve.changes b/python-soupsieve.changes index 780c0a4..bf4ccfa 100644 --- a/python-soupsieve.changes +++ b/python-soupsieve.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Oct 30 19:49:47 UTC 2024 - Dirk Müller + +- update to 2.6: + * Add official support for Python 3.13. + * Add support for `&` as scoping root per the CSS + Nesting Module, Level 1. When `&` is used outside the + * context of nesting, it is treated as the scoping root + * Improve error message when an unrecognized pseudo- + class is used. + ------------------------------------------------------------------- Fri Mar 15 09:49:23 UTC 2024 - Michal Suchanek diff --git a/python-soupsieve.spec b/python-soupsieve.spec index 48a4acb..3417d25 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package python-soupsieve # # Copyright (c) 2024 SUSE LLC # @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-soupsieve%{psuffix} -Version: 2.5 +Version: 2.6 Release: 0 Summary: A modern CSS selector implementation for BeautifulSoup License: MIT diff --git a/soupsieve-2.5.tar.gz b/soupsieve-2.5.tar.gz deleted file mode 100644 index 72e72b2..0000000 --- a/soupsieve-2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690 -size 100943 diff --git a/soupsieve-2.6.tar.gz b/soupsieve-2.6.tar.gz new file mode 100644 index 0000000..92790b3 --- /dev/null +++ b/soupsieve-2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb +size 101569