pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/khal
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 24 08:07:45 UTC 2020
Modified Files:
pkgsrc/time/khal: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/time/khal/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/time/khal/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/time/khal/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/khal/Makefile
diff -u pkgsrc/time/khal/Makefile:1.30 pkgsrc/time/khal/Makefile:1.31
--- pkgsrc/time/khal/Makefile:1.30 Mon May 18 10:40:11 2020
+++ pkgsrc/time/khal/Makefile Mon Aug 24 08:07:45 2020
@@ -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}-setuptoo
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
Index: pkgsrc/time/khal/PLIST
diff -u pkgsrc/time/khal/PLIST:1.11 pkgsrc/time/khal/PLIST:1.12
--- pkgsrc/time/khal/PLIST:1.11 Tue Apr 2 08:45:14 2019
+++ pkgsrc/time/khal/PLIST Mon Aug 24 08:07:45 2020
@@ -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
Index: pkgsrc/time/khal/distinfo
diff -u pkgsrc/time/khal/distinfo:1.19 pkgsrc/time/khal/distinfo:1.20
--- pkgsrc/time/khal/distinfo:1.19 Tue Apr 2 08:45:14 2019
+++ pkgsrc/time/khal/distinfo Mon Aug 24 08:07:45 2020
@@ -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