mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: python-shopifyapi: Update to 12.7.0.
* gnu/packages/python-web.scm (python-shopifyapi): Update to 12.7.0. [native-inputs]: Add python-pytest and python-wheel. Change-Id: I0d4a22a86effb840e74534c19eb3cea99d8033d7
This commit is contained in:
parent
0f323cb9c3
commit
ac647c3c62
1 changed files with 9 additions and 3 deletions
|
|
@ -12245,7 +12245,7 @@ infer complex relations and structures.")
|
|||
(define-public python-shopifyapi
|
||||
(package
|
||||
(name "python-shopifyapi")
|
||||
(version "12.0.0")
|
||||
(version "12.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -12254,9 +12254,15 @@ infer complex relations and structures.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0qhs52yxwyasdigdsajsnqqb3jg78a3fm7cmx8dfq267l64xk465"))))
|
||||
(base32 "11zjm3aspb247wwlmfmq6wwk6lv3xyv3lqnd78sczjg9anba3779"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-mock python-setuptools))
|
||||
(arguments
|
||||
(list
|
||||
#:test-flags
|
||||
#~'("-k"
|
||||
;; Disable a failing test.
|
||||
"not test_raises_if_aud_doesnt_match_api_key")))
|
||||
(native-inputs (list python-mock python-pytest python-setuptools))
|
||||
(propagated-inputs (list python-pyactiveresource python-pyjwt
|
||||
python-pyyaml python-six))
|
||||
(home-page "https://github.com/Shopify/shopify_python_api")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue