diff --git a/python-soupsieve.changes b/python-soupsieve.changes index e9ac875..7792047 100644 --- a/python-soupsieve.changes +++ b/python-soupsieve.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jun 4 15:10:49 UTC 2022 - Dirk Müller + +- update to 2.3.2.post1: + Fix Documentation for installation from source is outdated. + Fix some typos in error messages. + ------------------------------------------------------------------- Sat Nov 13 20:46:12 UTC 2021 - Dirk Müller diff --git a/python-soupsieve.spec b/python-soupsieve.spec index f8863d8..ef3404f 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -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 @@ A modern CSS selector implementation for BeautifulSoup %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 diff --git a/soupsieve-2.3.1.tar.gz b/soupsieve-2.3.1.tar.gz deleted file mode 100644 index 92783d1..0000000 --- a/soupsieve-2.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8d49b1cd4f037c7082a9683dfa1801aa2597fb11c3a1155b7a5b94829b4f1f9 -size 107520 diff --git a/soupsieve-2.3.2.post1.tar.gz b/soupsieve-2.3.2.post1.tar.gz new file mode 100644 index 0000000..7c5158c --- /dev/null +++ b/soupsieve-2.3.2.post1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d +size 102814