diff options
author | wiz <wiz@pkgsrc.org> | 2017-03-06 21:55:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-03-06 21:55:53 +0000 |
commit | e7f479d3a6bfb9704e3f2e4a09ed5fd168493548 (patch) | |
tree | 9b87e74bf5f3b5abf85554dc6bb05d29d00e8516 /time | |
parent | 35a6db2d4b77b897243d70b4b3d93886549819b6 (diff) | |
download | pkgsrc-e7f479d3a6bfb9704e3f2e4a09ed5fd168493548.tar.gz |
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 (limited to 'time')
-rw-r--r-- | time/khal/Makefile | 4 | ||||
-rw-r--r-- | time/khal/PLIST | 3 | ||||
-rw-r--r-- | time/khal/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/time/khal/Makefile b/time/khal/Makefile index 0dc9a4cf058..6230d1d162a 100644 --- a/time/khal/Makefile +++ b/time/khal/Makefile @@ -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 --git a/time/khal/PLIST b/time/khal/PLIST index d57c4b3af48..eb3fadc1a2a 100644 --- a/time/khal/PLIST +++ b/time/khal/PLIST @@ -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 --git a/time/khal/distinfo b/time/khal/distinfo index ac498f574d3..2ee3bf9f4f9 100644 --- a/time/khal/distinfo +++ b/time/khal/distinfo @@ -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 |