From a7f5bfe2c32b8216c23a94a4d7eba4110ac71129a9ba68cfb6427e583f3dd767 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 30 Oct 2024 19:50:13 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-soupsieve?expand=0&rev=40 --- python-soupsieve.changes | 11 +++++++++++ python-soupsieve.spec | 4 ++-- soupsieve-2.5.tar.gz | 3 --- soupsieve-2.6.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 soupsieve-2.5.tar.gz create mode 100644 soupsieve-2.6.tar.gz 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