GNU bug report logs - #42596
[PATCH] gnu: mycli: Update to 1.22.1.

Previous Next

Package: guix-patches;

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

Date: Wed, 29 Jul 2020 08:04:01 UTC

Severity: normal

Tags: patch

Done: Oleg Pykhalov <go.wigust <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#42596: closed ([PATCH] gnu: mycli: Update to 1.22.1.)
Date: Wed, 29 Jul 2020 19:33:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 29 Jul 2020 22:32:41 +0300
with message-id <87k0ymktgm.fsf <at> gmail.com>
and subject line Re: [bug#42596] [PATCH] gnu: mycli: Update to 1.22.1.
has caused the debbugs.gnu.org bug report #42596,
regarding [PATCH] gnu: mycli: Update to 1.22.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
42596: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42596
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: mycli: Update to 1.22.1.
Date: Wed, 29 Jul 2020 10:03:24 +0200
[0001-gnu-mycli-Update-to-1.22.1.patch (text/x-patch, inline)]
* gnu/packages/databases.scm (mycli): Update to 1.22.1.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index e5aab2c9e8..7be1b2b8e7 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -613,14 +613,14 @@ RDBMS systems (which are deep in functionality).")
 (define-public mycli
   (package
     (name "mycli")
-    (version "1.21.1")
+    (version "1.22.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "mycli" version))
         (sha256
           (base32
-            "1q9p0yik9cpvpxjs048anvhicfcna84mpl7axv9bwgr48w40lqwg"))))
+            "18qxxrpdksg3s73va7nkbkwi34kg9m1pls7w4fh5f4jk4p434zsf"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))                    ; tests expect a running MySQL
-- 
2.27.0

[Message part 4 (text/plain, inline)]
-- 
The only difference between a car salesman and a computer salesman is
that the car salesman knows he's lying.
[signature.asc (application/pgp-signature, inline)]
[Message part 6 (message/rfc822, inline)]
From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 42596-done <at> debbugs.gnu.org
Subject: Re: [bug#42596] [PATCH] gnu: mycli: Update to 1.22.1.
Date: Wed, 29 Jul 2020 22:32:41 +0300
[Message part 7 (text/plain, inline)]
Hi,

Michael Rohleder <mike <at> rohleder.de> writes:

> * gnu/packages/databases.scm (mycli): Update to 1.22.1.
> ---
>  gnu/packages/databases.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
> index e5aab2c9e8..7be1b2b8e7 100644
> --- a/gnu/packages/databases.scm
> +++ b/gnu/packages/databases.scm
> @@ -613,14 +613,14 @@ RDBMS systems (which are deep in functionality).")

[…]

Pushed to master.

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

This bug report was last modified 4 years and 295 days ago.

Previous Next


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