* [bug#42594] [PATCH] gnu: python-sqlparse: Update to 0.3.1.
@ 2020-07-29 7:53 Michael Rohleder
2020-07-29 22:52 ` bug#42594: " Marius Bakke
0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-07-29 7:53 UTC (permalink / raw)
To: 42594
[-- Attachment #1.1: Type: text/plain, Size: 206 bytes --]
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)
[-- Attachment #1.2: [PATCH] gnu: python-sqlparse: Update to 0.3.1. --]
[-- Type: text/x-patch, Size: 1268 bytes --]
* 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@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#42594: [PATCH] gnu: python-sqlparse: Update to 0.3.1.
2020-07-29 7:53 [bug#42594] [PATCH] gnu: python-sqlparse: Update to 0.3.1 Michael Rohleder
@ 2020-07-29 22:52 ` Marius Bakke
0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-07-29 22:52 UTC (permalink / raw)
To: Michael Rohleder, 42594-done
[-- Attachment #1: Type: text/plain, Size: 903 bytes --]
Michael Rohleder <mike@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!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-29 22:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-29 7:53 [bug#42594] [PATCH] gnu: python-sqlparse: Update to 0.3.1 Michael Rohleder
2020-07-29 22:52 ` bug#42594: " Marius Bakke
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).