Accepting request 1158183 from home:michals:Calibre

- Fix rpmlint warnings on SLE/Leap (jsc#PED-7572)
  * provide description longer than summary
  * Add back group

    attributes
  * Some small corner cases discovered with static typing.
  - FIX: `:root`, `:contains()`, `:default`, `:indeterminate`,
  * NEW: Allow :contains() to accept a list of text to search

OBS-URL: https://build.opensuse.org/request/show/1158183
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-soupsieve?expand=0&rev=38
This commit is contained in:
Matej Cepl 2024-03-15 14:18:59 +00:00 committed by Git OBS Bridge
parent fb697a8ff5
commit c249f40c04
2 changed files with 15 additions and 6 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 15 09:49:23 UTC 2024 - Michal Suchanek <msuchanek@suse.com>
- 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 <mimi.vx@gmail.com> Tue Oct 10 11:23:48 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file # spec file
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -30,6 +30,7 @@ Version: 2.5
Release: 0 Release: 0
Summary: A modern CSS selector implementation for BeautifulSoup Summary: A modern CSS selector implementation for BeautifulSoup
License: MIT License: MIT
Group: Development/Libraries/Python
URL: https://github.com/facelessuser/soupsieve URL: https://github.com/facelessuser/soupsieve
Source: https://files.pythonhosted.org/packages/source/s/soupsieve/soupsieve-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/s/soupsieve/soupsieve-%{version}.tar.gz
BuildRequires: %{python_module hatchling} BuildRequires: %{python_module hatchling}
@ -45,7 +46,8 @@ BuildRequires: %{python_module pytest}
%python_subpackages %python_subpackages
%description %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 %prep
%setup -q -n soupsieve-%{version} %setup -q -n soupsieve-%{version}