pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/khal



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 29 17:13:47 UTC 2026

Modified Files:
        pkgsrc/time/khal: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/time/khal/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/time/khal/PLIST
cvs rdiff -u -r1.32 -r1.33 pkgsrc/time/khal/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/khal/Makefile
diff -u pkgsrc/time/khal/Makefile:1.53 pkgsrc/time/khal/Makefile:1.54
--- pkgsrc/time/khal/Makefile:1.53      Tue Jan  6 11:18:19 2026
+++ pkgsrc/time/khal/Makefile   Sun Mar 29 17:13:46 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2026/01/06 11:18:19 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2026/03/29 17:13:46 wiz Exp $
 
-DISTNAME=      khal-0.13.0
+DISTNAME=      khal-0.14.0
 CATEGORIES=    time net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=k/khal/}
 
@@ -24,7 +24,7 @@ DEPENDS+=     ${PYPKGPREFIX}-xdg>=0.17:../..
 DEPENDS+=      ${PYPKGPREFIX}-setproctitle-[0-9]*:../../sysutils/py-setproctitle
 # for the man page
 TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
-TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinxcontrib-newsfeed-[0-9]*:../../textproc/py-sphinxcontrib-newsfeed
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinxfeed-lsaffre-[0-9]*:../../textproc/py-sphinxfeed-lsaffre
 TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging

Index: pkgsrc/time/khal/PLIST
diff -u pkgsrc/time/khal/PLIST:1.16 pkgsrc/time/khal/PLIST:1.17
--- pkgsrc/time/khal/PLIST:1.16 Sun Apr 20 20:30:39 2025
+++ pkgsrc/time/khal/PLIST      Sun Mar 29 17:13:46 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2025/04/20 20:30:39 wiz Exp $
+@comment $NetBSD: PLIST,v 1.17 2026/03/29 17:13:46 wiz Exp $
 bin/ikhal
 bin/khal
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -13,9 +13,6 @@ ${PYSITELIB}/khal/__init__.pyo
 ${PYSITELIB}/khal/__main__.py
 ${PYSITELIB}/khal/__main__.pyc
 ${PYSITELIB}/khal/__main__.pyo
-${PYSITELIB}/khal/_compat.py
-${PYSITELIB}/khal/_compat.pyc
-${PYSITELIB}/khal/_compat.pyo
 ${PYSITELIB}/khal/calendar_display.py
 ${PYSITELIB}/khal/calendar_display.pyc
 ${PYSITELIB}/khal/calendar_display.pyo

Index: pkgsrc/time/khal/distinfo
diff -u pkgsrc/time/khal/distinfo:1.32 pkgsrc/time/khal/distinfo:1.33
--- pkgsrc/time/khal/distinfo:1.32      Sun Apr 20 20:30:39 2025
+++ pkgsrc/time/khal/distinfo   Sun Mar 29 17:13:46 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2025/04/20 20:30:39 wiz Exp $
+$NetBSD: distinfo,v 1.33 2026/03/29 17:13:46 wiz Exp $
 
-BLAKE2s (khal-0.13.0.tar.gz) = 3b4a53d1a3833b6c417e19f56dec0b16e9aafb4acb8e7b2739bd6c40a3c17717
-SHA512 (khal-0.13.0.tar.gz) = 728240af85a16a37b462457e22b0f19dc980ba700d89c64a1ce3d34eae04adaaf941a080a10fc78fb2da4d514a067cef24860af9a215a1ffc54aaf9c06e57649
-Size (khal-0.13.0.tar.gz) = 209200 bytes
+BLAKE2s (khal-0.14.0.tar.gz) = 1f8539acda8dec719bd57045576dd116493ed0671e6f0611be6d2cfb7a76bb97
+SHA512 (khal-0.14.0.tar.gz) = 3a16b140c068e48359a9f29623abd4b645ef5cc5d794d39a6c82ee95fca456e1946ea419c28d3734c9fc2171a09d307ff651666d51a4969ceee0e68ee24b0757
+Size (khal-0.14.0.tar.gz) = 209292 bytes



Home | Main Index | Thread Index | Old Index