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 Jul 26 06:42:30 UTC 2024
Modified Files:
pkgsrc/time/py-tempora: Makefile distinfo
Log Message:
py-tempora: updated to 5.7.0
v5.7.0
Features
- Add a tzinfos mapping and parse method for easy datetime parsing with timezone support.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/time/py-tempora/Makefile
cvs rdiff -u -r1.15 -r1.16 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.24 pkgsrc/time/py-tempora/Makefile:1.25
--- pkgsrc/time/py-tempora/Makefile:1.24 Wed Jun 19 05:11:36 2024
+++ pkgsrc/time/py-tempora/Makefile Fri Jul 26 06:42:30 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2024/06/19 05:11:36 adam Exp $
+# $NetBSD: Makefile,v 1.25 2024/07/26 06:42:30 adam Exp $
-DISTNAME= tempora-5.6.0
+DISTNAME= tempora-5.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tempora/}
@@ -10,11 +10,12 @@ HOMEPAGE= https://github.com/jaraco/temp
COMMENT= Objects and routines pertaining to date and time
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=56:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-jaraco.functools>=1.20:../../devel/py-jaraco.functools
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-checkdocs-[0-9]*:../../devel/py-test-checkdocs
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-checkdocs>=2.4:../../devel/py-test-checkdocs
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-freezer-[0-9]*:../../devel/py-test-freezer
Index: pkgsrc/time/py-tempora/distinfo
diff -u pkgsrc/time/py-tempora/distinfo:1.15 pkgsrc/time/py-tempora/distinfo:1.16
--- pkgsrc/time/py-tempora/distinfo:1.15 Wed Jun 19 05:11:36 2024
+++ pkgsrc/time/py-tempora/distinfo Fri Jul 26 06:42:30 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/06/19 05:11:36 adam Exp $
+$NetBSD: distinfo,v 1.16 2024/07/26 06:42:30 adam Exp $
-BLAKE2s (tempora-5.6.0.tar.gz) = 0172b4d213088e27c9d12e7bf138baee18157c306ef99ac8bc39f31b5c7ba770
-SHA512 (tempora-5.6.0.tar.gz) = dd8dfe94813a482a2493e3129c9dd4f40dd399bc933a5348454b903d49def1c84a417696c24b66533bcfa93d3d334c67114bdc0cc2512ce39384c039911b4d0d
-Size (tempora-5.6.0.tar.gz) = 21659 bytes
+BLAKE2s (tempora-5.7.0.tar.gz) = 19a28e4aeefd1bcf92b0b4a7d28884c31f2c5254cac889ccc56a050191e59751
+SHA512 (tempora-5.7.0.tar.gz) = 4c1bc7e45cfa1f415bfa6bcee3d6b82246477279b89328a98b8b944dddf7184a515e0733bb868321f63cbcb21fcb7847543a2643c059e6d2e0721c2e66ad4239
+Size (tempora-5.7.0.tar.gz) = 22239 bytes
Home |
Main Index |
Thread Index |
Old Index