[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
197/213: gnu: python-resolvelib: Update to 1.1.0b1.
From: |
guix-commits |
Subject: |
197/213: gnu: python-resolvelib: Update to 1.1.0b1. |
Date: |
Fri, 10 Jan 2025 10:43:27 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 1be7de53dfb75c7a693a51d287c7d719784e27ac
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 10 16:35:09 2025 +0100
gnu: python-resolvelib: Update to 1.1.0b1.
* gnu/packages/python-xyz.scm (python-resolvelib): Update to 1.1.0b1.
[build-system]: Use pyproject-build-system.
[arguments]: Remove.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Ida8eb599bcfc02e84fc95ac276fba4ba217a6511
---
gnu/packages/python-xyz.scm | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0225dddb5b..fb2863468c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16780,7 +16780,7 @@ similar to the Python standard library's @code{json}
module.")
(define-public python-resolvelib
(package
(name "python-resolvelib")
- (version "1.0.1")
+ (version "1.1.0b1")
(source
(origin
;; Tests are missing from the PyPI release.
@@ -16791,18 +16791,11 @@ similar to the Python standard library's @code{json}
module.")
(file-name (git-file-name name version))
(sha256
(base32
- "0cvgimmfickarm4ks5gb5iply6sf6r4fr3v6zyqyqg45fsgqy753"))))
- (build-system python-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? inputs outputs #:allow-other-keys)
- (when tests?
- (add-installed-pythonpath inputs outputs)
- (invoke "pytest")))))))
+ "0y0b4qd1aai50w33szz34kqj8ls42k9shkpp3lvy0jrvzgackp9p"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list python-commentjson python-packaging python-pytest))
+ (list python-commentjson python-packaging python-pytest
+ python-setuptools python-wheel))
(home-page "https://github.com/sarugaku/resolvelib")
(synopsis "Abstract dependencies resolver")
(description "The ResolveLib library provides a @code{Resolver} class that
- 149/213: gnu: rust-codspeed-bencher-compat-2: Update to 2.7.2., (continued)
- 149/213: gnu: rust-codspeed-bencher-compat-2: Update to 2.7.2., guix-commits, 2025/01/10
- 151/213: gnu: Add rust-speedate-0.15., guix-commits, 2025/01/10
- 153/213: gnu: python-pydantic-2: Update to 2.10.4., guix-commits, 2025/01/10
- 164/213: gnu: python-starsessions: Update input., guix-commits, 2025/01/10
- 170/213: guix: toml: Fix evaluation of empty inline tables., guix-commits, 2025/01/10
- 171/213: gnu: python-anndata: Update to 0.11.1., guix-commits, 2025/01/10
- 168/213: gnu: python-pytorch-geometric: Disable one test., guix-commits, 2025/01/10
- 173/213: gnu: python-asgi-lifespan: Update to 2.1.0., guix-commits, 2025/01/10
- 174/213: gnu: python-pypika-tortoise: Add missing input., guix-commits, 2025/01/10
- 175/213: gnu: python-omnipath: Update to 1.0.8-0.3d16134., guix-commits, 2025/01/10
- 197/213: gnu: python-resolvelib: Update to 1.1.0b1.,
guix-commits <=
- 187/213: gnu: python-gseapy: Add missing input., guix-commits, 2025/01/10
- 210/213: gnu: python-celltypist: Add missing input., guix-commits, 2025/01/10
- 184/213: gnu: python-locust: Disable some more tests., guix-commits, 2025/01/10
- 179/213: gnu: python-flask-login: Update to 0.6.3., guix-commits, 2025/01/10
- 201/213: gnu: python-osqp: Add missing inputs., guix-commits, 2025/01/10
- 182/213: gnu: python-flask-assets: Update to 2.1.0-1.62efd23., guix-commits, 2025/01/10
- 212/213: gnu: python-voila: Update to 0.5.8., guix-commits, 2025/01/10
- 72/213: gnu: Add python-types-simplejson., guix-commits, 2025/01/10
- 89/213: gnu: python-pyopenssl: Update to 24.3.0., guix-commits, 2025/01/10
- 91/213: gnu: python-trio-typing: Update to 0.10.0., guix-commits, 2025/01/10