diff options
author | wiz <wiz@pkgsrc.org> | 2020-08-24 08:07:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-08-24 08:07:45 +0000 |
commit | 52d340729f33c0c5e0280f19a6a1c413661b9c0b (patch) | |
tree | 866b15ae9513c46edcfb37254fe00b830a4dfd89 /time/khal | |
parent | 6f53c0e4f6d0a377b5fd5cfbdf95659bc7a89e8b (diff) | |
download | pkgsrc-52d340729f33c0c5e0280f19a6a1c413661b9c0b.tar.gz |
khal: update to 0.10.2.
0.10.2
======
2020-07-29
* NEW Parse `X-ANNIVERSARY`, `ANNIVERSARY` and `X-ABDATE` fields from vcards
* NEW Add ability to change default event duration with
`default_event_duration` and `default_dayevent_duration` for an day-long
event
* NEW Add `{uid}` property to template options in `--format`
* FIX No warning when importing event with Windows timezone format
* FIX Launching an external editor no longer crashes `ikhal`
* UPDATED DEPENDENCY urwid>=1.3.0
* FIX Wrong left pane width calculation in ikal when `frame` is `width` or
`color` in configuration.
* CHANGE Remove check for timezones in `UNTIL` that aren't in `DTSTART` and
vice-versa. The check wasn't fulfilling its purpose and was raising warnings
when no `UNTIL` value was set.
Diffstat (limited to 'time/khal')
-rw-r--r-- | time/khal/Makefile | 7 | ||||
-rw-r--r-- | time/khal/PLIST | 5 | ||||
-rw-r--r-- | time/khal/distinfo | 10 |
3 files changed, 12 insertions, 10 deletions
diff --git a/time/khal/Makefile b/time/khal/Makefile index 33028b9ae35..77ba1e3164b 100644 --- a/time/khal/Makefile +++ b/time/khal/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2020/05/18 10:40:11 adam Exp $ +# $NetBSD: Makefile,v 1.31 2020/08/24 08:07:45 wiz Exp $ -DISTNAME= khal-0.10.1 -PKGREVISION= 1 +DISTNAME= khal-0.10.2 CATEGORIES= time net MASTER_SITES= ${MASTER_SITE_PYPI:=k/khal/} @@ -21,7 +20,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_ DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 DEPENDS+= ${PYPKGPREFIX}-tzlocal-[0-9]*:../../time/py-tzlocal -DEPENDS+= ${PYPKGPREFIX}-urwid>=1.1.0:../../devel/py-urwid +DEPENDS+= ${PYPKGPREFIX}-urwid>=1.3.0:../../devel/py-urwid DEPENDS+= ${PYPKGPREFIX}-vdirsyncer>=0.5.2:../../time/py-vdirsyncer DEPENDS+= ${PYPKGPREFIX}-xdg>=0.17:../../devel/py-xdg # not needed, but recommended, so let's just depend on it diff --git a/time/khal/PLIST b/time/khal/PLIST index a7d00d75539..6596d190457 100644 --- a/time/khal/PLIST +++ b/time/khal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2019/04/02 08:45:14 wiz Exp $ +@comment $NetBSD: PLIST,v 1.12 2020/08/24 08:07:45 wiz Exp $ bin/ikhal bin/khal ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO @@ -29,6 +29,9 @@ ${PYSITELIB}/khal/controllers.pyo ${PYSITELIB}/khal/exceptions.py ${PYSITELIB}/khal/exceptions.pyc ${PYSITELIB}/khal/exceptions.pyo +${PYSITELIB}/khal/icalendar.py +${PYSITELIB}/khal/icalendar.pyc +${PYSITELIB}/khal/icalendar.pyo ${PYSITELIB}/khal/khalendar/__init__.py ${PYSITELIB}/khal/khalendar/__init__.pyc ${PYSITELIB}/khal/khalendar/__init__.pyo diff --git a/time/khal/distinfo b/time/khal/distinfo index f39fbb01dd9..69fb3f5d778 100644 --- a/time/khal/distinfo +++ b/time/khal/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2019/04/02 08:45:14 wiz Exp $ +$NetBSD: distinfo,v 1.20 2020/08/24 08:07:45 wiz Exp $ -SHA1 (khal-0.10.1.tar.gz) = 1cbcea029d72ba9367b734a05306e6d7dc2b8e20 -RMD160 (khal-0.10.1.tar.gz) = dc79bb130964ad841115cdce05bbe5054f819ed6 -SHA512 (khal-0.10.1.tar.gz) = 5b81a60099c201fa112ab17740b73edb17b29efa1548086766d57d9d595451e7d779aad5a2ce7a2afc78050116782ff6696c4bd284021a5e12c87fe361d15e47 -Size (khal-0.10.1.tar.gz) = 173636 bytes +SHA1 (khal-0.10.2.tar.gz) = f711dbf082c50fe419f131ccddccbe1f3f48d59d +RMD160 (khal-0.10.2.tar.gz) = 94fc32c9ebf727ee1ee0f8ecda54f2f7678e10d8 +SHA512 (khal-0.10.2.tar.gz) = e15449b73175190f02b6fe5774a8feef8a5390966da3836624c94a044d146cc6e8a73985d991042fbb617f736c6759ded387a65292529e71f5b2f34bc80a686e +Size (khal-0.10.2.tar.gz) = 182534 bytes |