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
21
LICENSE
21
LICENSE
@@ -1,21 +0,0 @@
|
|||||||
The MIT License (MIT)
|
|
||||||
|
|
||||||
Copyright (c) 2015-2018, Gregory Petukhov
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 1 11:05:33 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.0.14:
|
||||||
|
* distribute license in the tarball
|
||||||
|
* various small fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 22 13:41:09 UTC 2018 - iulhaq@suse.com
|
Thu Nov 22 13:41:09 UTC 2018 - iulhaq@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-selection
|
# 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
|
# 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
|
||||||
@@ -18,14 +18,13 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-selection
|
Name: python-selection
|
||||||
Version: 0.0.13
|
Version: 0.0.14
|
||||||
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
|
||||||
Group: Development/Languages/Python
|
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
|
||||||
Source99: https://raw.githubusercontent.com/lorien/selection/master/LICENSE
|
|
||||||
BuildRequires: %{python_module lxml}
|
BuildRequires: %{python_module lxml}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six}
|
BuildRequires: %{python_module six}
|
||||||
@@ -43,7 +42,6 @@ API to extract content from HTML & XML documents
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n selection-%{version}
|
%setup -q -n selection-%{version}
|
||||||
cp %{SOURCE99} .
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dae9a4438cd6838b5ac025181c9c5c779ec707fe8f1ec1c3bce20aff9d8c3fa5
|
|
||||||
size 3676
|
|
3
selection-0.0.14.tar.gz
Normal file
3
selection-0.0.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f073f207bab521b09ee4a12bc4607fffcf59e61a64c7979638724da7fbd205ba
|
||||||
|
size 4539
|
Reference in New Issue
Block a user