pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/khard



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 24 08:08:59 UTC 2020

Modified Files:
        pkgsrc/misc/khard: Makefile PLIST distinfo

Log Message:
khard: update to 0.17.0.

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)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/misc/khard/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/khard/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/misc/khard/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/khard/Makefile
diff -u pkgsrc/misc/khard/Makefile:1.25 pkgsrc/misc/khard/Makefile:1.26
--- pkgsrc/misc/khard/Makefile:1.25     Tue Apr  7 21:38:46 2020
+++ pkgsrc/misc/khard/Makefile  Mon Aug 24 08:08:59 2020
@@ -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/}
 

Index: pkgsrc/misc/khard/PLIST
diff -u pkgsrc/misc/khard/PLIST:1.8 pkgsrc/misc/khard/PLIST:1.9
--- pkgsrc/misc/khard/PLIST:1.8 Mon Apr  6 08:09:26 2020
+++ pkgsrc/misc/khard/PLIST     Mon Aug 24 08:08:59 2020
@@ -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
@@ -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

Index: pkgsrc/misc/khard/distinfo
diff -u pkgsrc/misc/khard/distinfo:1.13 pkgsrc/misc/khard/distinfo:1.14
--- pkgsrc/misc/khard/distinfo:1.13     Tue Apr  7 21:38:46 2020
+++ pkgsrc/misc/khard/distinfo  Mon Aug 24 08:08:59 2020
@@ -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



Home | Main Index | Thread Index | Old Index