[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/96: gnu: python-aiosignal: Update to 1.3.1.
From: |
guix-commits |
Subject: |
34/96: gnu: python-aiosignal: Update to 1.3.1. |
Date: |
Wed, 19 Apr 2023 21:41:09 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 718b4687c93b5ea5c92238807cf0fbd2bf49d70d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Apr 17 09:55:18 2023 -0400
gnu: python-aiosignal: Update to 1.3.1.
* gnu/packages/python-web.scm (python-aiosignal): Update to 1.3.1.
[build-system]: Use pyproject-build-system.
[arguments]: Remove #:phases. Add #:test-flags.
[native-inputs]: Add python-pytest-cov.
---
gnu/packages/python-web.scm | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index fca04e91c4..8afdf1a98c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -290,23 +290,17 @@ by calling @code{FrozenList.freeze}.")
(define-public python-aiosignal
(package
(name "python-aiosignal")
- (version "1.2.0")
+ (version "1.3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "aiosignal" version))
(sha256
- (base32 "1wkxbdgw07ay8yzx3pg1jcm46p3d21rfb5g4k17ysz3vdkdngvbq"))))
- (build-system python-build-system)
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "pytest" "tests")))))))
+ (base32 "1z4cnqww6j0xl6f3vx2r6kfv1hdny1pnlll7difvfj8nbvhrdkal"))))
+ (build-system pyproject-build-system)
+ (arguments (list #:test-flags #~(list "tests")))
(propagated-inputs (list python-frozenlist))
- (native-inputs (list python-pytest python-pytest-asyncio))
+ (native-inputs (list python-pytest python-pytest-asyncio
python-pytest-cov))
(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
- 14/96: gnu: python-typing-extensions: Move to (gnu packages python-build)., (continued)
- 14/96: gnu: python-typing-extensions: Move to (gnu packages python-build)., guix-commits, 2023/04/19
- 17/96: gnu: python-hatchling: Move to (gnu packages python-build)., guix-commits, 2023/04/19
- 19/96: gnu: Add python-hatch-vcs., guix-commits, 2023/04/19
- 22/96: gnu: opendht: Fix build., guix-commits, 2023/04/19
- 24/96: gnu: python-packaging: Remove labels., guix-commits, 2023/04/19
- 26/96: gnu: python-isort: Use gexps., guix-commits, 2023/04/19
- 28/96: gnu: python-numpydoc: Update to 1.5.0., guix-commits, 2023/04/19
- 29/96: gnu: python-typing-extensions: Update to 4.5.0., guix-commits, 2023/04/19
- 31/96: gnu: python-pycares: Update to 4.3.0., guix-commits, 2023/04/19
- 32/96: gnu: python-aiodns: Update to 3.0.0., guix-commits, 2023/04/19
- 34/96: gnu: python-aiosignal: Update to 1.3.1.,
guix-commits <=
- 35/96: gnu: python-pyzmq: Disable two tests to fix build., guix-commits, 2023/04/19
- 38/96: gnu: gfeeds: Update to 2.2.0., guix-commits, 2023/04/19
- 39/96: gnu: Add python-hatch-fancy-pypi-readme., guix-commits, 2023/04/19
- 42/96: gnu: python-fonttools-full: Rename to python-fonttools., guix-commits, 2023/04/19
- 45/96: gnu: Add converseen., guix-commits, 2023/04/19
- 50/96: gnu: Add kitsas., guix-commits, 2023/04/19
- 51/96: gnu: usbutils: Make package description different from synopsis., guix-commits, 2023/04/19
- 53/96: gnu: remmina: Update to 1.4.29., guix-commits, 2023/04/19
- 55/96: gnu: qemu: Update to 7.2.1., guix-commits, 2023/04/19
- 56/96: gnu: emacs-next: Update to 29.0.90., guix-commits, 2023/04/19