pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/py-jrnl
Module Name: pkgsrc
Committed By: leot
Date: Fri Nov 22 18:29:48 UTC 2024
Modified Files:
pkgsrc/time/py-jrnl: Makefile PLIST distinfo
Log Message:
py-jrnl: Update to 4.2
Changes:
4.2
- Add Python 3.13 support
- Add calendar heatmap display format
- Misc improvements and bug fixes
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/time/py-jrnl/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/py-jrnl/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/time/py-jrnl/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-jrnl/Makefile
diff -u pkgsrc/time/py-jrnl/Makefile:1.10 pkgsrc/time/py-jrnl/Makefile:1.11
--- pkgsrc/time/py-jrnl/Makefile:1.10 Mon Oct 14 06:46:04 2024
+++ pkgsrc/time/py-jrnl/Makefile Fri Nov 22 18:29:48 2024
@@ -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/}
@@ -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
Index: pkgsrc/time/py-jrnl/PLIST
diff -u pkgsrc/time/py-jrnl/PLIST:1.2 pkgsrc/time/py-jrnl/PLIST:1.3
--- pkgsrc/time/py-jrnl/PLIST:1.2 Sun Jul 28 10:01:33 2024
+++ pkgsrc/time/py-jrnl/PLIST Fri Nov 22 18:29:48 2024
@@ -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
@@ -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
Index: pkgsrc/time/py-jrnl/distinfo
diff -u pkgsrc/time/py-jrnl/distinfo:1.4 pkgsrc/time/py-jrnl/distinfo:1.5
--- pkgsrc/time/py-jrnl/distinfo:1.4 Sun Jul 28 10:01:33 2024
+++ pkgsrc/time/py-jrnl/distinfo Fri Nov 22 18:29:48 2024
@@ -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
Home |
Main Index |
Thread Index |
Old Index