14
0

Accepting request 663810 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/663810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iso8601?expand=0&rev=14
This commit is contained in:
2019-01-15 12:16:09 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 8 17:39:26 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update descriptions.
-------------------------------------------------------------------
Tue Dec 4 12:49:24 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

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