Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/khal khal: update to 0.10.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78b64ad91011
branches:  trunk
changeset: 437449:78b64ad91011
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 24 08:07:45 2020 +0000

description:
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:

 time/khal/Makefile |   7 +++----
 time/khal/PLIST    |   5 ++++-
 time/khal/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 10 deletions(-)

diffs (56 lines):

diff -r b650a525c02b -r 78b64ad91011 time/khal/Makefile
--- a/time/khal/Makefile        Mon Aug 24 08:05:40 2020 +0000
+++ b/time/khal/Makefile        Mon Aug 24 08:07:45 2020 +0000
@@ -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 @@
 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 -r b650a525c02b -r 78b64ad91011 time/khal/PLIST
--- a/time/khal/PLIST   Mon Aug 24 08:05:40 2020 +0000
+++ b/time/khal/PLIST   Mon Aug 24 08:07:45 2020 +0000
@@ -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/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 -r b650a525c02b -r 78b64ad91011 time/khal/distinfo
--- a/time/khal/distinfo        Mon Aug 24 08:05:40 2020 +0000
+++ b/time/khal/distinfo        Mon Aug 24 08:07:45 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index