Skip to content

Commit

Permalink
py-tempora: updated to 5.6.0
Browse files Browse the repository at this point in the history
v5.6.0

Features
- Removed dependency on pytz.
- In utc.now(), bind late to allow for monkeypatching.
  • Loading branch information
adam committed Jun 19, 2024
1 parent 418af9d commit da4a025
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions time/py-tempora/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.23 2024/02/19 11:23:20 adam Exp $
# $NetBSD: Makefile,v 1.24 2024/06/19 05:11:36 adam Exp $

DISTNAME= tempora-5.5.1
DISTNAME= tempora-5.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tempora/}
Expand All @@ -14,7 +14,6 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=56:../../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}-jaraco.functools>=1.20:../../devel/py-jaraco.functools
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
TEST_DEPENDS+= ${PYPKGPREFIX}-test-checkdocs-[0-9]*:../../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
Expand Down
8 changes: 4 additions & 4 deletions time/py-tempora/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.14 2024/02/19 11:23:20 adam Exp $
$NetBSD: distinfo,v 1.15 2024/06/19 05:11:36 adam Exp $

BLAKE2s (tempora-5.5.1.tar.gz) = 73deb227a24a01ee3abbc462400acf5583ca1901f3b8f090e6811a615de08124
SHA512 (tempora-5.5.1.tar.gz) = 642c4176ea14504e2f831f738e1064c1fb888ad89a67c74d5bcf2a5389923af3933981393855c7eceaf6c7fc16bbbf4126015d2d1dfa0fdfd38d528d16854dce
Size (tempora-5.5.1.tar.gz) = 21145 bytes
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

0 comments on commit da4a025

Please sign in to comment.