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 2022-10-03 13:44:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-soupsieve (Old) and /work/SRC/openSUSE:Factory/.python-soupsieve.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-soupsieve" Mon Oct 3 13:44:35 2022 rev:16 rq:1007461 version:2.3.2.post1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-soupsieve/python-soupsieve.changes 2021-11-15 15:28:01.645850838 +0100 +++ /work/SRC/openSUSE:Factory/.python-soupsieve.new.2275/python-soupsieve.changes 2022-10-03 13:44:51.549362251 +0200 @@ -1,0 +2,7 @@ +Sat Jun 4 15:10:49 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 2.3.2.post1: + Fix Documentation for installation from source is outdated. + Fix some typos in error messages. + +------------------------------------------------------------------- Old: ---- soupsieve-2.3.1.tar.gz New: ---- soupsieve-2.3.2.post1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-soupsieve.spec ++++++ --- /var/tmp/diff_new_pack.kLkaTP/_old 2022-10-03 13:44:51.977363193 +0200 +++ /var/tmp/diff_new_pack.kLkaTP/_new 2022-10-03 13:44:51.985363210 +0200 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,14 +27,16 @@ %endif %define skip_python2 1 Name: python-soupsieve%{psuffix} -Version: 2.3.1 +Version: 2.3.2.post1 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 setuptools} +BuildRequires: %{python_module hatchling} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -51,11 +53,11 @@ %setup -q -n soupsieve-%{version} %build -%python_build +%pyproject_wheel %install %if !%{with test} -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %endif