all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: Marius Bakke <mbakke@fastmail.com>
Cc: 27888@debbugs.gnu.org
Subject: [bug#27888] [PATCH 01/18] gnu: python@3: Update to 3.6.2.
Date: Wed, 18 Oct 2017 23:17:55 +0200	[thread overview]
Message-ID: <874lqw40l8.fsf@elephly.net> (raw)
In-Reply-To: <87zibkw2mt.fsf@fastmail.com>


Hi Marius and Leo,

> Leo Famulari <leo@famulari.name> writes:
>
>> On Mon, Jul 31, 2017 at 10:07:18PM +0200, Marius Bakke wrote:
>>> * gnu/packages/patches/python-3.5-fix-tests.patch: Rename to ...
>>> * gnu/packages/patches/python-3-fix-tests.patch: ... this. Adjust and disable
>>> more tests.
>>> * gnu/packages/patches/python-3.5-getentropy-on-old-kernels.patch: Delete file.
>>
>> I'm curious, do you know if they handled this issue upstream in a
>> reliable way, or is getentropy() simply unused in Python 3.6?
>
> The getentropy fix for 3.5 was a port of "random.c" from 3.6 + the fix %
> 3.5 specific behaviour. Since 3.6.2 was just released it should have
> it. Most hunks are there, but didn't verify all.
>
>> Also, do you have any idea about the state of the bytecode timestamp
>> issue, which is related to the problem with the bytecode cache? I can
>> work on that on python-updates when you push it.
>
> Yes. You might have seen this:
>
> https://github.com/NixOS/nixpkgs/pull/25916
>
> NixOS patches the interpreter to unconditionally set bytecode timestamps
> to epoch 1. Now I also found this:
>
> https://github.com/python/cpython/pull/296
>
> So I think we only need that patch and to set PYTHONHASHSEED to some
> deterministic value in python-build-system. 
>
> I can give it a go next weekend if you're busy, but more than happy to
> share the workload :-)

I hope you don’t mind me asking: is there any progress here?  Anything
blocking that I could help with?

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net

  reply	other threads:[~2017-10-18 21:19 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <handler.27888.B.150153147718000.ack@debbugs.gnu.org>
2017-07-31 20:07 ` [bug#27888] [PATCH 01/18] gnu: python@3: Update to 3.6.2 Marius Bakke
2017-07-31 20:07   ` [bug#27888] [PATCH 02/18] gnu: python-py: Update to 1.4.34 Marius Bakke
2017-07-31 20:07   ` [bug#27888] [PATCH 03/18] gnu: python-six: Really enable tests Marius Bakke
2017-07-31 20:07   ` [bug#27888] [PATCH 04/18] gnu: Remove python-pytest@2 Marius Bakke
2017-07-31 20:07   ` [bug#27888] [PATCH 05/18] gnu: python-pytest: Add a minimal variant for bootstrapping Marius Bakke
2017-07-31 20:07   ` [bug#27888] [PATCH 06/18] gnu: python-setuptools-scm: Update to 1.15.6 Marius Bakke
2017-07-31 20:07   ` [bug#27888] [PATCH 07/18] gnu: python-pytest: Update to 3.1.3 Marius Bakke
2017-07-31 20:07   ` [bug#27888] [PATCH 08/18] gnu: python-pyflakes: Update to 1.5.0 Marius Bakke
2017-07-31 20:07   ` [bug#27888] [PATCH 09/18] gnu: python-mccabe: Update to 0.6.1 Marius Bakke
2017-07-31 20:07   ` [bug#27888] [PATCH 10/18] gnu: python-mock@2: Add dependency on python-six Marius Bakke
2017-07-31 20:07   ` [bug#27888] [PATCH 11/18] gnu: Add python2-enum Marius Bakke
2017-07-31 20:07   ` [bug#27888] [PATCH 12/18] gnu: python-flake8: Update to 3.4.1 Marius Bakke
2017-07-31 20:07   ` [bug#27888] [PATCH 13/18] gnu: Add python-linecache2 Marius Bakke
2017-07-31 20:07   ` [bug#27888] [PATCH 14/18] gnu: Add python-traceback2 Marius Bakke
2017-07-31 20:07   ` [bug#27888] [PATCH 15/18] gnu: python-unittest2: Update to 1.1.0 Marius Bakke
2017-07-31 20:07   ` [bug#27888] [PATCH 16/18] gnu: Add python2-funcsigs Marius Bakke
2017-07-31 20:07   ` [bug#27888] [PATCH 17/18] gnu: python-mock: Make 2.0 the default package Marius Bakke
2017-07-31 20:45     ` Marius Bakke
2017-07-31 20:07   ` [bug#27888] [PATCH 18/18] gnu: python-hypothesis: Update to 3.14.0 Marius Bakke
2017-07-31 23:07   ` [bug#27888] [PATCH 01/18] gnu: python@3: Update to 3.6.2 Leo Famulari
2017-08-01  0:30     ` Marius Bakke
2017-10-18 21:17       ` Ricardo Wurmus [this message]
2017-10-18 22:30         ` bug#27888: " Marius Bakke
2017-10-18 23:36           ` [bug#27888] " Cyril Roelandt
2017-10-19 18:15             ` Marius Bakke
2017-10-19  7:58           ` Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874lqw40l8.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=27888@debbugs.gnu.org \
    --cc=mbakke@fastmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.