pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/khard Updated khard to 0.11.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b2dd6cd53ea
branches:  trunk
changeset: 354491:2b2dd6cd53ea
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Oct 31 16:29:50 2016 +0000

description:
Updated khard to 0.11.3.

v0.11.2: 2016.08.31
- Extended the photo parsing workaround from khard version 0.11.1 to all base64 encoded vcard attributes (#86 and #87)
- Show additional/middle names in name column of contact table (#89)
- Added khard-runner.py helper script to simplify source code launching

v0.11.3: 2016.09.20
- Pinned version of vcard library vobject to version 0.9.2 due to bug https://github.com/eventable/vobject/issues/39
- Added some new action aliases
- Fix for birthday date processing (#95)

diffstat:

 misc/khard/Makefile |   6 +++---
 misc/khard/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 65d2fa24cc7b -r 2b2dd6cd53ea misc/khard/Makefile
--- a/misc/khard/Makefile       Mon Oct 31 16:28:37 2016 +0000
+++ b/misc/khard/Makefile       Mon Oct 31 16:29:50 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2016/08/28 15:48:33 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2016/10/31 16:29:50 wiz Exp $
 
-DISTNAME=              khard-0.11.1
+DISTNAME=              khard-0.11.3
 CATEGORIES=            misc net
 MASTER_SITES=          ${MASTER_SITE_PYPI:=k/khard/}
 
@@ -11,7 +11,7 @@
 
 DEPENDS+=              ${PYPKGPREFIX}-atomicwrites-[0-9]*:../../devel/py-atomicwrites
 DEPENDS+=              ${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj
-DEPENDS+=              ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject
+DEPENDS+=              ${PYPKGPREFIX}-vobject>=0.9<0.9.3:../../textproc/py-vobject
 DEPENDS+=              ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse
 DEPENDS+=              ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 
diff -r 65d2fa24cc7b -r 2b2dd6cd53ea misc/khard/distinfo
--- a/misc/khard/distinfo       Mon Oct 31 16:28:37 2016 +0000
+++ b/misc/khard/distinfo       Mon Oct 31 16:29:50 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/08/27 15:50:47 wiz Exp $
+$NetBSD: distinfo,v 1.6 2016/10/31 16:29:50 wiz Exp $
 
-SHA1 (khard-0.11.1.tar.gz) = d1895c55528e6b2fc97349e39deacb10df520929
-RMD160 (khard-0.11.1.tar.gz) = 6d1990077118a7c4fe661b08c30099b23897cc6c
-SHA512 (khard-0.11.1.tar.gz) = 9b26e4f6f785192331373da82b7b2b44d233d15ce198b5a83dc4b6185df64abebcc751ca98e5c2a1b9e198e656a60992faea734e12ce80ec5009ddc5b91e0171
-Size (khard-0.11.1.tar.gz) = 5059074 bytes
+SHA1 (khard-0.11.3.tar.gz) = 0ed59522fe3d848dad583a48d724c4b09c4a2442
+RMD160 (khard-0.11.3.tar.gz) = 7d3e44b6946d80c19e2fb1383983f3374f594e2b
+SHA512 (khard-0.11.3.tar.gz) = 2b9d564bc9de885debe304a08e508020a78f84eb49a0094dbf2b131d961a599e87828c72a758622a80c05c8328e0daa2871bbfb507a39c3e13b000b4c589038d
+Size (khard-0.11.3.tar.gz) = 5060302 bytes



Home | Main Index | Thread Index | Old Index