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:           Thu Jun 18 08:06:20 UTC 2026

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

Log Message:
khard: update to 0.21.0.

v0.21.0 2026-06-15

- Remove support for python 3.9
- Fix bug skipping config's skip_unparsable setting (#355)
- Fix special handling for ambiguous date formats (#349)
- Add failing test for partial date with leap day
- Remove the autodoc typehints extension in sphinx


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/misc/khard/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/misc/khard/PLIST
cvs rdiff -u -r1.20 -r1.21 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.45 pkgsrc/misc/khard/Makefile:1.46
--- pkgsrc/misc/khard/Makefile:1.45     Tue Jan  6 11:18:16 2026
+++ pkgsrc/misc/khard/Makefile  Thu Jun 18 08:06:20 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2026/01/06 11:18:16 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2026/06/18 08:06:20 wiz Exp $
 
-DISTNAME=      khard-0.20.1
+DISTNAME=      khard-0.21.0
 CATEGORIES=    misc net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=k/khard/}
 
@@ -18,12 +18,11 @@ DEPENDS+=   ${PYPKGPREFIX}-vobject>=0.9.4:
 TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-argparse-[0-9]*:../../textproc/py-sphinx-argparse
 TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-autoapi-[0-9]*:../../textproc/py-sphinx-autoapi
-TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-autodoc-typehints>=1.10:../../textproc/py-sphinx-autodoc-typehints
 
 PYTHON_VERSIONS_INCOMPATIBLE=  310 311 # py-sphinx
 
-# as of 0.20.0
-# 2 failed, 396 passed, 1 xfailed, 34 warnings
+# as of 0.21.0
+# 2 failed, 403 passed, 2 xfailed, 69 warnings
 
 INSTALLATION_DIRS=     share/examples/khard ${PKGMANDIR}/man1
 REPLACE_PYTHON+=       */*.py

Index: pkgsrc/misc/khard/PLIST
diff -u pkgsrc/misc/khard/PLIST:1.12 pkgsrc/misc/khard/PLIST:1.13
--- pkgsrc/misc/khard/PLIST:1.12        Sun Jul 27 09:07:28 2025
+++ pkgsrc/misc/khard/PLIST     Thu Jun 18 08:06:20 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2025/07/27 09:07:28 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2026/06/18 08:06:20 wiz Exp $
 bin/khard
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -18,6 +18,9 @@ ${PYSITELIB}/khard/actions.pyo
 ${PYSITELIB}/khard/address_book.py
 ${PYSITELIB}/khard/address_book.pyc
 ${PYSITELIB}/khard/address_book.pyo
+${PYSITELIB}/khard/argparse_helper.py
+${PYSITELIB}/khard/argparse_helper.pyc
+${PYSITELIB}/khard/argparse_helper.pyo
 ${PYSITELIB}/khard/cli.py
 ${PYSITELIB}/khard/cli.pyc
 ${PYSITELIB}/khard/cli.pyo

Index: pkgsrc/misc/khard/distinfo
diff -u pkgsrc/misc/khard/distinfo:1.20 pkgsrc/misc/khard/distinfo:1.21
--- pkgsrc/misc/khard/distinfo:1.20     Mon Jan  5 02:39:26 2026
+++ pkgsrc/misc/khard/distinfo  Thu Jun 18 08:06:20 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2026/01/05 02:39:26 wiz Exp $
+$NetBSD: distinfo,v 1.21 2026/06/18 08:06:20 wiz Exp $
 
-BLAKE2s (khard-0.20.1.tar.gz) = 465d2267be4e96d8325824f867e428e0df5949b892ceecc8a16128eff2fc2cef
-SHA512 (khard-0.20.1.tar.gz) = 3e19edb1128a4afe3490cb69ec7a714d95f65cce4427cc6f8c673390b9dbba8a4259a24ff106190907d908e18bdb8e9257d3c4b8e6823fbc85abd0e2869c4ac5
-Size (khard-0.20.1.tar.gz) = 611619 bytes
+BLAKE2s (khard-0.21.0.tar.gz) = 98373665fff684940052b5ca45e96069592f21e951269e1ebb2dd6d842e27e1e
+SHA512 (khard-0.21.0.tar.gz) = 198baebaed6c65bec6262d5a02e27434b6fa3ffb4190bbd454cf13b11e21aef0acd61c00f8252e57c7153c9165a1a7ab5dbba5794fa83234eedb4ec8e19e9ca2
+Size (khard-0.21.0.tar.gz) = 613428 bytes



Home | Main Index | Thread Index | Old Index