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

Modified Files:
        pkgsrc/time/khal: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/time/khal/Makefile
cvs rdiff -u -r1.9 -r1.10 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.14 pkgsrc/time/khal/Makefile:1.15
--- pkgsrc/time/khal/Makefile:1.14      Sun Feb  5 19:26:55 2017
+++ pkgsrc/time/khal/Makefile   Mon Feb 13 15:03:01 2017
@@ -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/}
 

Index: pkgsrc/time/khal/distinfo
diff -u pkgsrc/time/khal/distinfo:1.9 pkgsrc/time/khal/distinfo:1.10
--- pkgsrc/time/khal/distinfo:1.9       Sun Feb  5 19:26:55 2017
+++ pkgsrc/time/khal/distinfo   Mon Feb 13 15:03:01 2017
@@ -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