GNU bug report logs - #65781
[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:20:02 UTC

Severity: normal

Tags: patch

Done: "jgart" <jgart <at> dismail.de>

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 65781 in the body.
You can then email your comments to 65781 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 lars <at> 6xq.net, jgart <at> dismail.de, guix-patches <at> gnu.org:
bug#65781; Package guix-patches. (Wed, 06 Sep 2023 11:20: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 lars <at> 6xq.net, jgart <at> dismail.de, guix-patches <at> gnu.org. (Wed, 06 Sep 2023 11:20: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:18:58 +0300
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





Information forwarded to lars <at> 6xq.net, jgart <at> dismail.de, guix-patches <at> gnu.org:
bug#65781; Package guix-patches. (Wed, 06 Sep 2023 11:22:02 GMT) Full text and rfc822 format available.

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

From: Munyoki Kilyungi <me <at> bonfacemunyoki.com>
To: 65781 <at> debbugs.gnu.org
Cc: Munyoki Kilyungi <me <at> bonfacemunyoki.com>
Subject: [PATCH 1/1] gnu: python-mypy: Update to 0.981.
Date: Wed,  6 Sep 2023 14:21:16 +0300
* 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 <at> gmail.com>
 ;;; Copyright © 2021 Brendan Tildesley <mail <at> brendan.scot>
 ;;; Copyright © 2021, 2022 Guillaume Le Vaillant <glv <at> posteo.net>
-;;; Copyright © 2021 Bonface Munyoki Kilyungi <me <at> bonfacemunyoki.com>
+;;; Copyright © 2021, 2023 Munyoki Kilyungi <me <at> bonfacemunyoki.com>
 ;;; Copyright © 2022 Malte Frank Gerdes <malte.f.gerdes <at> gmail.com>
 ;;; Copyright © 2022 Felix Gruber <felgru <at> posteo.net>
 ;;; Copyright © 2022 Tomasz Jeneralczyk <tj <at> 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





Reply sent to "jgart" <jgart <at> dismail.de>:
You have taken responsibility. (Fri, 08 Sep 2023 05:10:02 GMT) Full text and rfc822 format available.

Notification sent to Munyoki Kilyungi <me <at> bonfacemunyoki.com>:
bug acknowledged by developer. (Fri, 08 Sep 2023 05:10:02 GMT) Full text and rfc822 format available.

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

From: "jgart" <jgart <at> dismail.de>
To: "Munyoki Kilyungi" <me <at> bonfacemunyoki.com>, 65781-done <at> debbugs.gnu.org
Cc: Lars-Dominik Braun <lars <at> 6xq.net>
Subject: Re: [bug#65781] [PATCH 1/1] gnu: python-mypy: Update to 0.981.
Date: Fri, 08 Sep 2023 05:09:22 +0000
Thanks, applied!




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

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

Previous Next


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