From: David Bremner Date: Sat, 23 May 2015 19:20:35 +0000 (+0200) Subject: Re: [PATCH] python: use absolute import for SOVERSION X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c7d194815662aaf92e73e1900434ef77f848cb89;p=notmuch-archives.git Re: [PATCH] python: use absolute import for SOVERSION --- diff --git a/95/29afea269f3a23e901f1aabc8ed91e22f7fc5f b/95/29afea269f3a23e901f1aabc8ed91e22f7fc5f new file mode 100644 index 000000000..36257c4c1 --- /dev/null +++ b/95/29afea269f3a23e901f1aabc8ed91e22f7fc5f @@ -0,0 +1,65 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 9F0CD6DE1459 + for ; Sat, 23 May 2015 12:21:49 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.284 +X-Spam-Level: +X-Spam-Status: No, score=0.284 tagged_above=-999 required=5 tests=[AWL=0.284] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id rYU0sptZz4Kc for ; + Sat, 23 May 2015 12:21:45 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 824CB6DE13E7 + for ; Sat, 23 May 2015 12:21:45 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1YwEyv-0002dU-6Q; Sat, 23 May 2015 19:21:13 +0000 +Received: (nullmailer pid 28670 invoked by uid 1000); Sat, 23 May 2015 + 19:20:35 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: Re: [PATCH] python: use absolute import for SOVERSION +In-Reply-To: <1431152030-24171-1-git-send-email-david@tethera.net> +References: <877fslcmwk.fsf@nautilus.nautilus> + <1431152030-24171-1-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.20~rc1 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Sat, 23 May 2015 21:20:35 +0200 +Message-ID: <87h9r3rth8.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sat, 23 May 2015 19:21:49 -0000 + +David Bremner writes: + +> Apparently python3 needs this. +> --- +> bindings/python/notmuch/globals.py | 2 +- +> 1 file changed, 1 insertion(+), 1 deletion(-) + +I verified this does indeed fix the python bindings. I have a seperate +patch series which allows running the (meager python tests in the) test +suite under python 3. I'll post that shortly, but in the mean time I've +rolled another release candidate. I have done nothing about +notmuch-emacs-mua since the last RC. + +d