mbox series

[bug#33702,0/7] Fix python-kombu, update python-amqp, and add 5 new packages

Message ID 87bm5sft83.fsf@cbaines.net
Headers show
Series Fix python-kombu, update python-amqp, and add 5 new packages | expand

Message

Christopher Baines Dec. 11, 2018, 6:55 a.m. UTC
python-kombu currently fails to build, to fix this, update the
package. This required updating python-amqp as well, and some additional
packages.

Christopher Baines (7):
  gnu: Add python-pytest-sugar.
  gnu: Add python-serpent.
  gnu: Add python-case.
  gnu: Add python-vine.
  gnu: Add python-pyro4.
  gnu: python-amqp: Update to 2.3.2.
  gnu: python-kombu: Update to 4.2.2.

 gnu/packages/check.scm  |  24 +++++++++
 gnu/packages/python.scm | 113 ++++++++++++++++++++++++++++++++++++++--
 2 files changed, 132 insertions(+), 5 deletions(-)

Comments

Leo Famulari Dec. 12, 2018, 1:53 a.m. UTC | #1
On Tue, Dec 11, 2018 at 07:55:08AM +0100, Christopher Baines wrote:
> python-kombu currently fails to build, to fix this, update the
> package. This required updating python-amqp as well, and some additional
> packages.
> 
> Christopher Baines (7):
>   gnu: Add python-pytest-sugar.
>   gnu: Add python-serpent.
>   gnu: Add python-case.
>   gnu: Add python-vine.
>   gnu: Add python-pyro4.
>   gnu: python-amqp: Update to 2.3.2.
>   gnu: python-kombu: Update to 4.2.2.

LGTM!
Christopher Baines Dec. 12, 2018, 8:06 a.m. UTC | #2
Leo Famulari <leo@famulari.name> writes:

> On Tue, Dec 11, 2018 at 07:55:08AM +0100, Christopher Baines wrote:
>> python-kombu currently fails to build, to fix this, update the
>> package. This required updating python-amqp as well, and some additional
>> packages.
>>
>> Christopher Baines (7):
>>   gnu: Add python-pytest-sugar.
>>   gnu: Add python-serpent.
>>   gnu: Add python-case.
>>   gnu: Add python-vine.
>>   gnu: Add python-pyro4.
>>   gnu: python-amqp: Update to 2.3.2.
>>   gnu: python-kombu: Update to 4.2.2.
>
> LGTM!

Great :) I slightly tweaked amqp and kombu to remove python-nose, as I
realised this was an unnecessry input when updating billiard and celery.

I've now pushed these patches, thanks for taking a look.