[PATCH] gnu: python-sqlparse: Update to 0.3.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Marius Bakke
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
871rkuhi4b.fsf@rohleder.de
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)
* gnu/packages/databases.scm (python-sqlparse): Update to 0.3.1.
---
gnu/packages/databases.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (30 lines)
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@bioneland.org>
;;; Copyright © 2020 Lars-Dominik Braun <ldb@leibniz-psychology.org>
;;; Copyright © 2020 Guy Fleury Iteriteka <gfleury@disroot.org>
+;;; Copyright © 2020 Michael Rohleder <mike@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
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8hKwQACgkQfHr/vv7y
yyVWnwgAkfq6lHk1h9idH+G2tsxgW4jzAsdfY4lpyKYqAjNq9AV8jTQMmS/DtEqe
aCCQzatjfQihaPSAY122fsBpu31M8NuogVBfTOVrT94UCKCI+V61Y8/LIUHsIYlv
I/wKxo2NWQwlDqOVoPBsVb9v1GNQJ6YY+4sjopJDw11cIGj1fuFCdrKpaUq2h5a8
+pWDXU+6XXfO5i1PqndiiGc7GgOWysZm1x9LU0PsIRQpNRZabiy/EHU9I/lMO5qA
VmXoaGs+Csdq+ya6aff4i7Gn4nli680tv0MCOQNKKvdbM5JsMim583/t7KLG6Orf
sXDqu0K8hK2eZGVSK+vHigLGUBdWEA==
=cbxI
-----END PGP SIGNATURE-----

Marius Bakke wrote 5 years ago
87wo2morwe.fsf@gnu.org
Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (6 lines)
> 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.

Toggle quote (2 lines)
> (would also "fix" #41308)

Oh, good catch.

Toggle quote (2 lines)
> * 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:

Toggle quote (4 lines)
> ---
> 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!
-----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-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42594@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42594
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help