From 6220a00c06a24c646bae49c2d3a1d3ae7d34186131d7e65417cb2ea22dd14866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 8 Jan 2019 18:42:20 +0000 Subject: [PATCH] Accepting request 663783 from home:jengelh:branches:devel:languages:python - Update descriptions. OBS-URL: https://build.opensuse.org/request/show/663783 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=22 --- python-iso8601.changes | 5 +++++ python-iso8601.spec | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/python-iso8601.changes b/python-iso8601.changes index 874594b..1352983 100644 --- a/python-iso8601.changes +++ b/python-iso8601.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 8 17:39:26 UTC 2019 - Jan Engelhardt + +- Update descriptions. + ------------------------------------------------------------------- Tue Dec 4 12:49:24 UTC 2018 - Matej Cepl diff --git a/python-iso8601.spec b/python-iso8601.spec index 2a24f50..3bcc5b5 100644 --- a/python-iso8601.spec +++ b/python-iso8601.spec @@ -1,7 +1,7 @@ # # spec file for package python-iso8601 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: python-iso8601 Version: 0.1.12 Release: 0 -Summary: Simple module to parse ISO 8601 dates +Summary: Python module to parse ISO 8601 dates License: MIT Group: Development/Languages/Python URL: http://code.google.com/p/pyiso8601/ @@ -32,8 +32,6 @@ BuildArch: noarch %python_subpackages %description -Simple module to parse ISO 8601 dates - This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.