14
0

- shorten and rephrase package description

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-radix?expand=0&rev=2
This commit is contained in:
Sebastian Wagner
2018-01-25 11:57:11 +00:00
committed by Git OBS Bridge
parent 19d1f1c15d
commit 2baa9af643
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 25 11:52:58 UTC 2018 - sebix+novell.com@sebix.at
- shorten and rephrase package description
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 25 09:52:48 UTC 2018 - sebix+novell.com@sebix.at Thu Jan 25 09:52:48 UTC 2018 - sebix+novell.com@sebix.at

View File

@@ -23,7 +23,7 @@ Release: 0
Summary: Radix tree implementation Summary: Radix tree implementation
License: ISC AND BSD-4-Clause License: ISC AND BSD-4-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/mjschultz/py-radix Url: https://github.com/mjschultz/py-radix
Source: https://files.pythonhosted.org/packages/source/p/py-radix/py-radix-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/py-radix/py-radix-%{version}.tar.gz
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
@@ -32,15 +32,14 @@ BuildRequires: python-rpm-macros
%python_subpackages %python_subpackages
%description %description
py-radix implements the radix tree data structure for the storage and Implements the radix tree data structure for the storage and
retrieval of IPv4 and IPv6 network prefixes. retrieval of IPv4 and IPv6 network prefixes.
The radix tree is commonly used for routing table lookups. It efficiently The radix tree is commonly used for routing table lookups. It efficiently
stores network prefixes of varying lengths and allows fast lookups of stores network prefixes of varying lengths and allows fast lookups of
containing networks. containing networks.
The C extension will be built for supported python versions. If you do not This package includes the C-extension.
want the C extension, set the environment variable ``RADIX_NO_EXT=1``.
%prep %prep
%setup -q -n py-radix-%{version} %setup -q -n py-radix-%{version}