unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65781] [PATCH 0/1] Update yoyo-migrations to 8.2.0
@ 2023-09-06 11:18 Munyoki Kilyungi
  2023-09-06 11:21 ` [bug#65781] [PATCH 1/1] gnu: python-mypy: Update to 0.981 Munyoki Kilyungi
  2023-09-08  5:09 ` bug#65781: " jgart via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: Munyoki Kilyungi @ 2023-09-06 11:18 UTC (permalink / raw)
  To: 65781; +Cc: Munyoki Kilyungi, Lars-Dominik Braun, jgart

Hi Guix!  Find attached a patch series that updates MyPy to 0.981.  ATM, we
have Python set to 3.10.7.  With MyPy pinned at 0.971, it triggers the
following error:

    https://ci.genenetwork.org/jobs/genenetwork3-mypy/353

A work-around---bumping MyPy to 0.971---solves the above.

Munyoki Kilyungi (1):
  gnu: python-mypy: Update to 0.981.

 gnu/packages/python-check.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


base-commit: 8d19ff23052bffb1c43f0d39f543eb0b1e363074
prerequisite-patch-id: c6d5ea30b9d7938690d80b01583ad6f2a78f121a
-- 
2.41.0





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

* [bug#65781] [PATCH 1/1] gnu: python-mypy: Update to 0.981.
  2023-09-06 11:18 [bug#65781] [PATCH 0/1] Update yoyo-migrations to 8.2.0 Munyoki Kilyungi
@ 2023-09-06 11:21 ` Munyoki Kilyungi
  2023-09-08  5:09 ` bug#65781: " jgart via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Munyoki Kilyungi @ 2023-09-06 11:21 UTC (permalink / raw)
  To: 65781; +Cc: Munyoki Kilyungi, Lars-Dominik Braun, jgart

* gnu/packages/python-check.scm (python-mypy): Update to 0.981.
---
 gnu/packages/python-check.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 87e15b4560b0..674e66599934 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -12,7 +12,7 @@
 ;;; Copyright © 2021-2023 Sharlatan Hellseher <sharlatanus@gmail.com>
 ;;; Copyright © 2021 Brendan Tildesley <mail@brendan.scot>
 ;;; Copyright © 2021, 2022 Guillaume Le Vaillant <glv@posteo.net>
-;;; Copyright © 2021 Bonface Munyoki Kilyungi <me@bonfacemunyoki.com>
+;;; Copyright © 2021, 2023 Munyoki Kilyungi <me@bonfacemunyoki.com>
 ;;; Copyright © 2022 Malte Frank Gerdes <malte.f.gerdes@gmail.com>
 ;;; Copyright © 2022 Felix Gruber <felgru@posteo.net>
 ;;; Copyright © 2022 Tomasz Jeneralczyk <tj@schwi.pl>
@@ -1834,7 +1834,7 @@ (define-public python-mypy-extensions
 (define-public python-mypy
   (package
     (name "python-mypy")
-    (version "0.971")
+    (version "0.981")
     (source
      (origin
        ;; Because of https://github.com/python/mypy/issues/9584, the
@@ -1851,7 +1851,7 @@ (define-public python-mypy
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0i8swdynms1wpiprgqn24za6mx8rlgxr2jash3cb5xi8jyf58n97"))))
+         "0awigl51an7466yk236f9vsbqpz2jzd6dsg9v5a4cia37vz4li0a"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
2.41.0





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

* bug#65781: [PATCH 1/1] gnu: python-mypy: Update to 0.981.
  2023-09-06 11:18 [bug#65781] [PATCH 0/1] Update yoyo-migrations to 8.2.0 Munyoki Kilyungi
  2023-09-06 11:21 ` [bug#65781] [PATCH 1/1] gnu: python-mypy: Update to 0.981 Munyoki Kilyungi
@ 2023-09-08  5:09 ` jgart via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2023-09-08  5:09 UTC (permalink / raw)
  To: Munyoki Kilyungi, 65781-done; +Cc: Lars-Dominik Braun

Thanks, applied!




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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-06 11:18 [bug#65781] [PATCH 0/1] Update yoyo-migrations to 8.2.0 Munyoki Kilyungi
2023-09-06 11:21 ` [bug#65781] [PATCH 1/1] gnu: python-mypy: Update to 0.981 Munyoki Kilyungi
2023-09-08  5:09 ` bug#65781: " jgart via Guix-patches via

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