gnu: python@3.5: Update to 3.5.3.

* gnu/packages/python.scm (python-3.5, python-minimal, python-minimal-wrapper,
python-wrapper): Update to 3.5.3.
* gnu/packages/patches/python-fix-tests.patch: Adjust patch context.
* gnu/packages/patches/python-3.5-fix-tests.patch: Likewise. Patch one new test.
This commit is contained in:
Marius Bakke 2017-03-12 04:00:48 +01:00
parent baa467762c
commit 343cee8af3
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
3 changed files with 40 additions and 18 deletions

View file

@ -317,7 +317,7 @@ data types.")
(define-public python-3.5
(package (inherit python-2)
(version "3.5.2")
(version "3.5.3")
(source (origin
(method url-fetch)
(uri (string-append "https://www.python.org/ftp/python/"
@ -330,7 +330,7 @@ data types.")
(patch-flags '("-p0"))
(sha256
(base32
"0h6a5fr7ram2s483lh0pnmc4ncijb8llnpfdxdcl5dxr01hza400"))
"1c6v1n9nz4mlx9mw1125fxpmbrgniqdbbx9hnqx44maqazb2mzpf"))
(snippet
'(delete-file
"Lib/ctypes/test/test_win32.py")))) ; fails on aarch64