GNU bug report logs -
#77952
[PATCH 0/2] Fix threadsafety errors in offlineimap with python-3.11.
Previous Next
Reported by: Cayetano Santos <csantosb <at> inventati.org>
Date: Mon, 21 Apr 2025 10:12:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 77952 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-web.scm (python-urllib3-1.25): New variable.
Change-Id: I28ea55b42dee708ad8d15e51d6b8e8a5ec2f392f
---
gnu/packages/python-web.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 8fe9f58978..ef5cd127df 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5139,6 +5139,21 @@ (define-public python-urllib3-next
(list python-hatchling
python-hatch-vcs))))
+(define-public python-urllib3-1.25
+ (package
+ (inherit python-urllib3)
+ (version "1.25.19")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "urllib3" version))
+ (sha256
+ (base32
+ "09rmjqm5syhhc8fx3v06h3yv6cqy0b1081jg8wm5grpwpr72j61h"))))
+ (native-inputs
+ (list python-setuptools
+ python-wheel))))
+
(define-public python-urllib3-1.26
(package
(inherit python-urllib3)
--
2.49.0
This bug report was last modified 85 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.