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:           Sun Feb  5 19:26:55 UTC 2017

Modified Files:
        pkgsrc/time/khal: Makefile PLIST distinfo

Log Message:
Updated khal to 0.9.1.

0.9.1
=====
released 2017-01-25

* FIX detecting not understood timezone information failed on python 3.6, this may lead to
  erroneous offsets in start and end times for those events, as those datetimes
  were treated as if they were in the system's local time, not as if they are in
  the (possibly) configured default_timezone.

* python 3.6 is now officially supported

0.9.0
=====
released 2017-01-24

Dependency Changes
------------------
* vdirsyncer isn't a hard dependency any more

Bug Fixes
---------
* fixed various bugs in `configure`
* fix bug in `new` that surfaces when date(time)format does contain a year
* fix bug in `import` that allows importing into read-only and/or non-default calendar
* fix how color discovered in calendars

Backwards Incompatibilities
---------------------------
* calendar path is now a glob without recursion for discover, if your calendars
  are no longer found, please consult the documentation (Taylor Money)
* `at` command now works like `list` with a timedelta of `0m`, this means that
  `at` will no longer print events that end at exactly the time asked for
  (Taylor Money)
* renamed `agenda` to `list` (Taylor Money)
* removed `days` configuration option in favor of `timedelta`, see
  documentation for details (Taylor Money)
* configuration file path $XDG_CONFIG_HOME/khal/config is now supported and
  $XDG_CONFIG_HOME/khal/khal.conf deprecated
* ikhal: introduction of three different new frame styles, new allowed values for
  `[view] frame` are `False`, `width`, `color`, `top` (with default `False`),
  `True` isn't allowed any more, please provide feedback over the usual channels
  if and which of those you consider useful as some of those might be removed in
  future releases (Christian Geier)
* removed configuration variable `encoding` (in section [locale]), the correct
  locale should now be figured out automatically (Markus Unterwaditzer)
* events that start and end at the same time are now displayed as if their
  duration was one hour instead of one day (Guilhem Saurel)

Enhancements
------------
* (nearly) all commands allow formatting of how events are printed with
  `--format`, also see the new configuration options `event_format`,
  `agenda_event_format`, `agenda_day_format` (Taylor Money)
* support for categories (and add `-g` flag for `khal new`) (Pierre David)
* search results are now sorted by start date (Taylor Money)
* added command `edit`, which also allows deletion of events (Taylor Money)
* `new` has interactive option (Taylor Money)
* `import` can now import multiple files at once (Christian Geier)

ikhal
-----
* BUGFIX no more crashing if invalid date is entered and mini-calendar displayed
* make keybinding for quitting configurable, defaults to *q* and *Q*, escape
  only backtracks to last pane but doesn't exit khal anymore (Christian Geier)
* default keybinding changed: `tab` no longer shows details of focused events
  and does not open the event editor either (Christian Geier)
* right column changed, it will now show as many days/events as fit, if users move
  to another date (while the event column is in focus), that date should be
  highlighted in the calendar (Christian Geier)
* cursor indicates which element is selected


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/time/khal/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/time/khal/PLIST
cvs rdiff -u -r1.8 -r1.9 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.13 pkgsrc/time/khal/Makefile:1.14
--- pkgsrc/time/khal/Makefile:1.13      Fri Oct  7 08:20:43 2016
+++ pkgsrc/time/khal/Makefile   Sun Feb  5 19:26:55 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2016/10/07 08:20:43 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2017/02/05 19:26:55 wiz Exp $
 
-DISTNAME=              khal-0.8.4
+DISTNAME=              khal-0.9.1
 CATEGORIES=            time net
 MASTER_SITES=          ${MASTER_SITE_PYPI:=k/khal/}
 
@@ -9,6 +9,7 @@ HOMEPAGE=               https://github.com/geier/khal
 COMMENT=               CLI calendar application built around CalDAV
 LICENSE=               mit
 
