GNU bug report logs -
#75420
[PATCH python-team 00/11] Fix python-matrix-nio and pantalaimon builds.
Previous Next
Reported by: Arjan Adriaanse <arjan <at> adriaan.se>
Date: Tue, 7 Jan 2025 14:06:01 UTC
Severity: normal
Tags: patch
Merged with 75770
Done: Ian Eure <ian <at> retrospec.tv>
Bug is archived. No further changes may be made.
Full log
Message #29 received at 75420 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-web.scm (python-aiohttp-socks): Update to 0.8.4.
Change-Id: I85135525dd21a2076365b1a7a319b42d3ffcfa35
---
gnu/packages/python-web.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index aacfd12ed6..ab2bca81ca 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -770,17 +770,21 @@ (define-public python-aiohappyeyeballs
(define-public python-aiohttp-socks
(package
(name "python-aiohttp-socks")
- (version "0.7.1")
+ (version "0.8.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "aiohttp_socks" version))
(sha256
(base32
- "06il43dv6qm858af841vq9qadw6h7qsfs06nnwagmwqyi72cl592"))))
+ "1d3clhfj01knfk2mvafblqj4ij3w8jx0sppd5wnczs9qx161sqbb"))))
(build-system python-build-system)
+ (native-inputs
+ (list nss-certs-for-test
+ python-wheel))
(propagated-inputs
- (list python-aiohttp python-attrs python-socks))
+ (list python-aiohttp
+ python-socks))
(home-page "https://github.com/romis2012/aiohttp-socks")
(synopsis "SOCKS proxy connector for aiohttp")
(description "This package provides a SOCKS proxy connector for
--
2.46.0
This bug report was last modified 168 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.