gnu: python-kombu: Update to 3.0.37.

* gnu/packages/python.scm (python-kombu, python2-kombu): Update to 3.0.37.
[propagated-inputs]: Add python-redis.
This commit is contained in:
Leo Famulari 2016-10-12 13:21:04 -04:00
parent 68ce1875d5
commit 0cb5982268
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -8424,21 +8424,22 @@ alternative when librabbitmq is not available.")
(define-public python-kombu (define-public python-kombu
(package (package
(name "python-kombu") (name "python-kombu")
(version "3.0.33") (version "3.0.37")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "kombu" version)) (uri (pypi-uri "kombu" version))
(sha256 (sha256
(base32 (base32
"16brjx2lgwbj2a37d0pjbfb84nvld6irghmqrs3qfncajp51hgc5")))) "0l16chb314gpq2v7fh94a22c30lcv6w3ylmhsa60bldlcq6a0r70"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-mock" ,python-mock) `(("python-mock" ,python-mock)
("python-nose" ,python-nose))) ("python-nose" ,python-nose)))
(propagated-inputs (propagated-inputs
`(("python-anyjson" ,python-anyjson) `(("python-anyjson" ,python-anyjson)
("python-amqp" ,python-amqp))) ("python-amqp" ,python-amqp)
("python-redis" ,python-redis)))
(home-page "http://kombu.readthedocs.org") (home-page "http://kombu.readthedocs.org")
(synopsis "Message passing library for Python") (synopsis "Message passing library for Python")
(description "The aim of Kombu is to make messaging in Python as easy as (description "The aim of Kombu is to make messaging in Python as easy as