From 88fcdb8ff6f8f7b0f3ca42b74cfc58e7b8dcc0138a025ca4d3c878ee907000fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 18 Oct 2018 07:27:08 +0000 Subject: [PATCH] Accepting request 642702 from home:jengelh:branches:devel:languages:python - Avoid name repetition in summary. OBS-URL: https://build.opensuse.org/request/show/642702 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-croniter?expand=0&rev=14 --- python-croniter.changes | 5 +++++ python-croniter.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-croniter.changes b/python-croniter.changes index b9a9c36..221c9f8 100644 --- a/python-croniter.changes +++ b/python-croniter.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 17 18:29:01 UTC 2018 - Jan Engelhardt + +- Avoid name repetition in summary. + ------------------------------------------------------------------- Wed Oct 17 13:29:54 UTC 2018 - sjamgade@suse.com diff --git a/python-croniter.spec b/python-croniter.spec index 481ae39..e9fbe9a 100644 --- a/python-croniter.spec +++ b/python-croniter.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,7 +20,7 @@ Name: python-croniter Version: 0.3.20 Release: 0 -Summary: Croniter provides iteration for datetime object with cron like format +Summary: Python iterators for datetime objects with cron-like format License: MIT Group: Development/Languages/Python Url: http://github.com/kiorky/croniter @@ -39,7 +39,7 @@ BuildArch: noarch %python_subpackages %description -croniter provides iteration for datetime object with cron like format. +croniter provides iterators for datetime object with cron-like format. %prep %setup -q -n croniter-%{version}