GNU bug report logs -
#71806
[PATCH python-team] gnu: python-requests-toolbelt: Update to 1.0.0.
Previous Next
Reported by: Felix Gruber <felgru <at> posteo.net>
Date: Thu, 27 Jun 2024 16:22:01 UTC
Severity: normal
Tags: patch
Done: jgart <jgart <at> dismail.de>
Bug is archived. No further changes may be made.
Full log
Message #25 received at 71806 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 302 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.