pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/py-aniso8601 py-aniso8601: updated to 8.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/90a64fd14fde
branches: trunk
changeset: 443265:90a64fd14fde
user: adam <adam%pkgsrc.org@localhost>
date: Wed Dec 09 12:37:29 2020 +0000
description:
py-aniso8601: updated to 8.1.0
aniso8601 8.1.0
Empty string arguments to get_date_resolution and parse_date now raise ISOFormatError, fixes 26
None and non-string arguments to get_date_resolution and parse_date now raise ValueError
Empty string arguments to parse_duration now raise ISOFormatError
None and non-string arguments to parse_duration now raise ValueError
Empty string arguments to parse_interval and parse_repeating_interval now raise ISOFormatError
None and non-string arguments to parse_interval and parse_repeating_internval now raise ValueError
Empty string arguments to get_time_resolution and parse_time now raise ISOFormatError
None and non-string arguments to parse_time now raise ValueError
None and non-string arguments to parse_timezone now raise ValueError
Empty string arguments to parse_datetime now raise ISOFormatError
None and non-string arguments to parse_datetime now raise ValueError
Missing delimiter in datetime strings when calling parse_datetime now raises ISOFormatError
Missing delimiter in regular and repeating interval strings when calling parse_interval and parse_repeating_interval now raises ISOFormatError
get_time_resolution now correctly throws ISOFormatError when a time component has too many characters in a time using ":" as a separator
diffstat:
time/py-aniso8601/Makefile | 4 ++--
time/py-aniso8601/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r ff44f57304ed -r 90a64fd14fde time/py-aniso8601/Makefile
--- a/time/py-aniso8601/Makefile Wed Dec 09 12:32:30 2020 +0000
+++ b/time/py-aniso8601/Makefile Wed Dec 09 12:37:29 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/11/15 14:02:20 adam Exp $
+# $NetBSD: Makefile,v 1.6 2020/12/09 12:37:29 adam Exp $
-DISTNAME= aniso8601-8.0.0
+DISTNAME= aniso8601-8.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aniso8601/}
diff -r ff44f57304ed -r 90a64fd14fde time/py-aniso8601/distinfo
--- a/time/py-aniso8601/distinfo Wed Dec 09 12:32:30 2020 +0000
+++ b/time/py-aniso8601/distinfo Wed Dec 09 12:37:29 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/11/15 14:02:20 adam Exp $
+$NetBSD: distinfo,v 1.6 2020/12/09 12:37:29 adam Exp $
-SHA1 (aniso8601-8.0.0.tar.gz) = 85aa131be3f6f5d4c746b52f67025e39b6e6a45f
-RMD160 (aniso8601-8.0.0.tar.gz) = 796a1b8e6a4d23cb9f5166b07e37e2f061d2fbd7
-SHA512 (aniso8601-8.0.0.tar.gz) = 1e6c43f77993e829833d819f7c2b9b1d31f30ca46e258faac0e0b3be864da07436ae34f05710309302477bb3eede5966c95ef3b124c9b353b306c2272dc4cb9d
-Size (aniso8601-8.0.0.tar.gz) = 37007 bytes
+SHA1 (aniso8601-8.1.0.tar.gz) = ec0efc15f0ae12da87571c311eac1ca4fd4305ee
+RMD160 (aniso8601-8.1.0.tar.gz) = 09e1cb22ec0fda08ea3570a9e129cee637a7a64a
+SHA512 (aniso8601-8.1.0.tar.gz) = 1660faf2ca0f3a6787e281bdee7379a8fb823f716127f77205255e05a8b5ab2ef8bbcfcf9c66e1bee8693274cbeb6c8f66d6b2b92b8515f9e440019733dd862d
+Size (aniso8601-8.1.0.tar.gz) = 38769 bytes
Home |
Main Index |
Thread Index |
Old Index