unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65780] [PATCH 0/1] Update yoyo-migrations to 8.2.0
@ 2023-09-06 11:08 Munyoki Kilyungi
  2023-09-06 11:12 ` [bug#65780] [PATCH 1/1] gnu: yoyo-migrations: Update " Munyoki Kilyungi
  2023-09-13  9:22 ` bug#65780: [PATCH 0/1] Update yoyo-migrations " Christopher Baines
  0 siblings, 2 replies; 4+ messages in thread
From: Munyoki Kilyungi @ 2023-09-06 11:08 UTC (permalink / raw)
  To: 65780; +Cc: Munyoki Kilyungi

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





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#65780] [PATCH 1/1] gnu: yoyo-migrations: Update to 8.2.0.
  2023-09-06 11:08 [bug#65780] [PATCH 0/1] Update yoyo-migrations to 8.2.0 Munyoki Kilyungi
@ 2023-09-06 11:12 ` Munyoki Kilyungi
  2023-09-13  9:22 ` bug#65780: [PATCH 0/1] Update yoyo-migrations " Christopher Baines
  1 sibling, 0 replies; 4+ messages in thread
From: Munyoki Kilyungi @ 2023-09-06 11:12 UTC (permalink / raw)
  To: 65780; +Cc: Munyoki Kilyungi

* 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@muradm.net>
 ;;; Copyright © 2022 Thomas Albers Raviola <thomas@thomaslabs.org>
 ;;; Copyright © 2021, 2022 jgart <jgart@dismail.de>
-;;; Copyright © 2023 Felix Gruber <felgru@posteo.net>
+;;; Copyright © 2023 Felix Gruber <felgru@posteo.ne
+;;; Copyright © 2023 Munyoki Kilyungi <me@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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#65780: [PATCH 0/1] Update yoyo-migrations to 8.2.0
  2023-09-06 11:08 [bug#65780] [PATCH 0/1] Update yoyo-migrations to 8.2.0 Munyoki Kilyungi
  2023-09-06 11:12 ` [bug#65780] [PATCH 1/1] gnu: yoyo-migrations: Update " Munyoki Kilyungi
@ 2023-09-13  9:22 ` Christopher Baines
  2023-09-13 10:08   ` [bug#65780] " Munyoki Kilyungi
  1 sibling, 1 reply; 4+ messages in thread
From: Christopher Baines @ 2023-09-13  9:22 UTC (permalink / raw)
  To: Munyoki Kilyungi; +Cc: guix-patches, 65780-done

[-- Attachment #1: Type: text/plain, Size: 534 bytes --]


Munyoki Kilyungi <me@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#65780] [PATCH 0/1] Update yoyo-migrations to 8.2.0
  2023-09-13  9:22 ` bug#65780: [PATCH 0/1] Update yoyo-migrations " Christopher Baines
@ 2023-09-13 10:08   ` Munyoki Kilyungi
  0 siblings, 0 replies; 4+ messages in thread
From: Munyoki Kilyungi @ 2023-09-13 10:08 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 65780, 65780-done

[-- Attachment #1: Type: text/plain, Size: 429 bytes --]

Christopher Baines <mail@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))

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 865 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-13 10:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-06 11:08 [bug#65780] [PATCH 0/1] Update yoyo-migrations to 8.2.0 Munyoki Kilyungi
2023-09-06 11:12 ` [bug#65780] [PATCH 1/1] gnu: yoyo-migrations: Update " Munyoki Kilyungi
2023-09-13  9:22 ` bug#65780: [PATCH 0/1] Update yoyo-migrations " Christopher Baines
2023-09-13 10:08   ` [bug#65780] " Munyoki Kilyungi

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).