* [bug#75430] [PATCH 0/1] gnu: python-resolvelib: Update to 1.0.1
@ 2025-01-07 23:39 Jordan Moore
2025-01-07 23:53 ` [bug#75430] [PATCH] " Jordan Moore
0 siblings, 1 reply; 3+ messages in thread
From: Jordan Moore @ 2025-01-07 23:39 UTC (permalink / raw)
To: 75430
Cc: Jordan Moore, Lars-Dominik Braun, Marius Bakke, Munyoki Kilyungi,
Sharlatan Hellseher, Tanguy Le Carrour, jgart
This update of python-resolvelib fixes the ansible-builds,
running `guix-weather` on master or attempting to `guix install
ansible` will fail due to python-resolvelib build failures
Jordan Moore (1):
gnu: python-resolvelib: Update to 1.0.1.
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
base-commit: a76f2d5927c86e4a76a1d3b49c1a37054612f6c0
--
2.46.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#75430] [PATCH] gnu: python-resolvelib: Update to 1.0.1.
2025-01-07 23:39 [bug#75430] [PATCH 0/1] gnu: python-resolvelib: Update to 1.0.1 Jordan Moore
@ 2025-01-07 23:53 ` Jordan Moore
2025-01-09 5:24 ` bug#75430: [PATCH 0/1] " jgart via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Jordan Moore @ 2025-01-07 23:53 UTC (permalink / raw)
To: 75430
Cc: Jordan Moore, Lars-Dominik Braun, Marius Bakke, Munyoki Kilyungi,
Sharlatan Hellseher, Tanguy Le Carrour, jgart
* gnu/packages/python-xyz.scm (python-resolvelib): Update to 1.0.1.
Change-Id: Ief381089f384f18effb08feda1971e36df108aae
---
gnu/packages/python-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d4893e9b53..ceb26960e3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -159,6 +159,7 @@
;;; Copyright © 2024 Aaron Covrig <aaron.covrig.us@ieee.org>
;;; Copyright © 2024 Evgeny Pisemsky <mail@pisemsky.site>
;;; Copyright © 2024 Markku Korkeala <markku.korkeala@iki.fi>
+;;; Copyright © 2025 Jordan Moore <lockbox@struct.foo>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -16636,7 +16637,7 @@ (define-public python-commentjson
(define-public python-resolvelib
(package
(name "python-resolvelib")
- (version "0.7.1")
+ (version "1.0.1")
(source
(origin
;; Tests are missing from the PyPI release.
@@ -16647,7 +16648,7 @@ (define-public python-resolvelib
(file-name (git-file-name name version))
(sha256
(base32
- "1fqz75riagizihvf4j7wc3zjw6kmg1dd8sf49aszyml105kb33n8"))))
+ "0cvgimmfickarm4ks5gb5iply6sf6r4fr3v6zyqyqg45fsgqy753"))))
(build-system python-build-system)
(arguments
`(#:phases
base-commit: a76f2d5927c86e4a76a1d3b49c1a37054612f6c0
--
2.46.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#75430: [PATCH 0/1] gnu: python-resolvelib: Update to 1.0.1
2025-01-07 23:53 ` [bug#75430] [PATCH] " Jordan Moore
@ 2025-01-09 5:24 ` jgart via Guix-patches via
0 siblings, 0 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2025-01-09 5:24 UTC (permalink / raw)
To: 75430-done; +Cc: Jordan Moore
Applied, thanks!
--
all the best,
jgart
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-01-09 5:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-07 23:39 [bug#75430] [PATCH 0/1] gnu: python-resolvelib: Update to 1.0.1 Jordan Moore
2025-01-07 23:53 ` [bug#75430] [PATCH] " Jordan Moore
2025-01-09 5:24 ` bug#75430: [PATCH 0/1] " jgart via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.