Skip to content

Commit

Permalink
py-jrnl: Update to 4.2
Browse files Browse the repository at this point in the history
Changes:
4.2
 - Add Python 3.13 support
 - Add calendar heatmap display format
 - Misc improvements and bug fixes
  • Loading branch information
iamleot committed Nov 22, 2024
1 parent 22e6503 commit 20fb882
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 deletions time/py-jrnl/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.10 2024/10/14 06:46:04 wiz Exp $
# $NetBSD: Makefile,v 1.11 2024/11/22 18:29:48 leot Exp $

DISTNAME= jrnl-4.1
DISTNAME= jrnl-4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jrnl/}
Expand All @@ -10,7 +10,7 @@ HOMEPAGE= https://jrnl.sh/
COMMENT= Command line journal application
LICENSE= gnu-gpl-v3

TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=0:../../devel/py-poetry-core
TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
DEPENDS+= ${PYPKGPREFIX}-colorama>=0.4.0:../../comms/py-colorama
DEPENDS+= ${PYPKGPREFIX}-cryptography>=3.0:../../security/py-cryptography
DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.8:../../time/py-dateutil
Expand Down
5 changes: 4 additions & 1 deletion time/py-jrnl/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2024/07/28 10:01:33 leot Exp $
@comment $NetBSD: PLIST,v 1.3 2024/11/22 18:29:48 leot Exp $
bin/jrnl-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.md
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
Expand Down Expand Up @@ -107,6 +107,9 @@ ${PYSITELIB}/jrnl/path.pyo
${PYSITELIB}/jrnl/plugins/__init__.py
${PYSITELIB}/jrnl/plugins/__init__.pyc
${PYSITELIB}/jrnl/plugins/__init__.pyo
${PYSITELIB}/jrnl/plugins/calendar_heatmap_exporter.py
${PYSITELIB}/jrnl/plugins/calendar_heatmap_exporter.pyc
${PYSITELIB}/jrnl/plugins/calendar_heatmap_exporter.pyo
${PYSITELIB}/jrnl/plugins/dates_exporter.py
${PYSITELIB}/jrnl/plugins/dates_exporter.pyc
${PYSITELIB}/jrnl/plugins/dates_exporter.pyo
Expand Down
8 changes: 4 additions & 4 deletions time/py-jrnl/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2024/07/28 10:01:33 leot Exp $
$NetBSD: distinfo,v 1.5 2024/11/22 18:29:48 leot Exp $

BLAKE2s (jrnl-4.1.tar.gz) = a33e59928da3600bf708c09d3959672728942afe8ad362a5588b7b1dcc9e8229
SHA512 (jrnl-4.1.tar.gz) = 4f3c074340144fd35f6e15100c4f233e5662f547e143bff7ea49fc8cfa33f480439f892436f231f4f576f181249c5a717e6c14810fec8be35f5ee4db24df43b8
Size (jrnl-4.1.tar.gz) = 59126 bytes
BLAKE2s (jrnl-4.2.tar.gz) = 2d4f4a7e89976b0a6a3522c3a3dc6b5b6bb1a89d167a37c539da5a66176f8475
SHA512 (jrnl-4.2.tar.gz) = 3847dfdad9a1040da24a38638ed41596ee98c3abe81603a399b4aaeac62625d72239021fb9533a0e2addd1224e77872c86900e2f830e0cc3a29895ed443f48b1
Size (jrnl-4.2.tar.gz) = 60394 bytes

0 comments on commit 20fb882

Please sign in to comment.