From e050e0b53673dba09b9a166335e7bd32630eae08f61a66d86d986f2fd8868a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 11 Jan 2018 09:11:24 +0000 Subject: [PATCH] Accepting request 563451 from home:jengelh:branches:devel:languages:python - Remove repetition of license terms in description. Already present in the RPM header. OBS-URL: https://build.opensuse.org/request/show/563451 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=12 --- python-tenacity.changes | 5 +++++ python-tenacity.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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 --------