GNU bug report logs - #77400
[PATCH python-team 00/26] Some further updates

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Mon, 31 Mar 2025 06:17:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 77400 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#77400] [PATCH 03/26] gnu: python-databricks-cli: Update to 0.18.0.
Date: Mon, 31 Mar 2025 08:18:31 +0200
* gnu/packages/python-web.scm (python-databricks-cli): Update to
0.18.0.
[build-system]: Switch to pyproject-build-system.
[arguments]: Improve style, use gexps.
[native-inputs]: Add python-setuptools, python-wheel.
---
 gnu/packages/python-web.scm | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 95dd7a126c..5ef6f2ce38 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3328,7 +3328,7 @@ (define-public python-cssselect
 (define-public python-databricks-cli
   (package
     (name "python-databricks-cli")
-    (version "0.17.0")
+    (version "0.18.0")
     (home-page "https://github.com/databricks/databricks-cli")
     (source (origin
               (method git-fetch)
@@ -3336,19 +3336,21 @@ (define-public python-databricks-cli
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1qwbxnx64kw7lrzlyx3hfbnjxpc19cqvvj0gcrkqpyjsgd08vja0"))))
-    (build-system python-build-system)
+                "1avag4kwqk2f24r5i0vcmhm6s1gsw6maykhlyj2ixz0qc05pjzvl"))))
+    (build-system pyproject-build-system)
     (arguments
-     '(#:phases (modify-phases %standard-phases
-                  (replace 'check
-                    (lambda _
-                      (invoke "pytest" "tests" "-vv"))))))
+     (list #:phases #~(modify-phases %standard-phases
+                        (replace 'check
+                          (lambda _
+                            (invoke "pytest" "tests" "-vv"))))))
     (native-inputs
      ;; For tests.
      (list python-decorator
            python-mock
            python-pytest
-           python-requests-mock))
+           python-requests-mock
+           python-setuptools
+           python-wheel))
     (propagated-inputs
      (list python-click
            python-oauthlib
-- 
2.49.0





This bug report was last modified 52 days ago.

Previous Next


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