guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#27888] [PATCH 01/18] gnu: address@hidden: Update to 3.6.2.


From: Marius Bakke
Subject: [bug#27888] [PATCH 01/18] gnu: address@hidden: Update to 3.6.2.
Date: Thu, 19 Oct 2017 20:15:56 +0200
User-agent: Notmuch/0.25.1 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu)

Cyril Roelandt <address@hidden> writes:

> On 10/19/2017 12:30 AM, Marius Bakke wrote:
>> I just pushed a rebased version of this branch to a new 'python-updates'
>> branch on Savannah, with Python 3.6.3 and 2.7.14.  I also have an update
>> for 'python-hypothesis' coming, probably this weekend.
>
> Do you wish to push the python-hypothesis update to core-updates as
> well? I have the following patch ready to be pushed:
>
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -10150,9 +10150,9 @@ seamlessly into your existing Python unit
> testing work flow.")
>    (let ((hypothesis (package-with-python2
>                       (strip-python2-variant python-hypothesis))))
>      (package (inherit hypothesis)
> -      (native-inputs
> +      (propagated-inputs
>         `(("python2-enum34" ,python2-enum34)
> -         ,@(package-native-inputs hypothesis))))))
> +         ,@(package-propagated-inputs hypothesis))))))
>
>  (define-public python-pytest-subtesthack
>    (package
>
>
> I need this to be able to upgrade python-chardet. Do you mind if I push
> this patch to master first?

Not at all; go ahead :) I have this in my queue as well, so LGTM!

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]