Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-soupsieve for
openSUSE:Factory checked in at 2024-03-17 22:13:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-soupsieve (Old)
and /work/SRC/openSUSE:Factory/.python-soupsieve.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-soupsieve"
Sun Mar 17 22:13:02 2024 rev:20 rq:1158246 version:2.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-soupsieve/python-soupsieve.changes
2023-10-12 11:55:53.138870481 +0200
+++
/work/SRC/openSUSE:Factory/.python-soupsieve.new.1905/python-soupsieve.changes
2024-03-17 22:13:08.118088049 +0100
@@ -1,0 +2,7 @@
+Fri Mar 15 09:49:23 UTC 2024 - Michal Suchanek <[email protected]>
+
+- Fix rpmlint warnings on SLE/Leap (jsc#PED-7572)
+ * provide description longer than summary
+ * Add back group
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-soupsieve.spec ++++++
--- /var/tmp/diff_new_pack.NRkEZ7/_old 2024-03-17 22:13:10.158162690 +0100
+++ /var/tmp/diff_new_pack.NRkEZ7/_new 2024-03-17 22:13:10.162162837 +0100
@@ -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 @@
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 @@
%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}