From fa57626d6cf8560c1a16a30272aeacf0cabd46c148050861656c73be6b574b45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 17 Sep 2019 10:02:10 +0000 Subject: [PATCH] Accepting request 731467 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. Expand %description. OBS-URL: https://build.opensuse.org/request/show/731467 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crontab?expand=0&rev=3 --- python-crontab.changes | 5 +++++ python-crontab.spec | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/python-crontab.changes b/python-crontab.changes index 94315cb..122f61b 100644 --- a/python-crontab.changes +++ b/python-crontab.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 17 09:57:08 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. Expand %description. + ------------------------------------------------------------------- Tue Sep 17 01:59:42 AM UTC 2019 - John Vandenberg diff --git a/python-crontab.spec b/python-crontab.spec index 1bb2a30..d28aa42 100644 --- a/python-crontab.spec +++ b/python-crontab.spec @@ -20,7 +20,7 @@ Name: python-crontab Version: 0.22.6 Release: 0 -Summary: Parse and use crontab schedules in Python +Summary: Python module for parsing and using crontab schedules License: LGPL-2.1-only Group: Development/Languages/Python URL: https://github.com/josiahcarlson/parse-crontab @@ -37,7 +37,10 @@ BuildArch: noarch %python_subpackages %description -Parse and use crontab schedules in Python. +This package offers a method of parsing crontab schedule entries and +determining when an item should next be run. More specifically, it +calculates a delay in seconds from when the .next() method is called +to when the item should next be executed. %prep %setup -q -n parse-crontab-%{version}