summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-14 16:07:57 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:49 +0100
commitc35b9804333b9f78a3700932f1b462cc2d5f7098 (patch)
tree005ecbe97cf14de83c86e1a11be385c9f817a611 /gnu/packages
parentaae4b50f432aaabfc1570601f5ebba20e28b0edf (diff)
gnu: python-aiosignal: Update to 1.4.0.
* gnu/packages/python-web.scm (python-aiosignal): Update to 1.4.0. [arguments] <test-flags>: Remove redundant options. Change-Id: I644d508804291eb90fb2f979667714080ca1a9ad
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-web.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 47887f65f69..473a422840e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1327,22 +1327,22 @@ for AsyncIO and mixed-type iterables.")
(define-public python-aiosignal
(package
(name "python-aiosignal")
- (version "1.3.1")
+ (version "1.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "aiosignal" version))
(sha256
- (base32 "1z4cnqww6j0xl6f3vx2r6kfv1hdny1pnlll7difvfj8nbvhrdkal"))))
+ (base32 "1isin9bp256scp59lbr35h48nw5p5i84b6f9kh1c50w08vcyqzpl"))))
(build-system pyproject-build-system)
- (arguments (list #:test-flags #~(list "tests")))
- (propagated-inputs (list python-frozenlist))
(native-inputs
(list python-pytest
python-pytest-asyncio
python-pytest-cov
python-setuptools
python-wheel))
+ (propagated-inputs
+ (list python-frozenlist))
(home-page "https://github.com/aio-libs/aiosignal")
(synopsis "Callback manager for Python @code{asyncio} projects")
(description "This Python module provides @code{Signal}, an abstraction to