GNU bug report logs -
#26722
[PATCH] Add tailon.
Previous Next
Reported by: Christopher Baines <mail <at> cbaines.net>
Date: Sun, 30 Apr 2017 21:41:02 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <mbakke <at> fastmail.com>
Bug is archived. No further changes may be made.
Full log
Message #38 received at 26722 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 01/05/17 15:49, Marius Bakke wrote:
> Christopher Baines <mail <at> cbaines.net> writes:
>
>> * gnu/packages/python.scm (python-tornado): Update to 4.5.1.
>> ---
>> gnu/packages/python.scm | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
>> index 5fbc012b7..d01aa2f56 100644
>> --- a/gnu/packages/python.scm
>> +++ b/gnu/packages/python.scm
>> @@ -6135,13 +6135,13 @@ It is written entirely in Python.")
>> (define-public python-tornado
>> (package
>> (name "python-tornado")
>> - (version "4.3")
>> + (version "4.5.1")
>> (source
>> (origin
>> (method url-fetch)
>> (uri (pypi-uri "tornado" version))
>> (sha256
>> - (base32 "1gzgwayl6hmc9jfcl88bni4jcsk2jcca9dn1rvrfsvnijcjx7hn9"))))
>> + (base32 "1zbkgcdfq81k298awrm8p0xwbwwn2p3nbizdglzfbkskhai082fv"))))
>
> LGTM, assuming the few dependent packages (from `guix refresh -l
> python{,2}-tornado`) still builds.
Thanks for pointing this out. I didn't spot any problems in existing
packages, although I did spot that the python2-sockjs-tornado failed to
build regardless of the version of python2-tornado. I think the issue
was the setup.py test command being run and pulling in some random
packages, which can be resolved by disabling the tests, as there are no
tests to run.
[signature.asc (application/pgp-signature, attachment)]
This bug report was last modified 8 years and 105 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.