GNU bug report logs - #75416
[PATCH] gnu: python-resolvelib: Update to 1.1.0.

Previous Next

Package: guix-patches;

Reported by: Jordan Moore <lockbox <at> struct.foo>

Date: Tue, 7 Jan 2025 04:40:01 UTC

Severity: normal

Tags: patch

Done: jgart <jgart <at> dismail.de>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75416 in the body.
You can then email your comments to 75416 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, jgart <at> dismail.de, guix-patches <at> gnu.org:
bug#75416; Package guix-patches. (Tue, 07 Jan 2025 04:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jordan Moore <lockbox <at> struct.foo>:
New bug report received and forwarded. Copy sent to lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, jgart <at> dismail.de, guix-patches <at> gnu.org. (Tue, 07 Jan 2025 04:40:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jordan Moore <lockbox <at> struct.foo>
To: guix-patches <at> gnu.org
Cc: Jordan Moore <lockbox <at> struct.foo>
Subject: [PATCH] gnu: python-resolvelib: Update to 1.1.0.
Date: Mon,  6 Jan 2025 23:33:50 -0500
* 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(-)

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





Information forwarded to guix-patches <at> gnu.org:
bug#75416; Package guix-patches. (Tue, 07 Jan 2025 05:02:01 GMT) Full text and rfc822 format available.

Message #8 received at 75416 <at> debbugs.gnu.org (full text, mbox):

From: "Jordan Moore" <lockbox <at> struct.foo>
To: 75416 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: python-resolvelib: Update to 1.1.0.
Date: Mon, 06 Jan 2025 23:53:38 -0500
[Message part 1 (text/plain, inline)]
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
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#75416; Package guix-patches. (Tue, 07 Jan 2025 22:16:02 GMT) Full text and rfc822 format available.

Message #11 received at 75416 <at> debbugs.gnu.org (full text, mbox):

From: "Jordan Moore" <lockbox <at> struct.foo>
To: 75416 <at> debbugs.gnu.org
Subject: Re: [bug#75416] [PATCH] gnu: python-resolvelib: Update to 1.1.0.
Date: Tue, 07 Jan 2025 17:14:42 -0500
[Message part 1 (text/plain, inline)]
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:
> 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
[Message part 2 (text/html, inline)]

Reply sent to jgart <jgart <at> dismail.de>:
You have taken responsibility. (Thu, 09 Jan 2025 21:43:02 GMT) Full text and rfc822 format available.

Notification sent to Jordan Moore <lockbox <at> struct.foo>:
bug acknowledged by developer. (Thu, 09 Jan 2025 21:43:02 GMT) Full text and rfc822 format available.

Message #16 received at 75416-done <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: 75416-done <at> debbugs.gnu.org
Cc: Jordan Moore <lockbox <at> struct.foo>
Subject: Re: [PATCH] gnu: python-resolvelib: Update to 1.1.0.
Date: Thu, 09 Jan 2025 15:42:41 -0600
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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 07 Feb 2025 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 34 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.