Mon Feb 13 15:03:02 2017 UTC ()
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


(wiz)
diff -r1.14 -r1.15 pkgsrc/time/khal/Makefile
diff -r1.9 -r1.10 pkgsrc/time/khal/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/time/khal/Makefile (expand / switch to unified diff)

--- pkgsrc/time/khal/Makefile 2017/02/05 19:26:55 1.14
+++ pkgsrc/time/khal/Makefile 2017/02/13 15:03:01 1.15
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.14 2017/02/05 19:26:55 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2017/02/13 15:03:01 wiz Exp $
2 2
3DISTNAME= khal-0.9.1 3DISTNAME= khal-0.9.2
4CATEGORIES= time net 4CATEGORIES= time net
5MASTER_SITES= ${MASTER_SITE_PYPI:=k/khal/} 5MASTER_SITES= ${MASTER_SITE_PYPI:=k/khal/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://github.com/geier/khal 8HOMEPAGE= https://github.com/geier/khal
9COMMENT= CLI calendar application built around CalDAV 9COMMENT= CLI calendar application built around CalDAV
10LICENSE= mit 10LICENSE= mit
11 11
12DEPENDS+= ${PYPKGPREFIX}-atomicwrites-[0-9]*:../../devel/py-atomicwrites 12DEPENDS+= ${PYPKGPREFIX}-atomicwrites-[0-9]*:../../devel/py-atomicwrites
13DEPENDS+= ${PYPKGPREFIX}-click>=3.2:../../devel/py-click 13DEPENDS+= ${PYPKGPREFIX}-click>=3.2:../../devel/py-click
14DEPENDS+= ${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj 14DEPENDS+= ${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj
15DEPENDS+= ${PYPKGPREFIX}-icalendar>=3.9.2:../../time/py-icalendar 15DEPENDS+= ${PYPKGPREFIX}-icalendar>=3.9.2:../../time/py-icalendar
16DEPENDS+= ${PYPKGPREFIX}-pkginfo-[0-9]*:../../devel/py-pkginfo 16DEPENDS+= ${PYPKGPREFIX}-pkginfo-[0-9]*:../../devel/py-pkginfo

cvs diff -r1.9 -r1.10 pkgsrc/time/khal/distinfo (expand / switch to unified diff)

--- pkgsrc/time/khal/distinfo 2017/02/05 19:26:55 1.9
+++ pkgsrc/time/khal/distinfo 2017/02/13 15:03:01 1.10
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.9 2017/02/05 19:26:55 wiz Exp $ 1$NetBSD: distinfo,v 1.10 2017/02/13 15:03:01 wiz Exp $
2 2
3SHA1 (khal-0.9.1.tar.gz) = 42ff4001bd7689af05f5e4cb61bcc332d8fa6bbb 3SHA1 (khal-0.9.2.tar.gz) = 4ff6b4ce7e42eb9eb80a670724a05d5a7969062c
4RMD160 (khal-0.9.1.tar.gz) = 43b4c7a4bedff1d0220fcc473306812c3eb73ae4 4RMD160 (khal-0.9.2.tar.gz) = 57714e924f865ef74c73ac5d5e392ffcc7c96985
5SHA512 (khal-0.9.1.tar.gz) = 17d27529578933cb7b0c8a293afccbf71638bd96861488aa7c05edac9eb23d63f0c73fe17ae64525f949c82626e2dd19e8a50b26baf56adc31a00db244297e03 5SHA512 (khal-0.9.2.tar.gz) = 1e0c21cebe18d9151fac528ac9ee62e44f6f1a72327d1450934ba5c4b9bdd89be56f9a3f6acc3bf47c9612ad6fa0fc19249fc4410613253b632701c23018d309
6Size (khal-0.9.1.tar.gz) = 158702 bytes 6Size (khal-0.9.2.tar.gz) = 160264 bytes