Skip to content

Commit

Permalink
khard: update to 0.19.1.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wiz committed Dec 7, 2023
1 parent 6bba689 commit 7268814
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions misc/khard/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

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.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

0 comments on commit 7268814

Please sign in to comment.