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.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/042bf1604b5b
branches:  trunk
changeset: 358474:042bf1604b5b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 13 15:03:01 2017 +0000

description:
Updated khal to 0.9.2.

0.9.2
=====
released 2017-02-13

* FIX if weekstart != 0 ikhal would show wrong weekday names
* FIX allday events added with `khal new DATE TIMEDELTA` (e.g., 2017-01-18 3d)
  were lasting one day too long
* FIX no more crashes when using timezones that have a constant UTC offset (like
  UTC itself)
* FIX updated outdated zsh completion file
* FIX display search results for events with neither DTEND nor DURATION
* FIX display search results that are all-day events
* in ikhal, update the date-titles on date change
* FIX printing a new event's path if [default] print_new = path
* FIX width of calendar in `khal calendar` was off by two if locale.weeknumbers
  was set to "right"

* CHANGED default `agenda_day_format` to include the actual date of the day

* NEW configuration option: [view]dynamic_days = True, if set to False, ikhal's
  right column behaves similar as it did in 0.8.x

diffstat:

 time/khal/Makefile |   4 ++--
 time/khal/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 0c417b556c9f -r 042bf1604b5b time/khal/Makefile
--- a/time/khal/Makefile        Mon Feb 13 14:23:16 2017 +0000
+++ b/time/khal/Makefile        Mon Feb 13 15:03:01 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2017/02/05 19:26:55 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2017/02/13 15:03:01 wiz Exp $
 
-DISTNAME=              khal-0.9.1
+DISTNAME=              khal-0.9.2
 CATEGORIES=            time net
 MASTER_SITES=          ${MASTER_SITE_PYPI:=k/khal/}
 
diff -r 0c417b556c9f -r 042bf1604b5b time/khal/distinfo
--- a/time/khal/distinfo        Mon Feb 13 14:23:16 2017 +0000
+++ b/time/khal/distinfo        Mon Feb 13 15:03:01 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/02/05 19:26:55 wiz Exp $
+$NetBSD: distinfo,v 1.10 2017/02/13 15:03:01 wiz Exp $
 
-SHA1 (khal-0.9.1.tar.gz) = 42ff4001bd7689af05f5e4cb61bcc332d8fa6bbb
-RMD160 (khal-0.9.1.tar.gz) = 43b4c7a4bedff1d0220fcc473306812c3eb73ae4
-SHA512 (khal-0.9.1.tar.gz) = 17d27529578933cb7b0c8a293afccbf71638bd96861488aa7c05edac9eb23d63f0c73fe17ae64525f949c82626e2dd19e8a50b26baf56adc31a00db244297e03
-Size (khal-0.9.1.tar.gz) = 158702 bytes
+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



Home | Main Index | Thread Index | Old Index