From 2baa9af6432d873fadf6f43fab5bf4ccf99db3f61dd31e57618698ea16008f12 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 25 Jan 2018 11:57:11 +0000 Subject: [PATCH] - shorten and rephrase package description OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-radix?expand=0&rev=2 --- python-py-radix.changes | 5 +++++ python-py-radix.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/python-py-radix.changes b/python-py-radix.changes index 37e7e06..8c527a4 100644 --- a/python-py-radix.changes +++ b/python-py-radix.changes @@ -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 diff --git a/python-py-radix.spec b/python-py-radix.spec index 5372ad5..b949bbb 100644 --- a/python-py-radix.spec +++ b/python-py-radix.spec @@ -23,7 +23,7 @@ Release: 0 Summary: Radix tree implementation License: ISC AND BSD-4-Clause 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 BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} @@ -32,15 +32,14 @@ BuildRequires: python-rpm-macros %python_subpackages %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. The radix tree is commonly used for routing table lookups. It efficiently stores network prefixes of varying lengths and allows fast lookups of containing networks. -The C extension will be built for supported python versions. If you do not -want the C extension, set the environment variable ``RADIX_NO_EXT=1``. +This package includes the C-extension. %prep %setup -q -n py-radix-%{version}