pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-iso8601



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 25 09:09:26 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/time/py-iso8601/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/time/py-iso8601/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-iso8601/Makefile
diff -u pkgsrc/time/py-iso8601/Makefile:1.11 pkgsrc/time/py-iso8601/Makefile:1.12
--- pkgsrc/time/py-iso8601/Makefile:1.11        Tue Jan  4 20:55:11 2022
+++ pkgsrc/time/py-iso8601/Makefile     Tue Oct 25 09:09:26 2022
@@ -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 @@ HOMEPAGE=     https://github.com/micktwomey/
 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

Index: pkgsrc/time/py-iso8601/distinfo
diff -u pkgsrc/time/py-iso8601/distinfo:1.13 pkgsrc/time/py-iso8601/distinfo:1.14
--- pkgsrc/time/py-iso8601/distinfo:1.13        Tue Nov 23 20:10:46 2021
+++ pkgsrc/time/py-iso8601/distinfo     Tue Oct 25 09:09:26 2022
@@ -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