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 Dec  7 08:18:20 UTC 2023

Modified Files:
        pkgsrc/misc/khard: Makefile distinfo

Log Message:
khard: update to 0.19.1.

v0.19.1: 2023-11-26

- Fix documentation builds on https://khard.readthedocs.io/

v0.19.0: 2023-11-23

- Remove support for python 3.7
- Run tests on python 3.11 and 3.12 in CI
- Fix yaml conversion of multiple addresses with same label (#323, #324)
- Improve error message for address book paths (884f1d9)
- Add pyproject.toml file and deprecate setup.py
- Remove deprecated options from --help and zsh completion
- Internal changes:
  - Add a general ask() function (#320, #326)
  - Use an exception to cancle user interactions (#325)
  - More and stricter type hints
  - Promote AddressBookCollection to a Sequence


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/misc/khard/Makefile
cvs rdiff -u -r1.17 -r1.18 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.36 pkgsrc/misc/khard/Makefile:1.37
--- pkgsrc/misc/khard/Makefile:1.36     Mon Aug 14 05:24:53 2023
+++ pkgsrc/misc/khard/Makefile  Thu Dec  7 08:18:20 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2023/08/14 05:24:53 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2023/12/07 08:18:20 wiz Exp $
 
-DISTNAME=      khard-0.18.0
-PKGREVISION=   1
+DISTNAME=      khard-0.19.1
 CATEGORIES=    misc net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=k/khard/}
 

Index: pkgsrc/misc/khard/distinfo
diff -u pkgsrc/misc/khard/distinfo:1.17 pkgsrc/misc/khard/distinfo:1.18
--- pkgsrc/misc/khard/distinfo:1.17     Tue May  2 16:51:16 2023
+++ pkgsrc/misc/khard/distinfo  Thu Dec  7 08:18:20 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2023/05/02 16:51:16 wiz Exp $
+$NetBSD: distinfo,v 1.18 2023/12/07 08:18:20 wiz Exp $
 
-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
+BLAKE2s (khard-0.19.1.tar.gz) = 6efca5bbbc8e4cae259348af3cd6c89d4a5bcfae83f15a207e0c361c5fe77ccf
+SHA512 (khard-0.19.1.tar.gz) = 619678902abee2561f2cef8d525d9688269f9f4da244b1c5cf97a9c2f15f5d08f80d09bc08304dfe3a7ca44dd5082e0152c5dce82063b6f98ea12b961b34bdf4
+Size (khard-0.19.1.tar.gz) = 605230 bytes



Home | Main Index | Thread Index | Old Index