15
0
forked from pool/python-datrie

- update license to LGPL-2.1+

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-datrie?expand=0&rev=2
This commit is contained in:
Jan Matejek
2017-04-07 18:12:43 +00:00
committed by Git OBS Bridge
parent 19e1376ff6
commit 0c00dda26f
2 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 7 18:12:25 UTC 2017 - jmatejek@suse.com
- update license to LGPL-2.1+
-------------------------------------------------------------------
Sat Mar 4 00:00:17 UTC 2017 - rjschwei@suse.com

View File

@@ -1,5 +1,5 @@
#
# spec file for package python3-datrie
# spec file for package python-datrie
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
@@ -15,21 +15,22 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-datrie
Version: 0.7.1
Release: 0
Summary: Super-fast, efficiently stored Trie for Python
License: LGPL-2.0+
License: LGPL-2.1+
Group: Development/Languages/Python
Url: https://github.com/kmike/datrie
Source: https://files.pythonhosted.org/packages/source/d/datrie/datrie-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%python_subpackages