From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95EAE1396D0 for ; Sun, 27 Aug 2017 08:12:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F25AF1FC015; Sun, 27 Aug 2017 08:12:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCC2A1FC009 for ; Sun, 27 Aug 2017 08:12:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC14234192A for ; Sun, 27 Aug 2017 08:12:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 861FB8431 for ; Sun, 27 Aug 2017 08:12:03 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1503821468.9f087b9360e6d09933cb929efcbc364146c6bd58.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/isodate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/isodate/metadata.xml X-VCS-Directories: dev-python/isodate/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 9f087b9360e6d09933cb929efcbc364146c6bd58 X-VCS-Branch: master Date: Sun, 27 Aug 2017 08:12:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9ba46e4f-dd05-405d-b009-413ffd10f1ac X-Archives-Hash: 0b11e42d67f9d94c3d0d1e1eb78ee71a commit: 9f087b9360e6d09933cb929efcbc364146c6bd58 Author: Tim Harder gentoo org> AuthorDate: Sun Aug 27 08:11:08 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Aug 27 08:11:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f087b93 dev-python/isodate: use consistent whitespace for metadata dev-python/isodate/metadata.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/dev-python/isodate/metadata.xml b/dev-python/isodate/metadata.xml index 1e963eafb72..40a9ac204fa 100644 --- a/dev-python/isodate/metadata.xml +++ b/dev-python/isodate/metadata.xml @@ -6,18 +6,18 @@ Python - This module implements ISO 8601 date, time and duration - parsing. The implementation follows ISO8601:2004 standard, and - implements only date/time representations mentioned in the standard. If - something is not mentioned there, then it is treated as non existent, - and not as an allowed option. - As this module maps ISO 8601 dates/times to standard Python data types, - like date, time, datetime and timedelta, it is not possible to convert - all possible ISO 8601 dates/times. For instance, dates before 0001-01-01 - are not allowed by the Python date and datetime classes. Additionally - fractional seconds are limited to microseconds. That means if the parser - finds for instance nanoseconds it will round it to microseconds. - + This module implements ISO 8601 date, time and duration + parsing. The implementation follows ISO8601:2004 standard, and + implements only date/time representations mentioned in the standard. If + something is not mentioned there, then it is treated as non existent, + and not as an allowed option. + As this module maps ISO 8601 dates/times to standard Python data types, + like date, time, datetime and timedelta, it is not possible to convert + all possible ISO 8601 dates/times. For instance, dates before 0001-01-01 + are not allowed by the Python date and datetime classes. Additionally + fractional seconds are limited to microseconds. That means if the parser + finds for instance nanoseconds it will round it to microseconds. + isodate