GNU bug report logs - #42594
[PATCH] gnu: python-sqlparse: Update to 0.3.1.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Wed, 29 Jul 2020 07:54:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <marius <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 42594 in the body.
You can then email your comments to 42594 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#42594; Package guix-patches. (Wed, 29 Jul 2020 07:54:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michael Rohleder <mike <at> rohleder.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 29 Jul 2020 07:54:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: python-sqlparse: Update to 0.3.1.
Date: Wed, 29 Jul 2020 09:53:40 +0200
[Message part 1 (text/plain, inline)]
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.

(would also "fix" #41308)

[0001-gnu-python-sqlparse-Update-to-0.3.1.patch (text/x-patch, inline)]
* gnu/packages/databases.scm (python-sqlparse): Update to 0.3.1.
---
 gnu/packages/databases.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index e5aab2c9e8..9ea567c002 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -43,6 +43,7 @@
 ;;; Copyright © 2020 Tanguy Le Carrour <tanguy <at> bioneland.org>
 ;;; Copyright © 2020 Lars-Dominik Braun <ldb <at> leibniz-psychology.org>
 ;;; Copyright © 2020 Guy Fleury Iteriteka <gfleury <at> disroot.org>
+;;; Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3106,13 +3107,13 @@ is designed to have a low barrier to entry.")
 (define-public python-sqlparse
   (package
     (name "python-sqlparse")
-    (version "0.2.4")
+    (version "0.3.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "sqlparse" version))
               (sha256
                (base32
-                "1v3xh0bkfhb262dbndgzhivpnhdwavdzz8jjhx9vx0xbrx2880nf"))))
+                "0j652a6z7bdf6c77aczfn8m8b2nsr1bcqq48wzghf8vi6wvj0qp1"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
2.27.0

[signature.asc (application/pgp-signature, inline)]

Reply sent to Marius Bakke <marius <at> gnu.org>:
You have taken responsibility. (Wed, 29 Jul 2020 22:54:02 GMT) Full text and rfc822 format available.

Notification sent to Michael Rohleder <mike <at> rohleder.de>:
bug acknowledged by developer. (Wed, 29 Jul 2020 22:54:02 GMT) Full text and rfc822 format available.

Message #10 received at 42594-done <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <marius <at> gnu.org>
To: Michael Rohleder <mike <at> rohleder.de>, 42594-done <at> debbugs.gnu.org
Subject: Re: [bug#42594] [PATCH] gnu: python-sqlparse: Update to 0.3.1.
Date: Thu, 30 Jul 2020 00:52:49 +0200
[Message part 1 (text/plain, inline)]
Michael Rohleder <mike <at> rohleder.de> 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!
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 27 Aug 2020 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 241 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.