From 9e0afc8b5d69efcda5d63acd7056fcf63ac437f70bdc48aa707d9ebaa635aa5b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 6 Jun 2023 13:58:44 +0000 Subject: [PATCH] Accepting request 1091088 from home:pgajdos:python - version update to 0.0.21 * no upstream changelog found OBS-URL: https://build.opensuse.org/request/show/1091088 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selection?expand=0&rev=8 --- python-selection.changes | 6 ++++++ python-selection.spec | 19 ++++++++----------- selection-0.0.14.tar.gz | 3 --- selection-0.0.21.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 14 deletions(-) delete mode 100644 selection-0.0.14.tar.gz create mode 100644 selection-0.0.21.tar.gz diff --git a/python-selection.changes b/python-selection.changes index 1b8a1f8..a5634b6 100644 --- a/python-selection.changes +++ b/python-selection.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/python-selection.spec b/python-selection.spec index 942c5c2..e3347b0 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,15 @@ 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* %changelog diff --git a/selection-0.0.14.tar.gz b/selection-0.0.14.tar.gz deleted file mode 100644 index 0f9bb8f..0000000 --- a/selection-0.0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f073f207bab521b09ee4a12bc4607fffcf59e61a64c7979638724da7fbd205ba -size 4539 diff --git a/selection-0.0.21.tar.gz b/selection-0.0.21.tar.gz new file mode 100644 index 0000000..6b864e0 --- /dev/null +++ b/selection-0.0.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a136018db3fca4ef05ff420dd41a27789b268375aa2b17a8077faa68e671aa6d +size 8992