./time/khal, CLI calendar application built around CalDAV

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.11.3, Package name: khal-0.11.3, Maintainer: pkgsrc-users

Khal is a standards based CLI (console) calendar program. CalDAV
compatibiliy is achieved by using vdir/vdirsyncer as a backend,
allowing syncing of calendars with a variety of other programs on
a host of different platforms.

khal is currently in an early stage of development, has a limited
feature set and is probably full of bugs. If you do try it out,
please make sure you have a backup of your date and please report
back any bugs you might encounter.


Required to run:
[devel/py-setuptools] [devel/py-urwid] [time/py-dateutil] [time/py-pytz] [databases/py-sqlite3] [devel/py-xdg] [time/py-icalendar] [sysutils/py-setproctitle] [devel/py-click] [devel/py-configobj] [devel/py-atomicwrites] [time/py-tzlocal] [devel/py-click-log] [lang/python310]

Required to build:
[textproc/py-sphinx] [devel/py-setuptools_scm] [textproc/py-sphinxcontrib-newsfeed]

Master sites:

Filesize: 192.337 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-19 12:51:43 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
khal: update to 0.11.3.

0.11.3
======
2024-02-12

* FIX support urwid 2.4.2
   2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112)
Log message:
*: latest py-sphinx only support Python 3.9+
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158)
Log message:
*: remove more references to Python 3.7
   2023-06-16 23:00:46 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
khal: update to 0.11.2.

0.11.2
======

* FIX khal `at` also uses `event_format` not `agenda_event_format`
* FIX duplicating an event using `p` in ikhal
* NEW Add ability to change the minimum number of months displayed with
  `min_calendar_display`
* FIX ikhal don't crash when jumping long distances in time
* FIX do not use urwid's private methods, would crash with latest urwid version
* FIX light colorscheme in ikhal, would crash with recent urwid versions
* FIX better error messages when we cannot import an event
   2023-05-04 11:58:19 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
khal: update to 0.11.1.

0.11.1
======
2023-04-23

* FIX README.rst formatting to allow upload to PyPI

0.11.0
======
2023-04-23

* DROPPED support for python versions < 3.8
* UPDATED REQUIREMENT pytz is now required >= 2018.7
* NEW test REQUIREMENT: packaging
* FIX support in tests for pytz version numbers of the format year.month.minor
* FIX deleting of instances of recurring events in ikhal
* FIX if a `discover` collection is set to "readonly", discovered \ 
collections
  will now inherit the readonly property
* FIX ikhal will not wrap date headers into the next line in narrow terminals
* FIX `configure` should only suggest valid default collection names
* NEW the `configure` command can now set up vdirsyncer
* NEW better error message for misuses of `at` and `list`
* NEW `discover` collection type now supports `**` (arbitrary depths)
* NEW Add testing for Python 3.11
   2022-07-12 08:01:26 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
khal: updated to 0.10.5

0.10.5
======
* FIX support for tzlocal >= 4.0
* FIX ability to show an event's calendar in ikhal
* FIX an error logging for certain broken icalendar events that made ikhal crash
  after editing those events
* NEW Add widget to interactive event editor that allows adding attendees as
  comma separated list of email addresses
* FIX event creation for events after the second next DST transition
* NEW Add support for Python 3.10
* CHANGE `search`, `at`, and `list` don't print "No events" anymore if \ 
no matching
  events are found
* NEW Add option to use `multiple` color only when not all calendar colors can
  be displayed.
* CHANGE we are not shipping a zsh completion file anymore but provide
  documentation on how to generate completion files for bash, zsh, and fish
  (see the install section of the documentation)
   2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524)
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix