Skip to content

Commit

Permalink
khard: update to 0.17.0.
Browse files Browse the repository at this point in the history
v0.17.0: 2020-08-13
- Do not modify (clean up) search query to find more matches (4583efd)
- Remove special search handling for phone numbers (a570a85)
- Remove extra pruning from email, phone and postaddress subcommand (3f315f9, 1b9ce98, c704ce1)
- Add query syntax for search terms (#131)
- Add newline at the end of "show --format=pretty" (#256)
- Add -H to select header from which add-email should read (#258)
- Expand environment variables in paths in the config file (#269)
- Deprecate --strict-search (the new query syntax can be used instead)
  • Loading branch information
0-wiz-0 committed Aug 24, 2020
1 parent 369ec19 commit 0100462
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions misc/khard/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.25 2020/04/07 21:38:46 adam Exp $
# $NetBSD: Makefile,v 1.26 2020/08/24 08:08:59 wiz Exp $

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

Expand Down
5 changes: 4 additions & 1 deletion misc/khard/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2020/04/06 08:09:26 wiz Exp $
@comment $NetBSD: PLIST,v 1.9 2020/08/24 08:08:59 wiz Exp $
bin/khard
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
Expand Down Expand Up @@ -41,6 +41,9 @@ ${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
${PYSITELIB}/khard/version.py
${PYSITELIB}/khard/version.pyc
${PYSITELIB}/khard/version.pyo
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.13 2020/04/07 21:38:46 adam Exp $
$NetBSD: distinfo,v 1.14 2020/08/24 08:08:59 wiz Exp $

SHA1 (khard-0.16.1.tar.gz) = b6b7e8bf4f2f729f17fb5734fd2e3ed7ee543c97
RMD160 (khard-0.16.1.tar.gz) = d52078f740fe3552e816c339d89104363d222728
SHA512 (khard-0.16.1.tar.gz) = 617959667807e3108e4e73d8c9600da80d09daededdffcb0025941bff8f6ed3fc12f02dd2e0f39d1dc9cad125bf386308ed311e59ea5fa366fa9979ebe10aa62
Size (khard-0.16.1.tar.gz) = 626967 bytes
SHA1 (khard-0.17.0.tar.gz) = f07268bfa38048c421e8dfacdd3058cb5a564eac
RMD160 (khard-0.17.0.tar.gz) = 1cbd0b1c6738fbc7a012e5e3954bd66a870f4a80
SHA512 (khard-0.17.0.tar.gz) = 9cb936aeaa327b9837488a752906bf603429ca0c7240703829220119049f5f62e84f7e4c90bb81799307fe446c3aa47fe6ee4112c276b6bb329c959be438ba25
Size (khard-0.17.0.tar.gz) = 593928 bytes

0 comments on commit 0100462

Please sign in to comment.