mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-gitlab: update to 3.2.0
* gnu/packages/python-web.scm (python-gitlab): Update to 3.2.0 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
47960b5526
commit
4ba792fa15
1 changed files with 12 additions and 14 deletions
|
@ -48,6 +48,7 @@
|
||||||
;;; Copyright © 2021 jgart <jgart@dismail.de>
|
;;; Copyright © 2021 jgart <jgart@dismail.de>
|
||||||
;;; Copyright © 2021 Alice Brenon <alice.brenon@ens-lyon.fr>
|
;;; Copyright © 2021 Alice Brenon <alice.brenon@ens-lyon.fr>
|
||||||
;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
|
;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
|
||||||
|
;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -4910,21 +4911,18 @@ (define-public python-translation-finder
|
||||||
(define-public python-gitlab
|
(define-public python-gitlab
|
||||||
(package
|
(package
|
||||||
(name "python-gitlab")
|
(name "python-gitlab")
|
||||||
(version "1.15.0")
|
(version "3.2.0")
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "python-gitlab" version))
|
(uri (pypi-uri "python-gitlab" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zl6kz8v8cg1bcy2r78b2snb0lpw0b573gdx2x1ps0nhsh75l4j5"))))
|
"1gi4lp2g4k99zqcx2bgqx940bpmpbc1w9qkl5gy33hpy148yhvlg"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(arguments
|
||||||
(list python-requests python-six))
|
`(#:tests? #f)) ;tests require network access
|
||||||
(native-inputs
|
(propagated-inputs (list python-requests python-requests-toolbelt))
|
||||||
(list python-httmock python-mock))
|
(home-page "https://github.com/python-gitlab/python-gitlab")
|
||||||
(home-page
|
|
||||||
"https://github.com/python-gitlab/python-gitlab")
|
|
||||||
(synopsis "Interact with GitLab API")
|
(synopsis "Interact with GitLab API")
|
||||||
(description "This package provides an extended library for interacting
|
(description "This package provides an extended library for interacting
|
||||||
with GitLab instances through their API.")
|
with GitLab instances through their API.")
|
||||||
|
|
Loading…
Reference in a new issue