[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/15: gnu: python-sniffio: Update to 1.3.1.
From: |
guix-commits |
Subject: |
07/15: gnu: python-sniffio: Update to 1.3.1. |
Date: |
Sat, 23 Nov 2024 09:43:22 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 4e618fe2b2b1c24b46ad67248f969076d19706b1
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Nov 23 12:42:12 2024 +0000
gnu: python-sniffio: Update to 1.3.1.
* gnu/packages/python-xyz.scm (python-sniffio): Update to 1.3.1.
[build-system]: Swap to pyproject-build-system.
[arguments]<phases>: Use default 'check phase.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I4a657235ad061721d8ca5193ed3318aa13e1b5a7
---
gnu/packages/python-xyz.scm | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e8d2f2627f..318de1289b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16682,22 +16682,20 @@ subtasks.")
(define-public python-sniffio
(package
(name "python-sniffio")
- (version "1.2.0")
+ (version "1.3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "sniffio" version))
(sha256
- (base32 "1pnkvi6wvn4qd37y69n1ls6n8l63gfmn3pvb1jb50gqxxkn6wrn4"))))
- (build-system python-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda _
- (invoke "pytest" "-vv"))))))
+ (base32 "1p496yran6zwg47m7w26r8y89nrsbkrrbf4119slj3qaczf4wcpl"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list python-curio python-pytest python-pytest-cov))
+ (list python-curio
+ python-pytest
+ python-pytest-cov
+ python-setuptools
+ python-wheel))
(home-page "https://github.com/python-trio/sniffio")
(synopsis "Detect which async library a program is running under")
(description "This package detects which async library a program is
- branch python-team updated (ece7d6d883 -> 566cd207a8), guix-commits, 2024/11/23
- 02/15: gnu: Remove python-typeguard-4., guix-commits, 2024/11/23
- 04/15: gnu: python-pure-eval: Update to 0.2.3., guix-commits, 2024/11/23
- 05/15: gnu: python-stack-data: Update to 0.6.3., guix-commits, 2024/11/23
- 06/15: gnu: python-ipython: Update to 8.29.0., guix-commits, 2024/11/23
- 07/15: gnu: python-sniffio: Update to 1.3.1.,
guix-commits <=
- 09/15: gnu: python-pytest-trio: Update to 0.8.0., guix-commits, 2024/11/23
- 08/15: gnu: python-trio: Update to 0.27.0., guix-commits, 2024/11/23
- 03/15: gnu: python-executing: Update to 2.1.0., guix-commits, 2024/11/23
- 01/15: gnu: python-typeguard: Update to 4.4.1., guix-commits, 2024/11/23
- 11/15: gnu: python-pytest-regressions: Update to 2.5.0., guix-commits, 2024/11/23
- 12/15: gnu: python-tornado-6: Update to 6.4.2., guix-commits, 2024/11/23
- 15/15: gnu: python-loguru: Update to 0.7.2., guix-commits, 2024/11/23
- 13/15: gnu: python-tenacity: Update to 9.0.0., guix-commits, 2024/11/23
- 10/15: gnu: python-vcrpy: Update to 6.0.2., guix-commits, 2024/11/23
- 14/15: gnu: python-pytest-mypy-plugins: Update to 3.1.2., guix-commits, 2024/11/23