15
0

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
This commit is contained in:
Tomáš Chvátal
2019-09-17 10:02:10 +00:00
committed by Git OBS Bridge
parent 1055357d9c
commit fa57626d6c
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 17 09:57:08 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary. Expand %description.
-------------------------------------------------------------------
Tue Sep 17 01:59:42 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -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}