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:           Mon Mar  6 21:55:53 UTC 2017

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

Log Message:
Updated khal to 0.9.3.

0.9.3
=====
released 2017-03-06

* FIX `list` (and commands based on it like `calendar`, `at`, and `search`)
  crashed if `--notstarted` was given and allday events were found (introduced
  in 0.9.2)
* FIX `list --notstarted` (and commands based on it) would show events only on
  the first day of their occurrence and not on all further days
* FIX `configure` would crash if neither "import config from vdirsyncer" nor
  "create locale vdir" was selected
* FIX `at` will now show an error message if a date instead of a datetime is
  given
* FIX `at`'s default header will now show the datetime queried for (instead of
  just the date)
* FIX validate vdir metadata in color files
* FIX show the actually configured keybindings in ikhal

* NEW khal will now show cancelled events with a big CANCELLED in front (can be
  configured via event formatting)
* NEW ikhal supports editing an event's raw icalendar content in an external
  editor ($EDITOR), default keybinding is `alt + shift + e`. Only use this, if
  you know what you are doing, the icalendar library we use doesn't do a lot of
  validation, it silently disregards most invalid data.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/time/khal/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/time/khal/PLIST
cvs rdiff -u -r1.10 -r1.11 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.16 pkgsrc/time/khal/Makefile:1.17
--- pkgsrc/time/khal/Makefile:1.16      Mon Feb 20 17:00:37 2017
+++ pkgsrc/time/khal/Makefile   Mon Mar  6 21:55:53 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2017/02/20 17:00:37 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2017/03/06 21:55:53 wiz Exp $
 
-DISTNAME=              khal-0.9.2
+DISTNAME=              khal-0.9.3
 CATEGORIES=            time net
 MASTER_SITES=          ${MASTER_SITE_PYPI:=k/khal/}
 

Index: pkgsrc/time/khal/PLIST
diff -u pkgsrc/time/khal/PLIST:1.7 pkgsrc/time/khal/PLIST:1.8
--- pkgsrc/time/khal/PLIST:1.7  Sun Feb  5 19:26:55 2017
+++ pkgsrc/time/khal/PLIST      Mon Mar  6 21:55:53 2017
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.7 2017/02/05 19:26:55 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2017/03/06 21:55:53 wiz Exp $
 bin/ikhal
 bin/khal
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/khal/__init__.py

Index: pkgsrc/time/khal/distinfo
diff -u pkgsrc/time/khal/distinfo:1.10 pkgsrc/time/khal/distinfo:1.11
--- pkgsrc/time/khal/distinfo:1.10      Mon Feb 13 15:03:01 2017
+++ pkgsrc/time/khal/distinfo   Mon Mar  6 21:55:53 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2017/02/13 15:03:01 wiz Exp $
+$NetBSD: distinfo,v 1.11 2017/03/06 21:55:53 wiz Exp $
 
-SHA1 (khal-0.9.2.tar.gz) = 4ff6b4ce7e42eb9eb80a670724a05d5a7969062c
-RMD160 (khal-0.9.2.tar.gz) = 57714e924f865ef74c73ac5d5e392ffcc7c96985
-SHA512 (khal-0.9.2.tar.gz) = 1e0c21cebe18d9151fac528ac9ee62e44f6f1a72327d1450934ba5c4b9bdd89be56f9a3f6acc3bf47c9612ad6fa0fc19249fc4410613253b632701c23018d309
-Size (khal-0.9.2.tar.gz) = 160264 bytes
+SHA1 (khal-0.9.3.tar.gz) = b7542965caac45d2ec75b6e5ce85a63b33c638bb
+RMD160 (khal-0.9.3.tar.gz) = 88cf6933950dd4e90de5b9770d0e68f9186adfd8
+SHA512 (khal-0.9.3.tar.gz) = 38f9c059eb8ebaacd40d4d5e276f8e42ea0bcc5237b46647974601458fc8576ec8920873cc90c002a8e101b2383028d60a2e74dbfb601acd9c0770ada2c63b65
+Size (khal-0.9.3.tar.gz) = 165182 bytes



Home | Main Index | Thread Index | Old Index