[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
235/246: gnu: python-socks: Update to 2.6.1.
From: |
guix-commits |
Subject: |
235/246: gnu: python-socks: Update to 2.6.1. |
Date: |
Fri, 10 Jan 2025 10:47:55 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit b3c28d9420c10aa58ae9d38a17424fc5d755e1c9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 1 22:40:32 2025 +0100
gnu: python-socks: Update to 2.6.1.
* gnu/packages/python-web.scm (python-socks): Update to 2.6.1.
[arguments]: Enable tests; remove custom 'check phase.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Remove python-async-timeout and python-curio.
[native-inputs]: Add python-anyio, python-async-timeout, python-flask,
python-pytest-asyncio, python-setuptools, python-tiny-proxy, python-trustme,
python-wheel, and python-yarl.
Change-Id: If1b10ed7a2a6ab7358c7e440224b5c406977ad68
---
gnu/packages/python-web.scm | 29 +++++++++++++++--------------
1 file changed, 15 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 992e60604e..808a265591 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8190,27 +8190,28 @@ fast. It allows the usage of the @code{async/await}
syntax added in Python
(define-public python-socks
(package
(name "python-socks")
- (version "2.0.3")
+ (version "2.6.1")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "python-socks" version))
+ (uri (pypi-uri "python_socks" version))
(sha256
(base32
- "12msk06c0glljcrx1byd78xgv05lxw81vknqwhn8ccs7an7cmag3"))))
- (build-system python-build-system)
- (arguments
- `(#:tests? #f ; tests not included
- #:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "pytest" "tests/" "-s")))))))
+ "17pcyd1gg2a7k2i4lvnqi9095brhf7pbpkqfcjmhpzkgmfd94hwp"))))
+ (build-system pyproject-build-system)
(propagated-inputs
- (list python-async-timeout python-curio python-trio))
+ (list python-trio))
(native-inputs
- (list python-pytest))
+ (list python-anyio
+ python-async-timeout
+ python-flask
+ python-pytest
+ python-pytest-asyncio
+ python-setuptools
+ python-tiny-proxy
+ python-trustme
+ python-wheel
+ python-yarl))
(home-page "https://github.com/romis2012/python-socks")
(synopsis
"Core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python")
- 213/246: gnu: pidgin: Fix build with gcc-14., (continued)
- 213/246: gnu: pidgin: Fix build with gcc-14., guix-commits, 2025/01/10
- 206/246: gnu: cogl: Fix build with gcc-14., guix-commits, 2025/01/10
- 244/246: gnu: clang-runtime-17: Build with gcc-13., guix-commits, 2025/01/10
- 224/246: gnu: freerdp: Fix build with gcc-14., guix-commits, 2025/01/10
- 232/246: gnu: python-traittypes: Fix tests., guix-commits, 2025/01/10
- 245/246: gnu: clang-runtime-19: Build with gcc-14., guix-commits, 2025/01/10
- 233/246: gnu: python-tables: Fix reference to library., guix-commits, 2025/01/10
- 234/246: gnu: Add python-tiny-proxy., guix-commits, 2025/01/10
- 238/246: gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override., guix-commits, 2025/01/10
- 230/246: gnu: python-pydantic: Fix build., guix-commits, 2025/01/10
- 235/246: gnu: python-socks: Update to 2.6.1.,
guix-commits <=
- 239/246: gexp: Improve support of Unicode characters., guix-commits, 2025/01/10
- 226/246: gnu: openmpi-4: Fix build with gcc-14., guix-commits, 2025/01/10
- 243/246: gnu: clang-runtime-18: Build with gcc-13., guix-commits, 2025/01/10