1
0

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
This commit is contained in:
Tomáš Chvátal 2018-10-18 07:27:08 +00:00 committed by Git OBS Bridge
parent a6450debf0
commit 88fcdb8ff6
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 17 18:29:01 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Avoid name repetition in summary.
-------------------------------------------------------------------
Wed Oct 17 13:29:54 UTC 2018 - sjamgade@suse.com

View File

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