pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/khal Updated time/khal 0.7.0 to 0.8.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93ef820f1ec8
branches:  trunk
changeset: 350471:93ef820f1ec8
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Jul 28 12:59:41 2016 +0000

description:
Updated time/khal 0.7.0 to 0.8.2
--------------------------------
0.8.2
=====
released on 2015-05-16

* fixed some bugs in `configure` that would lead to invalid configuration files
  and crashes (Christian Geier)
* fixed detecting of icalendar version (Markus Unterwaditzer)

0.8.1
=====
released on 2015-04-13

* fix bug in CalendarWidget.set_focus_date() (Christian Geier)

0.8.0
=====
released on 2015-04-13

* BREAKING CHANGE: python 2 is no longer supported (Hugo Osvaldo Barrera)
* updated dependency: vdirsyncer >= 0.5.2
* make tests work with icalendar 3.9.2 (no functional changes) (Christian Geier)
* new dependency: freezegun (only for running the tests)
* khal's git repository moved to https://github.com/pimutils/khal

* support for showing the birthday of contacts with no FN property (Hugo
  Osvaldo Barrera)
* increased start up time when coloring is enabled (Christian Geier)
* improved color support (256 colors and 24-bit colors), see configuration
  documentation for details (Sebastian Hamann)
* renamed color `grey` to `gray` (Sebastian Hamann)
* in `khal new` treat 24:00 as the end of a day/00:00 of the next (Christian Geier)
* new allowed value for a calendar's color: `auto` (also the new default), if
  set, khal will try to read a file called `color` from that calendar's vdir (see
  vdirsyncer's documentation on `metasync`). If that file is not present or its
  contents is not understood, the default color will be used (Christian Geier)
* new allowed value for calendar's type: `discover`, if set, khal will
  (recursively) search that calendar's path for valid vdirs and add those to
  the configured calendars (Christian Geier)
* new command `configure` which should help new users set up a configuration
  file (Christian Geier)
* warn user when parsing broken icalendar files, this requires icalendar > 3.9.2
  (Christian Geier)
* khal will now strip all ANSI escape codes when it detects that stdout is no
  tty, this behaviour can be overwritten with the new options --color/ --no-color
  (Markus Unterwaditzer)
* calendar and agenda have a new option --week, if set all events from current week
  (or the week containing the given date) are shown (Stephan Weller)
* new option --alarm DURATION for `new` (Max Voit)

ikhal
-----
* basic export of events from event editor pane and from event lists (default
  keybinding: *e* (Filip Pytloun)
* pressing *enter* in a date editing widget will now open a small calendar
  widget, arrow keys can be used to select a date, enter (or escape) will close
  it again (Christian Geier)
* in highlight/date range selection mode the other end can be selected, default
  keybinding `o` (as in *Other*) (Christian Geier)
* basic search is now supported (default keybinding `/`) (Christian Geier)
* in the event editor and pop-up Dialogs select the next (previous) item with tab
  (shift tab) (Christian Geier)
* only allow saving when starttime < endtime (Christian Geier)
* the event editor now allows editing of alarms (but khal will not actually
  alarm you at the given time) (Johannes Wienke)

diffstat:

 time/khal/Makefile |   4 ++--
 time/khal/PLIST    |  12 ++++++++----
 time/khal/distinfo |  10 +++++-----
 3 files changed, 15 insertions(+), 11 deletions(-)

diffs (64 lines):

diff -r c438d7527202 -r 93ef820f1ec8 time/khal/Makefile
--- a/time/khal/Makefile        Thu Jul 28 12:42:10 2016 +0000
+++ b/time/khal/Makefile        Thu Jul 28 12:59:41 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2016/05/06 20:33:01 fhajny Exp $
+# $NetBSD: Makefile,v 1.9 2016/07/28 12:59:41 mef Exp $
 
-DISTNAME=              khal-0.7.0
+DISTNAME=              khal-0.8.2
 CATEGORIES=            time net
 MASTER_SITES=          ${MASTER_SITE_PYPI:=k/khal/}
 
diff -r c438d7527202 -r 93ef820f1ec8 time/khal/PLIST
--- a/time/khal/PLIST   Thu Jul 28 12:42:10 2016 +0000
+++ b/time/khal/PLIST   Thu Jul 28 12:59:41 2016 +0000
@@ -1,15 +1,19 @@
-@comment $NetBSD: PLIST,v 1.4 2015/12/27 14:52:53 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2016/07/28 12:59:41 mef 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}/pbr.json
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/khal/__init__.py
 ${PYSITELIB}/khal/__init__.pyc
 ${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
@@ -19,9 +23,9 @@
 ${PYSITELIB}/khal/cli.py
 ${PYSITELIB}/khal/cli.pyc
 ${PYSITELIB}/khal/cli.pyo
-${PYSITELIB}/khal/compat.py
-${PYSITELIB}/khal/compat.pyc
-${PYSITELIB}/khal/compat.pyo
+${PYSITELIB}/khal/configwizard.py
+${PYSITELIB}/khal/configwizard.pyc
+${PYSITELIB}/khal/configwizard.pyo
 ${PYSITELIB}/khal/controllers.py
 ${PYSITELIB}/khal/controllers.pyc
 ${PYSITELIB}/khal/controllers.pyo
diff -r c438d7527202 -r 93ef820f1ec8 time/khal/distinfo
--- a/time/khal/distinfo        Thu Jul 28 12:42:10 2016 +0000
+++ b/time/khal/distinfo        Thu Jul 28 12:59:41 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/12/27 14:52:53 wiz Exp $
+$NetBSD: distinfo,v 1.6 2016/07/28 12:59:41 mef Exp $
 
-SHA1 (khal-0.7.0.tar.gz) = fe0c142387087cb851888906d1f1141153b68d1b
-RMD160 (khal-0.7.0.tar.gz) = 77aa394d7f8b4dbc4ec9863003a8765d01c27785
-SHA512 (khal-0.7.0.tar.gz) = cad0bd8c5e869ffb5333e62747f0c5f71ae4a82adf60889922fcc61b4befefd926b0d642fcb8aec471aafc3fab6f042fa4253d381936c229582a8196319a1505
-Size (khal-0.7.0.tar.gz) = 109801 bytes
+SHA1 (khal-0.8.2.tar.gz) = c938271b751cd855ac42f9980d29bc64b2453576
+RMD160 (khal-0.8.2.tar.gz) = 622b1ed236360c99fad85d7eb8c95c6076a87277
+SHA512 (khal-0.8.2.tar.gz) = 2304d1767993e9d40740ece8621eef8e33572476139a7c0b4e2fd7907d7daafab76c34480912bc2da745b4867d315676b6dd290e84fd62c24ffb3978707da6a8
+Size (khal-0.8.2.tar.gz) = 126148 bytes



Home | Main Index | Thread Index | Old Index