14
0

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
This commit is contained in:
Tomáš Chvátal
2019-01-08 18:42:20 +00:00
committed by Git OBS Bridge
parent 8736d06688
commit 6220a00c06
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> 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 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
Name: python-iso8601 Name: python-iso8601
Version: 0.1.12 Version: 0.1.12
Release: 0 Release: 0
Summary: Simple module to parse ISO 8601 dates Summary: Python module to parse ISO 8601 dates
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: http://code.google.com/p/pyiso8601/ URL: http://code.google.com/p/pyiso8601/
@@ -32,8 +32,6 @@ BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
Simple module to parse ISO 8601 dates
This module parses the most common forms of ISO 8601 date strings (e.g. This module parses the most common forms of ISO 8601 date strings (e.g.
2007-01-14T20:34:22+00:00) into datetime objects. 2007-01-14T20:34:22+00:00) into datetime objects.