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.