gnu: python-oauthlib: Update to 1.0.3.
* gnu/packages/python.scm (python-oauthlib): Update to 1.0.3. [native-inputs]: Move python-setuptools, python-nose, python mock here. Add python-coverage. [inputs]: Add python-blinker, python-cryptography, python-pyjwt.
This commit is contained in:
parent
7957fe6c10
commit
bde2171d4d
|
@ -2185,23 +2185,23 @@ somewhat intelligeble.")
|
||||||
(define-public python-oauthlib
|
(define-public python-oauthlib
|
||||||
(package
|
(package
|
||||||
(name "python-oauthlib")
|
(name "python-oauthlib")
|
||||||
(version "0.6.3")
|
(version "1.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri (pypi-uri "oauthlib" version))
|
||||||
(string-append
|
|
||||||
"https://pypi.python.org/packages/source/o/oauthlib/oauthlib-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yaj3j64la4arwsbhbfmpnickzh3jpg9nlpyg409v8pp24isn48a"))))
|
"1bfrj70vdjxjw74khbyh6f0dksv7p5rh2346jnlrffyacd3gwjzg"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-setuptools" ,python-setuptools)
|
||||||
("python-pyjwt" ,python-pyjwt)
|
("python-coverage", python-coverage)
|
||||||
("python-pycrypto" ,python-pycrypto)
|
|
||||||
("python-nose" ,python-nose)
|
("python-nose" ,python-nose)
|
||||||
("python-mock" ,python-mock)))
|
("python-mock" ,python-mock)))
|
||||||
|
(inputs
|
||||||
|
`(("python-blinker" ,python-blinker)
|
||||||
|
("python-cryptography" ,python-cryptography)
|
||||||
|
("python-pyjwt" ,python-pyjwt)))
|
||||||
(home-page "https://github.com/idan/oauthlib")
|
(home-page "https://github.com/idan/oauthlib")
|
||||||
(synopsis "OAuth implementation for Python")
|
(synopsis "OAuth implementation for Python")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue