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:           Tue May 12 09:29:53 UTC 2026

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

Log Message:
py-tempora: updated to 5.9.0

v5.9.0

Features
- Schedule.PeriodicCommand objects now retain custom attributes across 'next' instances.
- DelayedCommand now renders the target and execution time in __str__.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/time/py-tempora/Makefile
cvs rdiff -u -r1.18 -r1.19 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.29 pkgsrc/time/py-tempora/Makefile:1.30
--- pkgsrc/time/py-tempora/Makefile:1.29        Tue Jul 22 10:54:12 2025
+++ pkgsrc/time/py-tempora/Makefile     Tue May 12 09:29:53 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2025/07/22 10:54:12 adam Exp $
+# $NetBSD: Makefile,v 1.30 2026/05/12 09:29:53 adam Exp $
 
-DISTNAME=      tempora-5.8.1
+DISTNAME=      tempora-5.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tempora/}
@@ -12,15 +12,16 @@ LICENSE=    mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
-DEPENDS+=      ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
-DEPENDS+=      ${PYPKGPREFIX}-jaraco.functools>=1.20:../../devel/py-jaraco.functools
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-freezer-[0-9]*:../../devel/py-test-freezer
+DEPENDS+=      ${PYPKGPREFIX}-dateutil>=0:../../time/py-dateutil
+DEPENDS+=      ${PYPKGPREFIX}-jaraco.collections>=5.2.1:../../devel/py-jaraco.collections
+DEPENDS+=      ${PYPKGPREFIX}-jaraco.context>=0:../../devel/py-jaraco.context
+DEPENDS+=      ${PYPKGPREFIX}-jaraco.functools>=4.2:../../devel/py-jaraco.functools
+DEPENDS+=      ${PYPKGPREFIX}-more-itertools>=0:../../devel/py-more-itertools
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-freezer>=0:../../devel/py-test-freezer
 
 USE_LANGUAGES= # none
 
-post-install:
-       cd ${DESTDIR}${PREFIX}/bin && \
-       ${MV} calc-prorate calc-prorate-${PYVERSSUFFIX} || ${TRUE}
+PY_RENAME_BINARIES=    calc-prorate
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/time/py-tempora/distinfo
diff -u pkgsrc/time/py-tempora/distinfo:1.18 pkgsrc/time/py-tempora/distinfo:1.19
--- pkgsrc/time/py-tempora/distinfo:1.18        Tue Jul 22 10:54:12 2025
+++ pkgsrc/time/py-tempora/distinfo     Tue May 12 09:29:53 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2025/07/22 10:54:12 adam Exp $
+$NetBSD: distinfo,v 1.19 2026/05/12 09:29:53 adam Exp $
 
-BLAKE2s (tempora-5.8.1.tar.gz) = c062afce476c4c3517397840a83bedb076e4d2b0e6c0a25a60e35559ae463b2d
-SHA512 (tempora-5.8.1.tar.gz) = d53c44f613c6897b3fee09a4e127e261bfc1b63373b0465fce6d8cc21f9fd38a45c1c32ed33acc23a32f1959ca1b88f9377af4b8267ede2a6504a64e208f9d15
-Size (tempora-5.8.1.tar.gz) = 23072 bytes
+BLAKE2s (tempora-5.9.0.tar.gz) = 63ce20381a5d936a45f1745f5ab52a5704e9d37061474e87e137e0a1bba8937e
+SHA512 (tempora-5.9.0.tar.gz) = f515a35345968b765d7bd61d6828d9e1761d2b9ab8915015804597e9f4204942da3801de01e80ab1ed93be604bd4011f650a8bd970f09c14abad3e4af8e586eb
+Size (tempora-5.9.0.tar.gz) = 24490 bytes



Home | Main Index | Thread Index | Old Index