gnu: python-socks: Update to 2.0.3.

* gnu/packages/python-web.scm (python-socks): Update to 2.0.3.
[arguments]<#:phases>: Remove trailing #t.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Michael Rohleder 2022-10-01 06:27:23 +02:00 committed by Efraim Flashner
parent 5bd048debf
commit 6448abe39a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -6555,14 +6555,14 @@ your code non-blocking and speedy.")
(define-public python-socks (define-public python-socks
(package (package
(name "python-socks") (name "python-socks")
(version "1.2.4") (version "2.0.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "python-socks" version)) (uri (pypi-uri "python-socks" version))
(sha256 (sha256
(base32 (base32
"1n6xb18jy41ybgkmamakg6psp3qididd45qknxiggngaiibz43kx")))) "12msk06c0glljcrx1byd78xgv05lxw81vknqwhn8ccs7an7cmag3"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f ; tests not included `(#:tests? #f ; tests not included
@ -6571,8 +6571,7 @@ your code non-blocking and speedy.")
(replace 'check (replace 'check
(lambda* (#:key tests? #:allow-other-keys) (lambda* (#:key tests? #:allow-other-keys)
(when tests? (when tests?
(invoke "pytest" "tests/" "-s")) (invoke "pytest" "tests/" "-s")))))))
#t)))))
(propagated-inputs (propagated-inputs
(list python-async-timeout python-curio python-trio)) (list python-async-timeout python-curio python-trio))
(native-inputs (native-inputs