Re: [PATCH 2/2] python-cffi: returned OwnedMessage objects from Message.replies

2022-01-11 Thread David Bremner
Floris Bruynooghe writes: > On Sun 09 Jan 2022 at 09:26 -0400, David Bremner wrote: >> One thing I would like to think >> about is the length of time it takes to run the pytests. It is not >> currently the bottleneck in running the parallel tests for me, but it is >> among the slower T*.sh. So

[PATCH] test/gpgsm: use --with-colons when calculating fingerprint.

2022-01-11 Thread David Bremner
As stressed by the gpg documentation, the non-'with-colons' output format is subject to change, and indeed it did in 2.3.x (x<=3). This should make the the test suite more robust against such changes. --- test/test-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH 2/2] python-cffi: returned OwnedMessage objects from Message.replies

2022-01-11 Thread Floris Bruynooghe
On Sun 09 Jan 2022 at 09:26 -0400, David Bremner wrote: > One thing I would like to think > about is the length of time it takes to run the pytests. It is not > currently the bottleneck in running the parallel tests for me, but it is > among the slower T*.sh. So it might be nice at some point to

Re: [PATCH] configure: Ignore more options that Fedora spec macros expect

2022-01-11 Thread David Bremner
Tomi Ollila writes: > On Tue, Jan 11 2022, michaeljgruber wrote: > >> From: Michael J Gruber >> >> Signed-off-by: Michael J Gruber >> --- > > LGTM. > > Tomi applied to master. d ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe

Re: [PATCH] configure: Ignore more options that Fedora spec macros expect

2022-01-11 Thread Tomi Ollila
On Tue, Jan 11 2022, michaeljgruber wrote: > From: Michael J Gruber > > Signed-off-by: Michael J Gruber > --- LGTM. Tomi > This allows the Fedora packager to use the standard Fedora packaging > macros rather than a hand-tailored configure call. > > [Sorry for resend, my mails don't seem to

Re: [PATCH] test: fix support for gpgsm in gnupg 2.3

2022-01-11 Thread David Bremner
Stig Palmquist writes: > gpgsm --list-keys output changed the label for fingerprints from > "fingerprint: " to "sha[12] fpr: " breaking tests with gnupg 2.3. this > adds support for both. > --- > test/test-lib.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH] test: fix support for gpgsm in gnupg 2.3

2022-01-11 Thread Stig Palmquist
gpgsm --list-keys output changed the label for fingerprints from "fingerprint: " to "sha[12] fpr: " breaking tests with gnupg 2.3. this adds support for both. --- test/test-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-lib.sh b/test/test-lib.sh index

[PATCH] configure: Ignore more options that Fedora spec macros expect

2022-01-11 Thread michaeljgruber+grubix+git
From: Michael J Gruber Signed-off-by: Michael J Gruber --- This allows the Fedora packager to use the standard Fedora packaging macros rather than a hand-tailored configure call. [Sorry for resend, my mails don't seem to get through, again.] configure | 10 ++ 1 file changed, 10