guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 54060e1d240223c7c94e9ddf8447449128f4835e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jul 14 16:07:57 2025 +0100
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
---
gnu/packages/python-web.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index fd4f46be05..921ebd0309 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1326,22 +1326,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