Diff below updates notmuch to 0.34.2, which is a bugfix release [0]. I have been running with the for the last couple of days and no new failing tests when running 'make test'.
OK? [0] https://git.notmuchmail.org/git?p=notmuch;a=blob;f=NEWS;h=27e431561717e169ea858295a56251759a5cc5de;hb=a06b76b9b3c1212b17d2bb170bdd511711f578f8u diff --git Makefile.inc Makefile.inc index c8739dec85a..f93fdb4ae6e 100644 --- Makefile.inc +++ Makefile.inc @@ -1,6 +1,6 @@ # $OpenBSD: Makefile.inc,v 1.7 2021/11/18 04:30:57 bket Exp $ -V = 0.34.1 +V = 0.34.2 DISTNAME = notmuch-$V EXTRACT_SUFX = .tar.xz diff --git notmuch/distinfo notmuch/distinfo index 00d8e40c5fa..82acbb03f9f 100644 --- notmuch/distinfo +++ notmuch/distinfo @@ -1,2 +1,2 @@ -SHA256 (notmuch-0.34.1.tar.xz) = RXrPfMSBUoCnawxKlcZIFbbX49nANCFo5tludB8x2BY= -SIZE (notmuch-0.34.1.tar.xz) = 748444 +SHA256 (notmuch-0.34.2.tar.xz) = wfLO7kf2iXESItcgWvKj/npKnYwy5OCyStZviN9qR9M= +SIZE (notmuch-0.34.2.tar.xz) = 749384 diff --git py-notmuch/Makefile py-notmuch/Makefile index 2f5a87bd5a7..49e0f7322ea 100644 --- py-notmuch/Makefile +++ py-notmuch/Makefile @@ -6,7 +6,6 @@ PKGNAME = py-notmuch-${V} MODULES = lang/python MODPY_EGG_VERSION = ${V} -REVISION = 0 FLAVORS = python3 FLAVOR = python3 diff --git py-notmuch/distinfo py-notmuch/distinfo index 00d8e40c5fa..82acbb03f9f 100644 --- py-notmuch/distinfo +++ py-notmuch/distinfo @@ -1,2 +1,2 @@ -SHA256 (notmuch-0.34.1.tar.xz) = RXrPfMSBUoCnawxKlcZIFbbX49nANCFo5tludB8x2BY= -SIZE (notmuch-0.34.1.tar.xz) = 748444 +SHA256 (notmuch-0.34.2.tar.xz) = wfLO7kf2iXESItcgWvKj/npKnYwy5OCyStZviN9qR9M= +SIZE (notmuch-0.34.2.tar.xz) = 749384
