14
0

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
This commit is contained in:
2023-06-06 13:58:44 +00:00
committed by Git OBS Bridge
parent eb46830c5a
commit 9e0afc8b5d
4 changed files with 17 additions and 14 deletions

View File

@@ -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 <tchvatal@suse.com> Fri Mar 1 11:05:33 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-selection # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,8 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-selection Name: python-selection
Version: 0.0.14 Version: 0.0.21
Release: 0 Release: 0
Summary: API to extract content from HTML & XML documents Summary: API to extract content from HTML & XML documents
License: MIT License: MIT
@@ -26,14 +25,12 @@ Group: Development/Languages/Python
URL: https://github.com/lorien/selection URL: https://github.com/lorien/selection
Source: https://files.pythonhosted.org/packages/source/s/selection/selection-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/s/selection/selection-%{version}.tar.gz
BuildRequires: %{python_module lxml} BuildRequires: %{python_module lxml}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six} BuildRequires: %{python_module wheel}
BuildRequires: %{python_module weblib}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-lxml Requires: python-lxml
Requires: python-six
Requires: python-weblib
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
@@ -44,15 +41,15 @@ API to extract content from HTML & XML documents
%setup -q -n selection-%{version} %setup -q -n selection-%{version}
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE
%doc README.rst %doc README.md
%{python_sitelib}/* %{python_sitelib}/selection*
%changelog %changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f073f207bab521b09ee4a12bc4607fffcf59e61a64c7979638724da7fbd205ba
size 4539

3
selection-0.0.21.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a136018db3fca4ef05ff420dd41a27789b268375aa2b17a8077faa68e671aa6d
size 8992