[PATCH] gnu: python-resolvelib: Update to 1.1.0.

  • 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 4 days ago
(address . guix-patches@gnu.org)(name . Jordan Moore)(address . lockbox@struct.foo)
b13db03b8b42c73340194968195235a593d80081.1736224430.git.lockbox@struct.foo
* gnu/packages/python-xyz.scm (python-resolvelib): Update to 1.1.0.

Change-Id: I7108f2618fdb93ee453171be0ae5f9581271eff3
---
gnu/packages/python-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (37 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d4893e9b53..6dd01a37ea 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16636,7 +16636,7 @@ (define-public python-commentjson
(define-public python-resolvelib
(package
(name "python-resolvelib")
- (version "0.7.1")
+ (version "1.1.0")
(source
(origin
;; Tests are missing from the PyPI release.
@@ -16647,8 +16647,8 @@ (define-public python-resolvelib
(file-name (git-file-name name version))
(sha256
(base32
- "1fqz75riagizihvf4j7wc3zjw6kmg1dd8sf49aszyml105kb33n8"))))
- (build-system python-build-system)
+ "0pw99897mm2y7pa2g35z0f7vcmgh42xglz5szbrvigczvwa605sh"))))
+ (build-system pyproject-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -16658,7 +16658,7 @@ (define-public python-resolvelib
(add-installed-pythonpath inputs outputs)
(invoke "pytest")))))))
(native-inputs
- (list python-commentjson python-packaging python-pytest))
+ (list 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

base-commit: 329daafcc3c798dd180fd98ff757452e3e016235
--
2.46.0
J
J
Jordan Moore wrote 4 days ago
(address . 75416@debbugs.gnu.org)
b7ce79ee-7c96-4a16-becf-93c1f5d341cf@app.fastmail.com
This is necessary to get modern ansible working, still need to get it [ansible] passing tests though, so i submitted this package solo since it's just a leaf package
Attachment: file
J
J
Jordan Moore wrote 3 days ago
Re: [bug#75416] [PATCH] gnu: python-resolvelib: Update to 1.1.0.
(address . 75416@debbugs.gnu.org)
4af1fb6d-98ca-49ce-ba9c-e21b67e03722@app.fastmail.com
close 75416
quit

this package is too new for pypi's ansible (perfectly fine for git tree ansible). I'll send a new series that updates them together.

Jordan Moore wrote:
Toggle quote (1 lines)
> This is necessary to get modern ansible working, still need to get it [ansible] passing tests though, so i submitted this package solo since it's just a leaf package
Attachment: file
J
J
jgart wrote 23 hours ago
Re: [PATCH] gnu: python-resolvelib: Update to 1.1.0.
(address . 75416-done@debbugs.gnu.org)(name . Jordan Moore)(address . lockbox@struct.foo)
87jzb33bqm.fsf@dismail.de
Hi, this is applied. Thanks. I thought I had closed this issue ;()

I also updated debops to work with this version of resolvelib.

Feel free to reopen or create a new ticket if there's more to do on this.
--
all the best,
jgart
Closed
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 75416
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