From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ds3Rq-00063s-AW for guix-patches@gnu.org; Wed, 13 Sep 2017 04:55:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ds3Rn-0006v6-6X for guix-patches@gnu.org; Wed, 13 Sep 2017 04:55:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56657) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ds3Rn-0006um-3x for guix-patches@gnu.org; Wed, 13 Sep 2017 04:55:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ds3Rm-0003Ob-Qt for guix-patches@gnu.org; Wed, 13 Sep 2017 04:55:02 -0400 Subject: bug#28424: [PATCH 0/2] Unbundle sqlite from python-apsw Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <20170911221745.13947-1-jlicht@fsfe.org> <87zi9z3tvu.fsf@gnu.org> From: Jelle Licht In-reply-to: <87zi9z3tvu.fsf@gnu.org> Date: Wed, 13 Sep 2017 10:54:31 +0200 Message-ID: <87vaknx9ko.fsf@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 28424-done@debbugs.gnu.org Ludovic Courtès writes: > Hi Jelle, > > Jelle Licht skribis: > >> This patch series fixes the use of a bundled sqlite amalgation reported >> [1]. It should be applied to core-updates because it touches >> sqlite. >> >> [1]: http://lists.gnu.org/archive/html/bug-guix/2017-09/msg00038.html > > Awesome. > >> Jelle Licht (2): >> gnu: sqlite: Update to 3.20.1. >> gnu: python-apsw: Update to 3.20.1-r1. > > I haven’t tried building them, but if it builds, both patches LGTM for > ‘core-updates’. > > Thanks for addressing this! > > Ludo’. Cool, pushed as b83ad3ace.