all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54334] [PATCH] gnu: python-gitlab: update to 3.2.0
@ 2022-03-11  0:15 Denis 'GNUtoo' Carikli
  2022-03-16 14:11 ` bug#54334: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Denis 'GNUtoo' Carikli @ 2022-03-11  0:15 UTC (permalink / raw)
  To: 54334; +Cc: Denis 'GNUtoo' Carikli

* gnu/packages/python-web.scm (python-gitlab): Update to 3.2.0

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
 gnu/packages/python-web.scm | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 240c58b665..69dbd87acd 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -48,6 +48,7 @@
 ;;; Copyright © 2021 jgart <jgart@dismail.de>
 ;;; Copyright © 2021 Alice Brenon <alice.brenon@ens-lyon.fr>
 ;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
+;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4910,21 +4911,19 @@ (define-public python-translation-finder
 (define-public python-gitlab
   (package
     (name "python-gitlab")
-    (version "1.15.0")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (pypi-uri "python-gitlab" version))
-        (sha256
-         (base32
-          "0zl6kz8v8cg1bcy2r78b2snb0lpw0b573gdx2x1ps0nhsh75l4j5"))))
+    (version "3.2.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "python-gitlab" version))
+              (sha256
+               (base32
+                "1gi4lp2g4k99zqcx2bgqx940bpmpbc1w9qkl5gy33hpy148yhvlg"))))
     (build-system python-build-system)
-    (propagated-inputs
-     (list python-requests python-six))
-    (native-inputs
-     (list python-httmock python-mock))
-    (home-page
-      "https://github.com/python-gitlab/python-gitlab")
+    (arguments
+     `( ;Tests require network access
+        #:tests? #f))
+    (propagated-inputs (list python-requests python-requests-toolbelt))
+    (home-page "https://github.com/python-gitlab/python-gitlab")
     (synopsis "Interact with GitLab API")
     (description "This package provides an extended library for interacting
 with GitLab instances through their API.")

base-commit: 5397c18157f12e9127b5a9a59b0aa5a4eb058839
-- 
2.35.1





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

* bug#54334: [PATCH] gnu: python-gitlab: update to 3.2.0
  2022-03-11  0:15 [bug#54334] [PATCH] gnu: python-gitlab: update to 3.2.0 Denis 'GNUtoo' Carikli
@ 2022-03-16 14:11 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-03-16 14:11 UTC (permalink / raw)
  To: Denis 'GNUtoo' Carikli; +Cc: 54334-done

Hi,

Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> skribis:

> * gnu/packages/python-web.scm (python-gitlab): Update to 3.2.0
>
> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>

Applied.

> +    (arguments
> +     `( ;Tests require network access
> +        #:tests? #f))

Nitpick: I turned it into a margin comment, like so:

    (arguments
     `(#:tests? #f))                             ;tests require network access

Use one semicolon for margin comments, two for standalone comments.  See
<https://guix.gnu.org/manual/devel/en/html_node/Formatting-Code.html>.

Thanks,
Ludo’.




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

end of thread, other threads:[~2022-03-16 14:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-11  0:15 [bug#54334] [PATCH] gnu: python-gitlab: update to 3.2.0 Denis 'GNUtoo' Carikli
2022-03-16 14:11 ` bug#54334: " Ludovic Courtès

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.