Skip to content

Commit 744b8a9

Browse files
committed
khal: update to 0.14.0.
0.14.0 ====== 2026-03-24 * CHANGE the ``pkg_resources`` library is no longer required. * FIX the location of caching database to ``$XDG_CACHE_HOME`` * FIX color of eventcolumn when editing events in ikhal * FIX added support for ``icalendar>=7.0.0``. * NEW DEPENDENCY sphinxfeed-lsaffre * DROPPED DEPENDENCY sphinxcontrib-newsfeed * NEW support python 3.14 * DROPPED support for python versions < 3.10.
1 parent ffd5547 commit 744b8a9

3 files changed

Lines changed: 8 additions & 11 deletions

File tree

time/khal/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.53 2026/01/06 11:18:19 wiz Exp $
1+
# $NetBSD: Makefile,v 1.54 2026/03/29 17:13:46 wiz Exp $
22

3-
DISTNAME= khal-0.13.0
3+
DISTNAME= khal-0.14.0
44
CATEGORIES= time net python
55
MASTER_SITES= ${MASTER_SITE_PYPI:=k/khal/}
66

@@ -24,7 +24,7 @@ DEPENDS+= ${PYPKGPREFIX}-xdg>=0.17:../../devel/py-xdg
2424
DEPENDS+= ${PYPKGPREFIX}-setproctitle-[0-9]*:../../sysutils/py-setproctitle
2525
# for the man page
2626
TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
27-
TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinxcontrib-newsfeed-[0-9]*:../../textproc/py-sphinxcontrib-newsfeed
27+
TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinxfeed-lsaffre-[0-9]*:../../textproc/py-sphinxfeed-lsaffre
2828
TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
2929
TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
3030
TEST_DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging

time/khal/PLIST

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.16 2025/04/20 20:30:39 wiz Exp $
1+
@comment $NetBSD: PLIST,v 1.17 2026/03/29 17:13:46 wiz Exp $
22
bin/ikhal
33
bin/khal
44
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -13,9 +13,6 @@ ${PYSITELIB}/khal/__init__.pyo
1313
${PYSITELIB}/khal/__main__.py
1414
${PYSITELIB}/khal/__main__.pyc
1515
${PYSITELIB}/khal/__main__.pyo
16-
${PYSITELIB}/khal/_compat.py
17-
${PYSITELIB}/khal/_compat.pyc
18-
${PYSITELIB}/khal/_compat.pyo
1916
${PYSITELIB}/khal/calendar_display.py
2017
${PYSITELIB}/khal/calendar_display.pyc
2118
${PYSITELIB}/khal/calendar_display.pyo

time/khal/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.32 2025/04/20 20:30:39 wiz Exp $
1+
$NetBSD: distinfo,v 1.33 2026/03/29 17:13:46 wiz Exp $
22

3-
BLAKE2s (khal-0.13.0.tar.gz) = 3b4a53d1a3833b6c417e19f56dec0b16e9aafb4acb8e7b2739bd6c40a3c17717
4-
SHA512 (khal-0.13.0.tar.gz) = 728240af85a16a37b462457e22b0f19dc980ba700d89c64a1ce3d34eae04adaaf941a080a10fc78fb2da4d514a067cef24860af9a215a1ffc54aaf9c06e57649
5-
Size (khal-0.13.0.tar.gz) = 209200 bytes
3+
BLAKE2s (khal-0.14.0.tar.gz) = 1f8539acda8dec719bd57045576dd116493ed0671e6f0611be6d2cfb7a76bb97
4+
SHA512 (khal-0.14.0.tar.gz) = 3a16b140c068e48359a9f29623abd4b645ef5cc5d794d39a6c82ee95fca456e1946ea419c28d3734c9fc2171a09d307ff651666d51a4969ceee0e68ee24b0757
5+
Size (khal-0.14.0.tar.gz) = 209292 bytes

0 commit comments

Comments
 (0)