[PATCH 0/1] gnu: python-resolvelib: Update to 1.0.1

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • Jordan Moore
Owner
unassigned
Submitted by
Jordan Moore
Severity
normal

Debbugs page

J
J
Jordan Moore wrote 3 days ago
(address . guix-patches@gnu.org)(name . Jordan Moore)(address . lockbox@struct.foo)
cover.1736292174.git.lockbox@struct.foo
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
J
J
Jordan Moore wrote 3 days ago
[PATCH] gnu: python-resolvelib: Update to 1.0.1.
(address . 75430@debbugs.gnu.org)(name . Jordan Moore)(address . lockbox@struct.foo)
1ff15f2d2118c36d50d054c7cd60927fc87f0a9a.1736292514.git.lockbox@struct.foo
* 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(-)

Toggle diff (34 lines)
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
J
J
jgart wrote 39 hours ago
Re: [PATCH 0/1] gnu: python-resolvelib: Update to 1.0.1
(address . 75430-done@debbugs.gnu.org)(name . Jordan Moore)(address . lockbox@struct.foo)
87bjwg5zlo.fsf@dismail.de
Applied, thanks!
--
all the best,
jgart
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75430@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75430
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch