On Mon, Sep 13, 2021 at 07:24:39PM +0200, Marcus MERIGHI wrote:
> Hello!
>
> This updates khal from 0.10.2 to 0.10.4.
>
> Only quickly tested, but running with from now on.
> (The "CHANGE for tab" helps a lot...)
>
> Changes:
>
> https://github.com/pimutils/khal/releases/tag/v0.10.4
> DROPPED support for Python 3.5
> CHANGE ikhal: tab (and shift tab) jump from the events back to the calendar
> NEW Add symbol for events with at least one alarm
> FIX URL can now be set/updated from ikhal
> FIX Imported events without an end or duration will now last one day if
> DTSTART is a date (as per RFC) or one hour if it is a datetime.
>
> https://github.com/pimutils/khal/releases/tag/v0.10.3
> DROPPED support for Python 3.4
> FIX khal interactive now accepts -a/-d options (as documented)
> FIX Strip whitespace when loading displayname and color files
> FIX Warn when loading events with a recurrence that finishes before it starts
> FIX Warn when loading events with a recurrence that never occurs
> FIX Alarms without descriptions no longer crash ikhal
> FIX Display all-day events at the top of the day in ikhal
> FIX Keybindings in empty search results no longer crash ikhal
> NEW Possibility to add a blank line before day in khal with
> blank_line_before_day option
> FIX new keybinding in search no longer crash ikhal
> NEW Improved sorting of events. Sort by DTSTART, DTEND then SUMMARY.
> NEW Add url input and {url} template option
>
> Marcus
Works fine for me.
4 tests fail. They are related to different localized UTF-8 outputs.
The tests have special cases for FreeBSD and NetBSD. I would say
this is nothing that stops updating our port.
ok remi
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/productivity/khal/Makefile,v
> retrieving revision 1.15
> diff -u -p -u -r1.15 Makefile
> --- Makefile 23 Feb 2021 19:39:37 -0000 1.15
> +++ Makefile 13 Sep 2021 17:16:54 -0000
> @@ -2,7 +2,7 @@
>
> COMMENT = standards based terminal calendar
>
> -MODPY_EGG_VERSION = 0.10.2
> +MODPY_EGG_VERSION = 0.10.4
> DISTNAME = khal-${MODPY_EGG_VERSION}
>
> CATEGORIES = productivity
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/productivity/khal/distinfo,v
> retrieving revision 1.7
> diff -u -p -u -r1.7 distinfo
> --- distinfo 19 Oct 2020 13:01:10 -0000 1.7
> +++ distinfo 13 Sep 2021 17:16:54 -0000
> @@ -1,2 +1,3 @@
> -SHA256 (khal-0.10.2.tar.gz) = SU8hXD0ct6H411a0QICdJVvSDik3+YvQtdROQtTLEIc=
> -SIZE (khal-0.10.2.tar.gz) = 182534
> +SHA256 (khal-0.10.4.tar.gz) = P9uYCpphwCBteoKxb3e0CKTzQaK4ZrnJ/PamQYUNEp8=
> +SIZE (khal-0.10.4.tar.gz) = 185736
> +
>