Hello community, here is the log from the commit of package python-crontab for openSUSE:Factory checked in at 2019-09-30 15:58:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-crontab (Old) and /work/SRC/openSUSE:Factory/.python-crontab.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-crontab" Mon Sep 30 15:58:24 2019 rev:2 rq:733681 version:0.22.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-crontab/python-crontab.changes 2019-09-27 14:49:11.948647637 +0200 +++ /work/SRC/openSUSE:Factory/.python-crontab.new.2352/python-crontab.changes 2019-09-30 15:58:27.821365964 +0200 @@ -1,0 +2,5 @@ +Tue Sep 17 09:57:08 UTC 2019 - Jan Engelhardt <[email protected]> + +- Use noun phrase in summary. Expand %description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-crontab.spec ++++++ --- /var/tmp/diff_new_pack.MuVAu9/_old 2019-09-30 15:58:28.585363931 +0200 +++ /var/tmp/diff_new_pack.MuVAu9/_new 2019-09-30 15:58:28.589363920 +0200 @@ -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 @@ %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}
