From: Christopher Allan Webber <cwebber@dustycloud.org>
To: guix-devel <guix-devel@gnu.org>
Subject: [PATCH] Update Python to 3.4.4
Date: Mon, 20 Jun 2016 14:18:49 -0500 [thread overview]
Message-ID: <87r3bru0rq.fsf@dustycloud.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 306 bytes --]
Hello all!
Here's a patch to update Python to the latest version. I can confirm
that it builds fine. I'm guessing it needs to go into core-updates
though because this probably affects a lot of things?
I also intend to look at Diane's work on Python 3.5 to see if I can help
move that along.
- Chris
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-python-3.4-Update-to-3.4.4.patch --]
[-- Type: text/x-patch, Size: 1593 bytes --]
From b41ddd042730895a1ce257943018099c98053eac Mon Sep 17 00:00:00 2001
From: Christopher Allan Webber <cwebber@dustycloud.org>
Date: Mon, 20 Jun 2016 14:05:20 -0500
Subject: [PATCH] gnu: python-3.4: Update to 3.4.4.
* gnu/packages/python.scm (python-3.4): Update to 3.4.4.
---
gnu/packages/python.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index fa06a12..92535cb 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -271,21 +271,19 @@ data types.")
(define-public python-3.4
(package (inherit python-2)
- (version "3.4.3")
+ (version "3.4.4")
(source (origin
(method url-fetch)
(uri (string-append "https://www.python.org/ftp/python/"
version "/Python-" version ".tar.xz"))
(patches (search-patches
"python-fix-tests.patch"
- ;; XXX Try removing this patch for python > 3.4.3
- "python-disable-ssl-test.patch"
"python-3-deterministic-build-info.patch"
"python-3-search-paths.patch"))
(patch-flags '("-p0"))
(sha256
(base32
- "1f4nm4z08sy0kqwisvv95l02crv6dyysdmx44p1mz3bn6csrdcxm"))))
+ "18kb5c29w04rj4gyz3jngm72sy8izfnbjlm6ajv6rv2m061d75x7"))))
(arguments (substitute-keyword-arguments (package-arguments python-2)
((#:tests? _) #t)))
(native-search-paths
--
2.8.4
next reply other threads:[~2016-06-20 19:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-20 19:18 Christopher Allan Webber [this message]
2016-06-20 19:35 ` [PATCH] Update Python to 3.4.4 Leo Famulari
2016-06-21 14:44 ` Christopher Allan Webber
2016-06-22 5:35 ` Leo Famulari
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r3bru0rq.fsf@dustycloud.org \
--to=cwebber@dustycloud.org \
--cc=guix-devel@gnu.org \
/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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).