pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-tempora



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Dec 22 05:55:39 UTC 2017

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

Log Message:
py-tempora: updated to 1.10

1.10
Added ``timing.BackoffDelay``, suitable for implementing
exponential backoff delays, such as those between retries.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/py-tempora/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/py-tempora/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-tempora/Makefile
diff -u pkgsrc/time/py-tempora/Makefile:1.5 pkgsrc/time/py-tempora/Makefile:1.6
--- pkgsrc/time/py-tempora/Makefile:1.5 Tue Aug 22 08:08:25 2017
+++ pkgsrc/time/py-tempora/Makefile     Fri Dec 22 05:55:39 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/08/22 08:08:25 adam Exp $
+# $NetBSD: Makefile,v 1.6 2017/12/22 05:55:39 adam Exp $
 
-DISTNAME=      tempora-1.9
+DISTNAME=      tempora-1.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tempora/}
@@ -15,7 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-six-[0-9]*:../.
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
 
-USE_LANGUAGES=         # none
+USE_LANGUAGES= # none
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} calc-prorate calc-prorate${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/time/py-tempora/distinfo
diff -u pkgsrc/time/py-tempora/distinfo:1.3 pkgsrc/time/py-tempora/distinfo:1.4
--- pkgsrc/time/py-tempora/distinfo:1.3 Tue Aug 22 08:08:25 2017
+++ pkgsrc/time/py-tempora/distinfo     Fri Dec 22 05:55:39 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/08/22 08:08:25 adam Exp $
+$NetBSD: distinfo,v 1.4 2017/12/22 05:55:39 adam Exp $
 
-SHA1 (tempora-1.9.tar.gz) = db49565ea28808d1df058a303c31ced92f46ccd2
-RMD160 (tempora-1.9.tar.gz) = 94abf3e313c2f49c55f36344e25de0065e3738ae
-SHA512 (tempora-1.9.tar.gz) = cb049675d7196738debca3dc0ddd8c5e72d0468bd1a853f77378cc5564b100cd94d23c63d7b06c6bed2827365d904a1582cf9d497618493b795600b6d476b91f
-Size (tempora-1.9.tar.gz) = 12469 bytes
+SHA1 (tempora-1.10.tar.gz) = 6ad0bcd90c830babc6065a95532b4913286feb37
+RMD160 (tempora-1.10.tar.gz) = 5c9fdd8b4f19a35f0746cb3296b620a63ea74053
+SHA512 (tempora-1.10.tar.gz) = fec1f8ba1e585a058815785909832207630f30c627b4c3a6138d45a8b20fe70f435726892fae0f2722226aeca200633bc6653b0c4ee701155bda392baec0e2ca
+Size (tempora-1.10.tar.gz) = 13839 bytes



Home | Main Index | Thread Index | Old Index