[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
385/420: gnu: python-sniffio: Update to 1.3.1.
From: |
guix-commits |
Subject: |
385/420: gnu: python-sniffio: Update to 1.3.1. |
Date: |
Tue, 26 Nov 2024 16:29:39 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit af22a0a5da77214c0f0e43590714d2b871f220a3
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 fbd5ab0c44..5c5239f1c6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16681,22 +16681,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
- 312/420: gnu: python-pytest-cov: Update to 6.0.0., (continued)
- 312/420: gnu: python-pytest-cov: Update to 6.0.0., guix-commits, 2024/11/26
- 311/420: gnu: python-coverage: Update to 7.6.7., guix-commits, 2024/11/26
- 328/420: gnu: python-hatchling: Update to 1.26.1., guix-commits, 2024/11/26
- 325/420: gnu: python-trove-classifiers: Update to 2024.10.21.16., guix-commits, 2024/11/26
- 316/420: gnu: python-cffi: Improve package style., guix-commits, 2024/11/26
- 326/420: gnu: python-packaging-bootstrap: Update to 24.2., guix-commits, 2024/11/26
- 331/420: gnu: python-attrs: Update to 24.2.0., guix-commits, 2024/11/26
- 352/420: gnu: python-apispec: Update to 6.7.1., guix-commits, 2024/11/26
- 346/420: gnu: python-cloudpickle: Update to 3.1.0., guix-commits, 2024/11/26
- 370/420: gnu: python-prettytable: Update to 3.12.0., guix-commits, 2024/11/26
- 385/420: gnu: python-sniffio: Update to 1.3.1.,
guix-commits <=
- 388/420: gnu: python-vcrpy: Update to 6.0.2., guix-commits, 2024/11/26
- 403/420: gnu: python-aiofiles: Fix indentation., guix-commits, 2024/11/26
- 413/420: gnu: python-jsonpickle: Update to 4.0.0., guix-commits, 2024/11/26
- 416/420: gnu: hypercorn: Update to 0.17.3., guix-commits, 2024/11/26
- 116/420: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/11/26
- 115/420: gnu: python-myst-parser: Update to 3.0.1., guix-commits, 2024/11/26
- 279/420: gnu: python-pysolr: Update to 3.10.0., guix-commits, 2024/11/26
- 308/420: gnu: python-pytest-mock: Update to 3.14.0., guix-commits, 2024/11/26
- 322/420: gnu: python-execnet: Update to 2.1.1., guix-commits, 2024/11/26
- 348/420: gnu: python-itsdangerous: Update to 2.2.0., guix-commits, 2024/11/26