From f9589f892315c9175b58260201ff7dfe1048537c Mon Sep 17 00:00:00 2001 From: mcepl <> Date: Jun 06 2023 19:01:37 +0000 Subject: Update python-selection to version 0.0.21 / rev 3 via SR 1091106 https://build.opensuse.org/request/show/1091106 by user mcepl + dimstar_suse - version update to 0.0.21 * no upstream changelog found --- diff --git a/.files b/.files index 0f3e3cf..592aae5 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 3615149..b908cbe 100644 --- a/.rev +++ b/.rev @@ -17,4 +17,13 @@ * various small fixes 680459 + + 8e9a8876b03465529bc5c88edc7852ce + 0.0.21 + + dimstar_suse + - version update to 0.0.21 + * no upstream changelog found + 1091106 + diff --git a/python-selection.changes b/python-selection.changes index e27b7b7..08bcf8b 100644 --- a/python-selection.changes +++ b/python-selection.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Jun 6 12:24:18 UTC 2023 - pgajdos@suse.com + +- version update to 0.0.21 + * no upstream changelog found + +------------------------------------------------------------------- Fri Mar 1 11:05:33 UTC 2019 - Tomáš Chvátal - Update to 0.0.14: diff --git a/python-selection.spec b/python-selection.spec index 10f228a..4ffefb6 100644 --- a/python-selection.spec +++ b/python-selection.spec @@ -1,7 +1,7 @@ # # spec file for package python-selection # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-selection -Version: 0.0.14 +Version: 0.0.21 Release: 0 Summary: API to extract content from HTML & XML documents License: MIT @@ -26,14 +25,12 @@ Group: Development/Languages/Python URL: https://github.com/lorien/selection Source: https://files.pythonhosted.org/packages/source/s/selection/selection-%{version}.tar.gz BuildRequires: %{python_module lxml} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} -BuildRequires: %{python_module weblib} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-lxml -Requires: python-six -Requires: python-weblib BuildArch: noarch %python_subpackages @@ -44,15 +41,16 @@ API to extract content from HTML & XML documents %setup -q -n selection-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %license LICENSE -%doc README.rst -%{python_sitelib}/* +%doc README.md +%{python_sitelib}/selection +%{python_sitelib}/selection-%{version}*-info %changelog diff --git a/selection-0.0.14.tar.gz b/selection-0.0.14.tar.gz deleted file mode 120000 index 2321308..0000000 --- a/selection-0.0.14.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreihqopzapovvegyj5zfbfpcga777z5m6mgtey6lzmodsjwt7xuqfxi \ No newline at end of file diff --git a/selection-0.0.21.tar.gz b/selection-0.0.21.tar.gz new file mode 120000 index 0000000..2dc387a --- /dev/null +++ b/selection-0.0.21.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreifbgyay3m74utxql72cbxkbuj3ytmtig5nkfml2qb37vjuom4nknu \ No newline at end of file