diff --git a/python-tenacity.changes b/python-tenacity.changes index 99d8ea6..b773c5f 100644 --- a/python-tenacity.changes +++ b/python-tenacity.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 10 22:24:53 UTC 2018 - jengelh@inai.de + +- Remove repetition of license terms in description. + ------------------------------------------------------------------- Wed Jan 10 20:48:41 UTC 2018 - toddrme2178@gmail.com diff --git a/python-tenacity.spec b/python-tenacity.spec index 478032a..4f79390 100644 --- a/python-tenacity.spec +++ b/python-tenacity.spec @@ -49,8 +49,8 @@ BuildArch: noarch %python_subpackages %description -Tenacity is an Apache 2.0 licensed general-purpose retrying library, written in -Python, to simplify the task of adding retry behavior to just about anything. +Tenacity is a general-purpose retrying library, written in Python, to simplify +the task of adding retry behavior to just about anything. It originates from a fork of `Retrying`_ Features --------