+DEPENDS+=              ${PYPKGPREFIX}-atomicwrites-[0-9]*:../../devel/py-atomicwrites
 DEPENDS+=              ${PYPKGPREFIX}-click>=3.2:../../devel/py-click
 DEPENDS+=              ${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj
 DEPENDS+=              ${PYPKGPREFIX}-icalendar>=3.9.2:../../time/py-icalendar

Index: pkgsrc/time/khal/PLIST
diff -u pkgsrc/time/khal/PLIST:1.6 pkgsrc/time/khal/PLIST:1.7
--- pkgsrc/time/khal/PLIST:1.6  Mon Sep 19 06:02:44 2016
+++ pkgsrc/time/khal/PLIST      Sun Feb  5 19:26:55 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2016/09/19 06:02:44 mef Exp $
+@comment $NetBSD: PLIST,v 1.7 2017/02/05 19:26:55 wiz Exp $
 bin/ikhal
 bin/khal
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -13,9 +13,6 @@ ${PYSITELIB}/khal/__init__.pyo
 ${PYSITELIB}/khal/__main__.py
 ${PYSITELIB}/khal/__main__.pyc
 ${PYSITELIB}/khal/__main__.pyo
-${PYSITELIB}/khal/aux.py
-${PYSITELIB}/khal/aux.pyc
-${PYSITELIB}/khal/aux.pyo
 ${PYSITELIB}/khal/calendar_display.py
 ${PYSITELIB}/khal/calendar_display.pyc
 ${PYSITELIB}/khal/calendar_display.pyo
@@ -34,9 +31,6 @@ ${PYSITELIB}/khal/exceptions.pyo
 ${PYSITELIB}/khal/khalendar/__init__.py
 ${PYSITELIB}/khal/khalendar/__init__.pyc
 ${PYSITELIB}/khal/khalendar/__init__.pyo
-${PYSITELIB}/khal/khalendar/aux.py
-${PYSITELIB}/khal/khalendar/aux.pyc
-${PYSITELIB}/khal/khalendar/aux.pyo
 ${PYSITELIB}/khal/khalendar/backend.py
 ${PYSITELIB}/khal/khalendar/backend.pyc
 ${PYSITELIB}/khal/khalendar/backend.pyo
@@ -49,6 +43,12 @@ ${PYSITELIB}/khal/khalendar/exceptions.p
 ${PYSITELIB}/khal/khalendar/khalendar.py
 ${PYSITELIB}/khal/khalendar/khalendar.pyc
 ${PYSITELIB}/khal/khalendar/khalendar.pyo
+${PYSITELIB}/khal/khalendar/utils.py
+${PYSITELIB}/khal/khalendar/utils.pyc
+${PYSITELIB}/khal/khalendar/utils.pyo
+${PYSITELIB}/khal/khalendar/vdir.py
+${PYSITELIB}/khal/khalendar/vdir.pyc
+${PYSITELIB}/khal/khalendar/vdir.pyo
 ${PYSITELIB}/khal/log.py
 ${PYSITELIB}/khal/log.pyc
 ${PYSITELIB}/khal/log.pyo
@@ -86,6 +86,9 @@ ${PYSITELIB}/khal/ui/startendeditor.pyo
 ${PYSITELIB}/khal/ui/widgets.py
 ${PYSITELIB}/khal/ui/widgets.pyc
 ${PYSITELIB}/khal/ui/widgets.pyo
+${PYSITELIB}/khal/utils.py
+${PYSITELIB}/khal/utils.pyc
+${PYSITELIB}/khal/utils.pyo
 ${PYSITELIB}/khal/version.py
 ${PYSITELIB}/khal/version.pyc
 ${PYSITELIB}/khal/version.pyo

Index: pkgsrc/time/khal/distinfo
diff -u pkgsrc/time/khal/distinfo:1.8 pkgsrc/time/khal/distinfo:1.9
--- pkgsrc/time/khal/distinfo:1.8       Fri Oct  7 08:20:43 2016
+++ pkgsrc/time/khal/distinfo   Sun Feb  5 19:26:55 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2016/10/07 08:20:43 wiz Exp $
+$NetBSD: distinfo,v 1.9 2017/02/05 19:26:55 wiz Exp $
 
-SHA1 (khal-0.8.4.tar.gz) = 968c2a8233116f4e41243e7e0fe4230aeab45765
-RMD160 (khal-0.8.4.tar.gz) = 267539267c33af377b190bf1041044bb21574bfd
-SHA512 (khal-0.8.4.tar.gz) = 8a1066f137db1b3a9c2cc246ea17baf6745efd3db9dadacb76b287546137da363bcd78a4ac2acd2c659fbf25f16b155cc993099067a736ef3b68b2e8512d7b83
-Size (khal-0.8.4.tar.gz) = 129251 bytes
+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



Home | Main Index | Thread Index | Old Index