all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Paul A. Patience" <paul@apatience.com>
To: 64192@debbugs.gnu.org
Cc: "Paul A. Patience" <paul@apatience.com>
Subject: [bug#64192] [PATCH 3/3] gnu: bpython: Update to 0.24.
Date: Tue, 20 Jun 2023 14:06:11 +0000	[thread overview]
Message-ID: <409372066f78d42f92bea05b9c6057f6161b8ae7.1687269551.git.paul@apatience.com> (raw)
In-Reply-To: <cover.1687269551.git.paul@apatience.com>

* gnu/packages/python-xyz.scm (bpython): Update to 0.24.
[propagated-inputs]: Remove python-six.
---
 gnu/packages/python-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fbbd96f4dd..cab1dd15bf 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23729,13 +23729,13 @@ (define-public python-typeguard
 (define-public bpython
   (package
     (name "bpython")
-    (version "0.23")
+    (version "0.24")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "bpython" version))
        (sha256
-        (base32 "0ah5giynavyh70yc0jqgmjaajv3xg5j2y7k9i3q8mi47r2mph04z"))))
+        (base32 "1g9xzl49skghd9q2a8b71gg1n97lfnj9in2kzcmzsj4cgbynywwq"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -23760,7 +23760,6 @@ (define-public bpython
            python-requests
            python-curtsies
            python-greenlet
-           python-six
            python-cwcwidth
            python-pyxdg
            ;; optional dependencies
-- 
2.40.1






  parent reply	other threads:[~2023-06-20 14:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-20 14:03 [bug#64192] [PATCH 0/3] gnu: bpython: Update to 0.24 Paul A. Patience
2023-06-20 14:05 ` [bug#64192] [PATCH 1/3] gnu: python-blessed: Add missing dependency Paul A. Patience
2023-06-20 14:06 ` [bug#64192] [PATCH 2/3] gnu: python-curtsies: Update to 0.4.1 Paul A. Patience
2023-06-20 14:06 ` Paul A. Patience [this message]
2023-07-10 13:03 ` bug#64192: [PATCH 0/3] gnu: bpython: Update to 0.24 Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=409372066f78d42f92bea05b9c6057f6161b8ae7.1687269551.git.paul@apatience.com \
    --to=paul@apatience.com \
    --cc=64192@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.