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:           Fri Jun 16 21:00:46 UTC 2023

Modified Files:
        pkgsrc/time/khal: Makefile distinfo

Log Message:
khal: update to 0.11.2.

0.11.2
======

* FIX khal `at` also uses `event_format` not `agenda_event_format`
* FIX duplicating an event using `p` in ikhal
* NEW Add ability to change the minimum number of months displayed with
  `min_calendar_display`
* FIX ikhal don't crash when jumping long distances in time
* FIX do not use urwid's private methods, would crash with latest urwid version
* FIX light colorscheme in ikhal, would crash with recent urwid versions
* FIX better error messages when we cannot import an event


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/time/khal/Makefile
cvs rdiff -u -r1.25 -r1.26 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.38 pkgsrc/time/khal/Makefile:1.39
--- pkgsrc/time/khal/Makefile:1.38      Thu May  4 09:58:19 2023
+++ pkgsrc/time/khal/Makefile   Fri Jun 16 21:00:45 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2023/05/04 09:58:19 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2023/06/16 21:00:45 wiz Exp $
 
-DISTNAME=      khal-0.11.1
+DISTNAME=      khal-0.11.2
 CATEGORIES=    time net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=k/khal/}
 

Index: pkgsrc/time/khal/distinfo
diff -u pkgsrc/time/khal/distinfo:1.25 pkgsrc/time/khal/distinfo:1.26
--- pkgsrc/time/khal/distinfo:1.25      Thu May  4 09:58:19 2023
+++ pkgsrc/time/khal/distinfo   Fri Jun 16 21:00:45 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2023/05/04 09:58:19 wiz Exp $
+$NetBSD: distinfo,v 1.26 2023/06/16 21:00:45 wiz Exp $
 
-BLAKE2s (khal-0.11.1.tar.gz) = 388ccf64e132cbe612656a855781b1fd7f4e3be253b705bdab7d470b616ada26
-SHA512 (khal-0.11.1.tar.gz) = c4fd25dc4981f4937562949b78f81d3e57b7ef54f7f6d96855645ca239eea9dec7ee6f3c957a67261e7ae2975ab55b36a686db476b03f4fd0bacce94e834b239
-Size (khal-0.11.1.tar.gz) = 193942 bytes
+BLAKE2s (khal-0.11.2.tar.gz) = fc89a4d0754a7a12bdda9d76355c03be9ed9620168647f3994e784e00ed9c5af
+SHA512 (khal-0.11.2.tar.gz) = 378a81c9f9a21a4af77ccdc5eabbcb62d109bcf5f2e2d3407c6fb504e15efd7dde545428153673cfeb46f60d9e9921efcad6805db2944884f124053e7922ab45
+Size (khal-0.11.2.tar.gz) = 196986 bytes



Home | Main Index | Thread Index | Old Index