From bc13939659a5213b4007161767f4af222318556874acd8e73e37843a9d2685d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 13 Dec 2024 12:24:21 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main python-soupsieve revision 25ff895f3fe2d762da850f124420e80f --- python-soupsieve.changes | 21 +++++++++++++++++---- python-soupsieve.spec | 9 ++++----- soupsieve-2.4.1.tar.gz | 3 --- soupsieve-2.5.tar.gz | 3 +++ 4 files changed, 24 insertions(+), 12 deletions(-) delete mode 100644 soupsieve-2.4.1.tar.gz create mode 100644 soupsieve-2.5.tar.gz diff --git a/python-soupsieve.changes b/python-soupsieve.changes index 9220f19..780c0a4 100644 --- a/python-soupsieve.changes +++ b/python-soupsieve.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Mar 15 09:49:23 UTC 2024 - Michal Suchanek + +- Fix rpmlint warnings on SLE/Leap (jsc#PED-7572) + * provide description longer than summary + * Add back group + +------------------------------------------------------------------- +Tue Oct 10 11:23:48 UTC 2023 - Ondřej Súkup + +- update to 2.5 + * support Python 3.12 + ------------------------------------------------------------------- Thu May 4 20:07:18 UTC 2023 - Dirk Müller @@ -36,7 +49,7 @@ Sat Nov 13 20:46:12 UTC 2021 - Dirk Müller - update to 2.3.1: * Ensure attribute selectors match tags that have new lines characters in - attributes + attributes ------------------------------------------------------------------- Sat Nov 6 18:00:49 UTC 2021 - Dirk Müller @@ -46,7 +59,7 @@ Sat Nov 6 18:00:49 UTC 2021 - Dirk Müller * Add static typing. * `:has()`, `:is()`, and `:where()` now use use a forgiving selector list. * Add support to output a pretty print format of a compiled `SelectorList` for debug purposes. - * Some small corner cases discovered with static typing. + * Some small corner cases discovered with static typing. ------------------------------------------------------------------- Sun May 9 17:07:24 UTC 2021 - Dirk Müller @@ -141,7 +154,7 @@ Mon Jul 22 12:54:14 UTC 2019 - Tomáš Chvátal Mon May 20 08:57:36 UTC 2019 - pgajdos@suse.com - version update to 1.9.1 - - FIX: `:root`, `:contains()`, `:default`, `:indeterminate`, + - FIX: `:root`, `:contains()`, `:default`, `:indeterminate`, `:lang()`, and `:dir()` will properly account for HTML `iframe` elements in their logic when selecting or matching an element. Their logic will be restricted to the document @@ -156,7 +169,7 @@ Mon May 20 08:57:36 UTC 2019 - pgajdos@suse.com Fri Apr 5 08:26:37 UTC 2019 - pgajdos@suse.com - version update to 1.9 - * NEW: Allow :contains() to accept a list of text to search + * NEW: Allow :contains() to accept a list of text to search for. (#115) * NEW: Add new escape function for escaping CSS identifiers. (#125) * NEW: Deprecate comments and icomments functions in the API to ensure diff --git a/python-soupsieve.spec b/python-soupsieve.spec index ea068a5..48a4acb 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -25,10 +24,9 @@ %define psuffix %{nil} %bcond_with test %endif -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-soupsieve%{psuffix} -Version: 2.4.1 +Version: 2.5 Release: 0 Summary: A modern CSS selector implementation for BeautifulSoup License: MIT @@ -48,7 +46,8 @@ BuildRequires: %{python_module pytest} %python_subpackages %description -A modern CSS selector implementation for BeautifulSoup +Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4. +It aims to provide selecting, matching, and filtering using modern CSS selectors. %prep %setup -q -n soupsieve-%{version} diff --git a/soupsieve-2.4.1.tar.gz b/soupsieve-2.4.1.tar.gz deleted file mode 100644 index c4bd004..0000000 --- a/soupsieve-2.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89d12b2d5dfcd2c9e8c22326da9d9aa9cb3dfab0a83a024f05704076ee8d35ea -size 101278 diff --git a/soupsieve-2.5.tar.gz b/soupsieve-2.5.tar.gz new file mode 100644 index 0000000..72e72b2 --- /dev/null +++ b/soupsieve-2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690 +size 100943