diff --git a/python-soupsieve.changes b/python-soupsieve.changes index 515a34d..780c0a4 100644 --- a/python-soupsieve.changes +++ b/python-soupsieve.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 @@ -42,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 @@ -52,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 @@ -147,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 @@ -162,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 6f7b23c..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 @@ -30,6 +30,7 @@ Version: 2.5 Release: 0 Summary: A modern CSS selector implementation for BeautifulSoup License: MIT +Group: Development/Libraries/Python URL: https://github.com/facelessuser/soupsieve Source: https://files.pythonhosted.org/packages/source/s/soupsieve/soupsieve-%{version}.tar.gz BuildRequires: %{python_module hatchling} @@ -45,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}