GNU bug report logs - #65780
[PATCH 0/1] Update yoyo-migrations to 8.2.0

Previous Next

Package: guix-patches;

Reported by: Munyoki Kilyungi <me <at> bonfacemunyoki.com>

Date: Wed, 6 Sep 2023 11:10:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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 65780 in the body.
You can then email your comments to 65780 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#65780; Package guix-patches. (Wed, 06 Sep 2023 11:10:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Munyoki Kilyungi <me <at> bonfacemunyoki.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 06 Sep 2023 11:10:02 GMT) Full text and rfc822 format available.

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

From: Munyoki Kilyungi <me <at> bonfacemunyoki.com>
To: guix-patches <at> gnu.org
Cc: Munyoki Kilyungi <me <at> bonfacemunyoki.com>
Subject: [PATCH 0/1] Update yoyo-migrations to 8.2.0
Date: Wed,  6 Sep 2023 14:08:33 +0300
Hi Guix.  Find attached a patch that updates yoyo-migrations to 8.2.0.  The
current version of yoyo-migrations---7.2.0---has no support for Python 3.10.7.

Munyoki Kilyungi (1):
  gnu: yoyo-migrations: Update to 8.2.0.

 gnu/packages/databases.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#65780; Package guix-patches. (Wed, 06 Sep 2023 11:13:01 GMT) Full text and rfc822 format available.

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

From: Munyoki Kilyungi <me <at> bonfacemunyoki.com>
To: 65780 <at> debbugs.gnu.org
Cc: Munyoki Kilyungi <me <at> bonfacemunyoki.com>
Subject: [PATCH 1/1] gnu: yoyo-migrations: Update to 8.2.0.
Date: Wed,  6 Sep 2023 14:12:10 +0300
* gnu/packages/databases.scm (yoyo-migrations): Update to 8.2.0
---
 gnu/packages/databases.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 3d41649f4d9c..80b9d3f24542 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -59,7 +59,8 @@
 ;;; Copyright © 2022 muradm <mail <at> muradm.net>
 ;;; Copyright © 2022 Thomas Albers Raviola <thomas <at> thomaslabs.org>
 ;;; Copyright © 2021, 2022 jgart <jgart <at> dismail.de>
-;;; Copyright © 2023 Felix Gruber <felgru <at> posteo.net>
+;;; Copyright © 2023 Felix Gruber <felgru <at> posteo.ne
+;;; Copyright © 2023 Munyoki Kilyungi <me <at> bonfacemunyoki.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3963,7 +3964,7 @@ (define-public python-sadisplay
 (define-public yoyo-migrations
   (package
     (name "yoyo-migrations")
-    (version "7.2.0")
+    (version "8.2.0")
     (source
      (origin
        ;; We use the upstream repository, as the tests are not included in the
@@ -3974,14 +3975,14 @@ (define-public yoyo-migrations
              (changeset (string-append "v" version "-release"))))
        (file-name (string-append name "-" version "-checkout"))
        (sha256
-        (base32 "0q2z9bgdj3wyix7yvqsayfs21grp5av8ilh411lgmjhigszkvhcq"))))
+        (base32 "1al030ix0w63hr4s3mqry6s0mlqdj8p242pdqks06br7c25nx3yj"))))
     (build-system python-build-system)
     (arguments
      ;; XXX: Tests require a connection to some pgsql database and psycopg
      ;; fails to connect to it.
      '(#:tests? #f))
     (propagated-inputs
-     (list python-sqlparse python-tabulate))
+     (list python-sqlparse python-tabulate python-importlib-metadata))
     (home-page "https://ollycope.com/software/yoyo/latest/")
     (synopsis "Database migrations with SQL")
     (description
-- 
2.41.0





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Wed, 13 Sep 2023 09:23:02 GMT) Full text and rfc822 format available.

Notification sent to Munyoki Kilyungi <me <at> bonfacemunyoki.com>:
bug acknowledged by developer. (Wed, 13 Sep 2023 09:23:02 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: Munyoki Kilyungi <me <at> bonfacemunyoki.com>
Cc: guix-patches <at> gnu.org, 65780-done <at> debbugs.gnu.org
Subject: Re: [bug#65780] [PATCH 0/1] Update yoyo-migrations to 8.2.0
Date: Wed, 13 Sep 2023 10:22:13 +0100
[Message part 1 (text/plain, inline)]
Munyoki Kilyungi <me <at> bonfacemunyoki.com> writes:

> Hi Guix.  Find attached a patch that updates yoyo-migrations to 8.2.0.  The
> current version of yoyo-migrations---7.2.0---has no support for Python 3.10.7.
>
> Munyoki Kilyungi (1):
>   gnu: yoyo-migrations: Update to 8.2.0.
>
>  gnu/packages/databases.scm | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)

Thanks, I've added a bit to the commit message about the new
propagated-input, and pushed this to master as
c30c9df5e9eb2d28e1b593128f05a0aae1919826.

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

Information forwarded to guix-patches <at> gnu.org:
bug#65780; Package guix-patches. (Wed, 13 Sep 2023 09:24:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#65780; Package guix-patches. (Wed, 13 Sep 2023 10:10:02 GMT) Full text and rfc822 format available.

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

From: Munyoki Kilyungi <me <at> bonfacemunyoki.com>
To: Christopher Baines <mail <at> cbaines.net>
Cc: guix-patches <at> gnu.org, 65780-done <at> debbugs.gnu.org
Subject: Re: [bug#65780] [PATCH 0/1] Update yoyo-migrations to 8.2.0
Date: Wed, 13 Sep 2023 13:08:48 +0300
[Message part 1 (text/plain, inline)]
Christopher Baines <mail <at> cbaines.net> aliandika:

[...]

>
> Thanks, I've added a bit to the commit message about the new
> propagated-input, and pushed this to master as
> c30c9df5e9eb2d28e1b593128f05a0aae1919826.
>
> Chris

Thanks!

-- 
(Life is like a pencil that will surely run out,
    but will leave the beautiful writing of life.)
(D4F09EB110177E03C28E2FE1F5BBAE1E0392253F
    (hkp://keys.openpgp.org))
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#65780; Package guix-patches. (Wed, 13 Sep 2023 10:10:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 11 Oct 2023 11:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 212 days ago.

Previous Next


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