pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/py-iso8601 py-iso8601: updated to 1.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6bf039194c22
branches:  trunk
changeset: 387221:6bf039194c22
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 25 09:09:26 2022 +0000

description:
py-iso8601: updated to 1.1.0

1.1.0
missed a comma
raise ParseError if we get an exception on is_iso8601()
Add is_iso8601() function
Update license years

diffstat:

 time/py-iso8601/Makefile |  6 +++---
 time/py-iso8601/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r a19ba2f8239c -r 6bf039194c22 time/py-iso8601/Makefile
--- a/time/py-iso8601/Makefile  Tue Oct 25 09:08:45 2022 +0000
+++ b/time/py-iso8601/Makefile  Tue Oct 25 09:09:26 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2022/01/04 20:55:11 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2022/10/25 09:09:26 adam Exp $
 
-DISTNAME=      iso8601-1.0.2
+DISTNAME=      iso8601-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/iso8601/}
 
@@ -11,6 +10,7 @@
 COMMENT=       Simple Python module to parse ISO 8601 dates
 LICENSE=       mit
 
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none
diff -r a19ba2f8239c -r 6bf039194c22 time/py-iso8601/distinfo
--- a/time/py-iso8601/distinfo  Tue Oct 25 09:08:45 2022 +0000
+++ b/time/py-iso8601/distinfo  Tue Oct 25 09:09:26 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/11/23 20:10:46 adam Exp $
+$NetBSD: distinfo,v 1.14 2022/10/25 09:09:26 adam Exp $
 
-BLAKE2s (iso8601-1.0.2.tar.gz) = 9501e5e3426e396080a0072eeab48804baa5ee24492e201c6822fc21f45bf449
-SHA512 (iso8601-1.0.2.tar.gz) = f28fbfe82c25575ad73a92df144c108ef3cf4e1a5a9af8362187014904073f26daa3b77dde689a23cfd87cdbf86196b241e925dd8cf5fd81728f0dbeee4836b7
-Size (iso8601-1.0.2.tar.gz) = 12653 bytes
+BLAKE2s (iso8601-1.1.0.tar.gz) = 46b68ba26e67843986fa2c9a5f7aab2d9c43b4da1c0db6c8d97868ef32750017
+SHA512 (iso8601-1.1.0.tar.gz) = f3f9621863abcbcde467d38416391cd8c98f59b7b863845b670e11060f0f81bcf4979fadc51c19eb55a5fe44ee1af922976b11cc97bf7b2dc090a485ad9979ac
+Size (iso8601-1.1.0.tar.gz) = 12836 bytes



Home | Main Index | Thread Index | Old Index