pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/khal Updated khal to 0.9.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce89d11c8b95
branches:  trunk
changeset: 359319:ce89d11c8b95
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 06 21:55:53 2017 +0000

description:
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.

diffstat:

 time/khal/Makefile |   4 ++--
 time/khal/PLIST    |   3 ++-
 time/khal/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r fe40fb25a50e -r ce89d11c8b95 time/khal/Makefile
--- a/time/khal/Makefile        Mon Mar 06 21:26:01 2017 +0000
+++ b/time/khal/Makefile        Mon Mar 06 21:55:53 2017 +0000
@@ -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/}
 
diff -r fe40fb25a50e -r ce89d11c8b95 time/khal/PLIST
--- a/time/khal/PLIST   Mon Mar 06 21:26:01 2017 +0000
+++ b/time/khal/PLIST   Mon Mar 06 21:55:53 2017 +0000
@@ -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
diff -r fe40fb25a50e -r ce89d11c8b95 time/khal/distinfo
--- a/time/khal/distinfo        Mon Mar 06 21:26:01 2017 +0000
+++ b/time/khal/distinfo        Mon Mar 06 21:55:53 2017 +0000
@@ -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