Skip to content

Commit

Permalink
khard: update to 0.18.0.
Browse files Browse the repository at this point in the history
v0.18.0: 2022-12-10
- Move project home on GitHub from @scheibler to @lucc
- Catch exceptions when loading the config (#294)
- Split $EDITOR env variable on spaces (#314)
- Add special phone number field query
- Add-email command improved: Attach email address to an existing contact
- Add-email command: new option --skip-already-added
- Add partial support for KIND: search query, display in details and listing (#309)
- Add show_kinds config option (#309)
- Add nix flake
- Remove support for python 3.6
- Remove deprecated subcommands "export" and "source"
- Switch from Travis to GitHub CI
  • Loading branch information
wiz committed May 2, 2023
1 parent ddd8fa3 commit fac97bc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
7 changes: 3 additions & 4 deletions misc/khard/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# $NetBSD: Makefile,v 1.31 2022/06/30 11:18:37 nia Exp $
# $NetBSD: Makefile,v 1.32 2023/05/02 16:51:16 wiz Exp $

DISTNAME= khard-0.17.0
PKGREVISION= 4
DISTNAME= khard-0.18.0
CATEGORIES= misc net python
MASTER_SITES= ${MASTER_SITE_PYPI:=k/khard/}

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/scheibler/khard
HOMEPAGE= https://github.com/lucc/khard
COMMENT= CLI contacts application built around CardDAV
LICENSE= gnu-gpl-v3

Expand Down
17 changes: 10 additions & 7 deletions misc/khard/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.9 2020/08/24 08:08:59 wiz Exp $
@comment $NetBSD: PLIST,v 1.10 2023/05/02 16:51:16 wiz Exp $
bin/khard
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
Expand Down Expand Up @@ -32,15 +32,18 @@ ${PYSITELIB}/khard/data/template.yaml
${PYSITELIB}/khard/formatter.py
${PYSITELIB}/khard/formatter.pyc
${PYSITELIB}/khard/formatter.pyo
${PYSITELIB}/khard/helpers.py
${PYSITELIB}/khard/helpers.pyc
${PYSITELIB}/khard/helpers.pyo
${PYSITELIB}/khard/helpers/__init__.py
${PYSITELIB}/khard/helpers/__init__.pyc
${PYSITELIB}/khard/helpers/__init__.pyo
${PYSITELIB}/khard/helpers/interactive.py
${PYSITELIB}/khard/helpers/interactive.pyc
${PYSITELIB}/khard/helpers/interactive.pyo
${PYSITELIB}/khard/helpers/typing.py
${PYSITELIB}/khard/helpers/typing.pyc
${PYSITELIB}/khard/helpers/typing.pyo
${PYSITELIB}/khard/khard.py
${PYSITELIB}/khard/khard.pyc
${PYSITELIB}/khard/khard.pyo
${PYSITELIB}/khard/object_type.py
${PYSITELIB}/khard/object_type.pyc
${PYSITELIB}/khard/object_type.pyo
${PYSITELIB}/khard/query.py
${PYSITELIB}/khard/query.pyc
${PYSITELIB}/khard/query.pyo
Expand Down
8 changes: 4 additions & 4 deletions misc/khard/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.16 2021/10/26 10:59:09 nia Exp $
$NetBSD: distinfo,v 1.17 2023/05/02 16:51:16 wiz Exp $

BLAKE2s (khard-0.17.0.tar.gz) = 828ff617d7199dc60e58cd486816ceeb4eca90a98c1a82c5cad9b8a6a111cc80
SHA512 (khard-0.17.0.tar.gz) = 9cb936aeaa327b9837488a752906bf603429ca0c7240703829220119049f5f62e84f7e4c90bb81799307fe446c3aa47fe6ee4112c276b6bb329c959be438ba25
Size (khard-0.17.0.tar.gz) = 593928 bytes
BLAKE2s (khard-0.18.0.tar.gz) = 08b0e6a25ef1a73b9f12b2e0c3de93daa655ead901e298a60edd19c6c359434f
SHA512 (khard-0.18.0.tar.gz) = eb1e82b5350febdd388b251514562a2d3776d5f5c8b3c70cd73153eaedc7ac3504b25d88179eced26c96ced90785fac9267cc23b2425fac816c233a2e1f2b9df
Size (khard-0.18.0.tar.gz) = 602016 bytes

0 comments on commit fac97bc

Please sign in to comment.