all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75416] [PATCH] gnu: python-resolvelib: Update to 1.1.0.
@ 2025-01-07  4:33 Jordan Moore
  2025-01-07  4:53 ` Jordan Moore
  0 siblings, 1 reply; 3+ messages in thread
From: Jordan Moore @ 2025-01-07  4:33 UTC (permalink / raw)
  To: 75416
  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.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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#75416] [PATCH] gnu: python-resolvelib: Update to 1.1.0.
  2025-01-07  4:33 [bug#75416] [PATCH] gnu: python-resolvelib: Update to 1.1.0 Jordan Moore
@ 2025-01-07  4:53 ` Jordan Moore
  2025-01-07 22:14   ` Jordan Moore
  0 siblings, 1 reply; 3+ messages in thread
From: Jordan Moore @ 2025-01-07  4:53 UTC (permalink / raw)
  To: 75416

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

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 #2: Type: text/html, Size: 350 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#75416] [PATCH] gnu: python-resolvelib: Update to 1.1.0.
  2025-01-07  4:53 ` Jordan Moore
@ 2025-01-07 22:14   ` Jordan Moore
  0 siblings, 0 replies; 3+ messages in thread
From: Jordan Moore @ 2025-01-07 22:14 UTC (permalink / raw)
  To: 75416

[-- Attachment #1: Type: text/plain, Size: 340 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 643 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-01-07 22:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-07  4:33 [bug#75416] [PATCH] gnu: python-resolvelib: Update to 1.1.0 Jordan Moore
2025-01-07  4:53 ` Jordan Moore
2025-01-07 22:14   ` Jordan Moore

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.