From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id sLVSFRL+IV8yCwAA0tVLHw (envelope-from ) for ; Wed, 29 Jul 2020 22:54:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id gPpLERL+IV/OGgAA1q6Kng (envelope-from ) for ; Wed, 29 Jul 2020 22:54:10 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A97B19403CC for ; Wed, 29 Jul 2020 22:54:09 +0000 (UTC) Received: from localhost ([::1]:59316 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k0uxc-0005nG-Em for larch@yhetil.org; Wed, 29 Jul 2020 18:54:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34832) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0uxX-0005my-17 for guix-patches@gnu.org; Wed, 29 Jul 2020 18:54:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50646) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k0uxW-0006Pd-N8 for guix-patches@gnu.org; Wed, 29 Jul 2020 18:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k0uxW-0001xW-MR for guix-patches@gnu.org; Wed, 29 Jul 2020 18:54:02 -0400 Subject: bug#42594: [PATCH] gnu: python-sqlparse: Update to 0.3.1. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 29 Jul 2020 22:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 42594 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Michael Rohleder , 42594-done@debbugs.gnu.org Mail-Followup-To: 42594@debbugs.gnu.org, marius@gnu.org, mike@rohleder.de Received: via spool by 42594-done@debbugs.gnu.org id=D42594.15960632027468 (code D ref 42594); Wed, 29 Jul 2020 22:54:02 +0000 Received: (at 42594-done) by debbugs.gnu.org; 29 Jul 2020 22:53:22 +0000 Received: from localhost ([127.0.0.1]:33958 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0uws-0001wN-65 for submit@debbugs.gnu.org; Wed, 29 Jul 2020 18:53:22 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52852) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0uwq-0001w8-GI for 42594-done@debbugs.gnu.org; Wed, 29 Jul 2020 18:53:20 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55290) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k0uwi-0006ME-Hy; Wed, 29 Jul 2020 18:53:12 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:52434 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k0uwh-0006Y9-9c; Wed, 29 Jul 2020 18:53:11 -0400 From: Marius Bakke In-Reply-To: <871rkuhi4b.fsf@rohleder.de> References: <871rkuhi4b.fsf@rohleder.de> Date: Thu, 30 Jul 2020 00:52:49 +0200 Message-ID: <87wo2morwe.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: hAvyf/tnjqg4 --=-=-= Content-Type: text/plain Michael Rohleder writes: > on trying to fix mycli: > > tested this with building patchwork, postorius, mycli, python2-sqlparse > (which alltogether builds and tests a lot of other packages), so this > should ok. Awesome, thanks for checking dependent packages. > (would also "fix" #41308) Oh, good catch. > * gnu/packages/databases.scm (python-sqlparse): Update to 0.3.1. By the way, can you use 'git format-patch' to generate the attached patches? Currently I need to 'git am' the entire email and edit out the text body from the commit message. Another popular alternative is to use 'git send-email' directly to send git-formatted patches directly, and add the text body after this line: > --- > gnu/packages/databases.scm | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) ... i.e. here, to avoid it from becoming part of the commit message. Anyway, applied! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl8h/cEACgkQoqBt8qM6 VPqRuAf/Wv+Viw5yzzRd3Qbi178QF9yZIif6nWYUfgW3NllsAPW6myzFExBeT1O2 ah1ZnImMMOOY3nHtQ+t6Qi3o/DXRjX0cT35sLoEUgRj16nTsKxIF14xudLBZcSk4 LGZhqBgvWJDYKdlEr1HZfvyWZjZNGma7wlRkq1MlXAXt73JcEKXQkpI2tlpHdO+l Qjp4Hk2y8tjfDmMZK9gu9EDEB97XvVpr9d2IjdGHDKvOcNS4wSBf+GnN/zuhdq6a kmYIrWKbQbzjxne4+g/gczwKxs2G60UZKm2zSuYZyLEUaRErz6eIDgfNxh6TAVML lVJ3b0W/XqCku8TboOoR7visvtvc+g== =VTvQ -----END PGP SIGNATURE----- --=-=-=--