[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
322/361: gnu: python-execnet: Update to 2.1.1.
From: |
guix-commits |
Subject: |
322/361: gnu: python-execnet: Update to 2.1.1. |
Date: |
Thu, 21 Nov 2024 06:29:43 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 3a91092fcd296d9b3d36cbd7fa0d7e9c9e585b6a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 11 22:04:06 2024 +0000
gnu: python-execnet: Update to 2.1.1.
* gnu/packages/python-xyz.scm (python-execnet): Update to 2.1.1.
[native-inputs]: Remove python-py, python-pytest, python-pytest-timeout, and
python-setuptools-scm; add python-pytest-bootstrap.
Change-Id: I370f5080d2c4b8017672937e25f8d77de01427d2
---
gnu/packages/python-xyz.scm | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 21391d43ac..c3feb6dd6c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18952,21 +18952,18 @@ pure Python module that works on virtually all Python
versions.")
(license license:expat)))
(define-public python-execnet
- ;; The latest release (1.9.0) is old and lacks support for Pytest 7.2.
- (let ((commit "d6aa1a56773c2e887515d63e50b1d08338cb78a7")
- (revision "1"))
(package
(name "python-execnet")
- (version (git-version "1.9.0" revision commit))
+ (version "2.1.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/pytest-dev/execnet")
- (commit commit)))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "0s60jggcjiw38b7xsh1q2lnnr4c4kaki7c5zsv7xyj7df8ngbbsm"))))
+ "0xlfd0h9sjl0jpc2fc689a497chwbagali7qr364k75hdyax3jfq"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -18999,10 +18996,7 @@ pure Python module that works on virtually all Python
versions.")
(native-inputs
(list python-hatchling
python-hatch-vcs
- python-py
- python-pytest
- python-pytest-timeout
- python-setuptools-scm))
+ python-pytest-bootstrap))
(synopsis "Rapid multi-Python deployment")
(description "Execnet provides a share-nothing model with
channel-send/receive communication for distributing execution across many
@@ -19014,7 +19008,7 @@ minimal and fast API targeting the following uses:
@item write scripts to administer multiple environments
@end enumerate")
(home-page "https://codespeak.net/execnet/")
- (license license:expat))))
+ (license license:expat)))
(define-public python-icalendar
(package
- 280/361: gnu: Remove beets-next., (continued)
- 280/361: gnu: Remove beets-next., guix-commits, 2024/11/21
- 282/361: gnu: python-mutagen: Update to 1.47.0., guix-commits, 2024/11/21
- 283/361: gnu: python-mediafile: Update to 0.13.0., guix-commits, 2024/11/21
- 290/361: gnu: python-mpv: Adjust inputs., guix-commits, 2024/11/21
- 292/361: gnu: Add python-rich-tables., guix-commits, 2024/11/21
- 309/361: gnu: python-filelock: Update to 3.16.1., guix-commits, 2024/11/21
- 345/361: gnu: python-pandas-2: Update to 2.2.3., guix-commits, 2024/11/21
- 319/361: gnu: python-jedi: Update to 0.19.2., guix-commits, 2024/11/21
- 337/361: gnu: python-versioneer: Simplify tests., guix-commits, 2024/11/21
- 340/361: gnu: python-werkzeug: Update to 3.1.3., guix-commits, 2024/11/21
- 322/361: gnu: python-execnet: Update to 2.1.1.,
guix-commits <=
- 323/361: gnu: python-flaky: Update to 3.8.1., guix-commits, 2024/11/21
- 335/361: gnu: python-numpy: Update to 1.24.4., guix-commits, 2024/11/21
- 338/361: gnu: python-watchdog: Update to 6.0.0., guix-commits, 2024/11/21
- 336/361: gnu: python-isort: Update to 5.13.2., guix-commits, 2024/11/21
- 348/361: gnu: python-itsdangerous: Update to 2.2.0., guix-commits, 2024/11/21
- 361/361: gnu: python-pydantic: Update to 1.10.19., guix-commits, 2024/11/21
- 238/361: gnu: python-parameterized-next: Adjust inputs., guix-commits, 2024/11/21
- 245/361: gnu: nikola: Fix build., guix-commits, 2024/11/21
- 257/361: gnu: python-defusedxml: Update to 0.7.1., guix-commits, 2024/11/21
- 260/361: gnu: ytcc: Fix build., guix-commits, 2024/11/21