Skip to content

Commit

Permalink
Updated khard to 0.11.3.
Browse files Browse the repository at this point in the history
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 skarim/vobject#39
- Added some new action aliases
- Fix for birthday date processing (#95)
  • Loading branch information
wiz committed Oct 31, 2016
1 parent bf5b5c3 commit b0a2ae4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions misc/khard/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand All @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v3

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

Expand Down
10 changes: 5 additions & 5 deletions misc/khard/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b0a2ae4

Please sign in to comment.