Received: by mail.netbsd.org (Postfix, from userid 605) id 253F8850C6; Sat, 7 Jul 2018 09:03:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1B20C8502F for ; Sat, 7 Jul 2018 09:03:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4SEpKYdj2GT0 for ; Sat, 7 Jul 2018 09:03:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7333284D41 for ; Sat, 7 Jul 2018 09:03:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 65604FBEC; Sat, 7 Jul 2018 09:03:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153095418783970" MIME-Version: 1.0 Date: Sat, 7 Jul 2018 09:03:07 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/time/py-tempora To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180707090307.65604FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_153095418783970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jul 7 09:03:07 UTC 2018 Modified Files: pkgsrc/time/py-tempora: Makefile distinfo Log Message: py-tempora: updated to 1.13 1.13 Enhancements to BackoffDelay: - Added .reset method. - Made iterable to retrieve delay values. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/time/py-tempora/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/time/py-tempora/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153095418783970 Content-Disposition: inline Content-Length: 2037 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/py-tempora/Makefile diff -u pkgsrc/time/py-tempora/Makefile:1.8 pkgsrc/time/py-tempora/Makefile:1.9 --- pkgsrc/time/py-tempora/Makefile:1.8 Tue Jul 3 09:56:28 2018 +++ pkgsrc/time/py-tempora/Makefile Sat Jul 7 09:03:07 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2018/07/03 09:56:28 adam Exp $ +# $NetBSD: Makefile,v 1.9 2018/07/07 09:03:07 adam Exp $ -DISTNAME= tempora-1.12 +DISTNAME= tempora-1.13 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tempora/} @@ -10,6 +10,7 @@ HOMEPAGE= https://github.com/jaraco/temp COMMENT= Objects and routines pertaining to date and time LICENSE= mit +DEPENDS+= ${PYPKGPREFIX}-jaraco.functools-[0-9]*:../../devel/py-jaraco.functools DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm Index: pkgsrc/time/py-tempora/distinfo diff -u pkgsrc/time/py-tempora/distinfo:1.6 pkgsrc/time/py-tempora/distinfo:1.7 --- pkgsrc/time/py-tempora/distinfo:1.6 Tue Jul 3 09:56:28 2018 +++ pkgsrc/time/py-tempora/distinfo Sat Jul 7 09:03:07 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2018/07/03 09:56:28 adam Exp $ +$NetBSD: distinfo,v 1.7 2018/07/07 09:03:07 adam Exp $ -SHA1 (tempora-1.12.tar.gz) = eb28cbb6a10e01e4342aef36fd40c054b8af0bc2 -RMD160 (tempora-1.12.tar.gz) = 8f393c1e7b1666c797fd79c745b9e98a02f6b4ea -SHA512 (tempora-1.12.tar.gz) = 4acd38fb464e858db371fc4ac6d2082f4f0c676016cdb95d8415895b7d0bdd3c787c2678737e437d1f5861368dd54040ce289407cfeea3ca43b130c56da133b6 -Size (tempora-1.12.tar.gz) = 15208 bytes +SHA1 (tempora-1.13.tar.gz) = 03117838eb919399887dbaa8f82fc8b364acef1f +RMD160 (tempora-1.13.tar.gz) = 0e1d74d21a85a84c965364fee07620841c453004 +SHA512 (tempora-1.13.tar.gz) = 98927024f07196a51b8d61017786cfc258db289ab9c98942cca2501074c1675bf1213770ad00db1d38829017bb9928cccde7fb344c170b2f485fc68505737485 +Size (tempora-1.13.tar.gz) = 15956 bytes --_----------=_153095418783970--