From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ds2hQ-0008B6-9I for guix-patches@gnu.org; Wed, 13 Sep 2017 04:07:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ds2hK-0007mJ-FN for guix-patches@gnu.org; Wed, 13 Sep 2017 04:07:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56572) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ds2hK-0007m9-CA for guix-patches@gnu.org; Wed, 13 Sep 2017 04:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ds2hK-0002AE-5P for guix-patches@gnu.org; Wed, 13 Sep 2017 04:07:02 -0400 Subject: [bug#28424] [PATCH 0/2] Unbundle sqlite from python-apsw Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170911221745.13947-1-jlicht@fsfe.org> Date: Wed, 13 Sep 2017 10:06:13 +0200 In-Reply-To: <20170911221745.13947-1-jlicht@fsfe.org> (Jelle Licht's message of "Tue, 12 Sep 2017 00:17:43 +0200") Message-ID: <87zi9z3tvu.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Jelle Licht Cc: 28424@debbugs.gnu.org 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=E2=80=99t tried building them, but if it builds, both patches LGTM = for =E2=80=98core-updates=E2=80=99. Thanks for addressing this! Ludo=E2=80=99.