pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/py-aniso8601



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Dec  9 12:37:29 UTC 2020

Modified Files:
        pkgsrc/time/py-aniso8601: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/py-aniso8601/Makefile \
    pkgsrc/time/py-aniso8601/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/py-aniso8601/Makefile
diff -u pkgsrc/time/py-aniso8601/Makefile:1.5 pkgsrc/time/py-aniso8601/Makefile:1.6
--- pkgsrc/time/py-aniso8601/Makefile:1.5       Fri Nov 15 14:02:20 2019
+++ pkgsrc/time/py-aniso8601/Makefile   Wed Dec  9 12:37:29 2020
@@ -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/}
Index: pkgsrc/time/py-aniso8601/distinfo
diff -u pkgsrc/time/py-aniso8601/distinfo:1.5 pkgsrc/time/py-aniso8601/distinfo:1.6
--- pkgsrc/time/py-aniso8601/distinfo:1.5       Fri Nov 15 14:02:20 2019
+++ pkgsrc/time/py-aniso8601/distinfo   Wed Dec  9 12:37:29 2020
@@ -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