forked from pool/python-selection
- Update to 0.0.14:
* distribute license in the tarball * various small fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selection?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
a0a39522f9
commit
eb46830c5a
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-selection
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,14 +18,13 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-selection
|
||||
Version: 0.0.13
|
||||
Version: 0.0.14
|
||||
Release: 0
|
||||
Summary: API to extract content from HTML & XML documents
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/lorien/selection
|
||||
Source: https://files.pythonhosted.org/packages/source/s/selection/selection-%{version}.tar.gz
|
||||
Source99: https://raw.githubusercontent.com/lorien/selection/master/LICENSE
|
||||
BuildRequires: %{python_module lxml}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six}
|
||||
@@ -43,7 +42,6 @@ API to extract content from HTML & XML documents
|
||||
|
||||
%prep
|
||||
%setup -q -n selection-%{version}
|
||||
cp %{SOURCE99} .
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
Reference in New Issue
Block a user