all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Felix Gruber <felgru@posteo.net>
To: 71806@debbugs.gnu.org
Cc: Felix Gruber <felgru@posteo.net>, jgart <jgart@dismail.de>,
	Lars-Dominik Braun <lars@6xq.net>, Marius Bakke <marius@gnu.org>,
	Munyoki Kilyungi <me@bonfacemunyoki.com>,
	Sharlatan Hellseher <sharlatanus@gmail.com>,
	Tanguy Le Carrour <tanguy@bioneland.org>,
	jgart <jgart@dismail.de>
Subject: [bug#71806] [PATCH v3 2/2] gnu: poetry: Build against newer python-requests-toolbelt.
Date: Fri, 19 Jul 2024 17:26:36 +0000	[thread overview]
Message-ID: <4cf1ff4c3f424b4f401803777371b185c360c7fb.1721409996.git.felgru@posteo.net> (raw)
In-Reply-To: <87a5ile3vy.fsf@dismail.de>

* gnu/packages/python-xyz.scm (poetry)[arguments]: Remove upper version
  bounds on requests-toolbelt dependency.

Change-Id: I0e96dfb36c33935401fc93ff00eaf57b36188bb2
---
 gnu/packages/python-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fcf01f3d04..7ebe8b9e72 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21388,7 +21388,9 @@ (define-public poetry
              (substitute* "setup.py"
                ;; Relax some of the requirements.
                (("(keyring>=21.2.0),<22.0.0" _ keyring) keyring)
-               (("(packaging>=20.4),<21.0" _ packaging) packaging)))))))
+               (("(packaging>=20.4),<21.0" _ packaging) packaging)
+               (("(requests-toolbelt>=0.9.1),<0.10.0" _ requests-toolbelt)
+                requests-toolbelt)))))))
     (propagated-inputs
      (list python-cachecontrol
            python-cachy
-- 
2.43.0





      parent reply	other threads:[~2024-07-19 17:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-27 16:20 [bug#71806] [PATCH python-team] gnu: python-requests-toolbelt: Update to 1.0.0 Felix Gruber
2024-07-01  6:02 ` jgart via Guix-patches via
2024-07-01 15:56   ` [bug#71806] [PATCH v2] " Felix Gruber
2024-07-13 14:07     ` bug#71806: [PATCH python-team] " jgart via Guix-patches via
2024-07-13 14:57       ` [bug#71806] " jgart via Guix-patches via
2024-07-19 17:25         ` Felix Gruber
2024-07-19 17:26         ` [bug#71806] [PATCH v3 1/2] " Felix Gruber
2024-07-19 17:26         ` Felix Gruber [this message]

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=4cf1ff4c3f424b4f401803777371b185c360c7fb.1721409996.git.felgru@posteo.net \
    --to=felgru@posteo.net \
    --cc=71806@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=lars@6xq.net \
    --cc=marius@gnu.org \
    --cc=me@bonfacemunyoki.com \
    --cc=sharlatanus@gmail.com \
    --cc=tanguy@bioneland.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.