pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/notmuch



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec 12 09:41:01 UTC 2021

Modified Files:
        pkgsrc/mail/notmuch: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/mail/notmuch/Makefile
cvs rdiff -u -r1.61 -r1.62 pkgsrc/mail/notmuch/distinfo

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

Modified files:

Index: pkgsrc/mail/notmuch/Makefile
diff -u pkgsrc/mail/notmuch/Makefile:1.77 pkgsrc/mail/notmuch/Makefile:1.78
--- pkgsrc/mail/notmuch/Makefile:1.77   Wed Dec  8 16:02:20 2021
+++ pkgsrc/mail/notmuch/Makefile        Sun Dec 12 09:41:01 2021
@@ -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

Index: pkgsrc/mail/notmuch/distinfo
diff -u pkgsrc/mail/notmuch/distinfo:1.61 pkgsrc/mail/notmuch/distinfo:1.62
--- pkgsrc/mail/notmuch/distinfo:1.61   Sun Nov  7 12:18:49 2021
+++ pkgsrc/mail/notmuch/distinfo        Sun Dec 12 09:41:01 2021
@@ -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