pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/notmuch notmuch: update to 0.34.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7869f53a463d
branches: trunk
changeset: 770999:7869f53a463d
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Dec 12 09:41:01 2021 +0000
description:
notmuch: update to 0.34.2.
Notmuch 0.34.2 (2021-12-09)
===========================
Library
-------
Fix a bug that wrongly resolved conflict between the `database_path`
parameter to `notmuch_database_open_with_config` and configuration
item `database.path` in favour of the latter.
Python Bindings (notmuch2)
--------------------------
When building the documentation for the `notmuch2` python module,
import from the built module, not a system wide installed one.
The notmuch2.Database constructor now uses the library function
`notmuch_database_open_with_config` to support the same configuration
and database location options as the library does.
Fix some unprintable exception objects.
diffstat:
mail/notmuch/Makefile | 5 ++---
mail/notmuch/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r af776115ca38 -r 7869f53a463d mail/notmuch/Makefile
--- a/mail/notmuch/Makefile Sun Dec 12 09:38:04 2021 +0000
+++ b/mail/notmuch/Makefile Sun Dec 12 09:41:01 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2021/12/08 16:02:20 adam Exp $
+# $NetBSD: Makefile,v 1.78 2021/12/12 09:41:01 wiz Exp $
-DISTNAME= notmuch-0.34.1
-PKGREVISION= 1
+DISTNAME= notmuch-0.34.2
CATEGORIES= mail
MASTER_SITES= https://notmuchmail.org/releases/
EXTRACT_SUFX= .tar.xz
diff -r af776115ca38 -r 7869f53a463d mail/notmuch/distinfo
--- a/mail/notmuch/distinfo Sun Dec 12 09:38:04 2021 +0000
+++ b/mail/notmuch/distinfo Sun Dec 12 09:41:01 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.61 2021/11/07 12:18:49 wiz Exp $
+$NetBSD: distinfo,v 1.62 2021/12/12 09:41:01 wiz Exp $
-BLAKE2s (notmuch-0.34.1.tar.xz) = 121fdd8afbf05eb1073de0633a931374490cf59156d31464181a96a3a229e3d2
-SHA512 (notmuch-0.34.1.tar.xz) = ef1423e049a83f81fb6b5a75f9a35efc0381c661bbe00007dabd6b385df829ac4195137ccef3fa1ec652df8eb4566e3d9d30880a4c74497a9668cb3ca240fb88
-Size (notmuch-0.34.1.tar.xz) = 748444 bytes
+BLAKE2s (notmuch-0.34.2.tar.xz) = f87eed5383a95030a89461c8f8bcb856b506e2f22e4f8e92c96669cc729985b3
+SHA512 (notmuch-0.34.2.tar.xz) = fd15145404c621fb259b869ddfd77d6302f777a8ead203cfe3a62b66b452f7d3737b214657517c592ce86ce37fb914f800830ea9d05da20d59ec09feaa81d20c
+Size (notmuch-0.34.2.tar.xz) = 749384 bytes
SHA1 (patch-configure) = 93831007eb3ffac12612d12f772e8a0ac0115207
SHA1 (patch-emacs_Makefile.local) = 4a36a2c165852a098a45c8b99c8372d65d33b07c
Home |
Main Index |
Thread Index |
Old Index