* [PATCH] gnu: python-sympy: Update to 1.0.
@ 2017-03-01 16:56 Alex Vong
2017-03-02 0:00 ` Marius Bakke
0 siblings, 1 reply; 3+ messages in thread
From: Alex Vong @ 2017-03-01 16:56 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1.1: Type: text/plain, Size: 54 bytes --]
Hi,
This patch updates sympy to the latest version.
[-- Attachment #1.2: 0001-gnu-python-sympy-Update-to-1.0.patch --]
[-- Type: text/x-diff, Size: 1861 bytes --]
From 941107a5405207ce3cef426e087feb996f421c72 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
Date: Thu, 2 Mar 2017 00:43:37 +0800
Subject: [PATCH] gnu: python-sympy: Update to 1.0.
* gnu/packages/python.scm (python-sympy, python2-sympy): Update to 1.0.
---
gnu/packages/python.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5b8698043..a4b5411c5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -29,7 +29,7 @@
;;; Copyright © 2016, 2017 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2016 Stefan Reichoer <stefan@xsteve.at>
;;; Copyright © 2016 Dylan Jeffers <sapientech@sapientech@openmailbox.org>
-;;; Copyright © 2016 Alex Vong <alexvong1995@gmail.com>
+;;; Copyright © 2016, 2017 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2016 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2016, 2017 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -5613,7 +5613,7 @@ and statistical routines from scipy and statsmodels.")
(define-public python-sympy
(package
(name "python-sympy")
- (version "0.7.6")
+ (version "1.0")
(source
(origin
(method url-fetch)
@@ -5621,7 +5621,7 @@ and statistical routines from scipy and statsmodels.")
"https://github.com/sympy/sympy/releases/download/sympy-"
version "/sympy-" version ".tar.gz"))
(sha256
- (base32 "19yp0gy4i7p4g6l3b8vaqkj9qj7yqb5kqy0qgbdagpzgkdz958yz"))))
+ (base32 "1bpzjwr9hrr7w88v4vgnj9lr6vxcldc94si13n8xpr1rv08d5b1y"))))
(build-system python-build-system)
(home-page "http://www.sympy.org/")
(synopsis "Python library for symbolic mathematics")
--
2.12.0
[-- Attachment #1.3: Type: text/plain, Size: 14 bytes --]
Cheers,
Alex
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: python-sympy: Update to 1.0.
2017-03-01 16:56 [PATCH] gnu: python-sympy: Update to 1.0 Alex Vong
@ 2017-03-02 0:00 ` Marius Bakke
2017-03-02 1:35 ` Alex Vong
0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2017-03-02 0:00 UTC (permalink / raw)
To: Alex Vong, guix-devel
[-- Attachment #1: Type: text/plain, Size: 746 bytes --]
Alex Vong <alexvong1995@gmail.com> writes:
> Hi,
>
> This patch updates sympy to the latest version.
>
> From 941107a5405207ce3cef426e087feb996f421c72 Mon Sep 17 00:00:00 2001
> From: Alex Vong <alexvong1995@gmail.com>
> Date: Thu, 2 Mar 2017 00:43:37 +0800
> Subject: [PATCH] gnu: python-sympy: Update to 1.0.
>
> * gnu/packages/python.scm (python-sympy, python2-sympy): Update to 1.0.
IIRC sympy 1.0 required a library called "mpmath" as well. It probably
doesn't fail right now because of bug #25177.
In any case we already have python-sympy@1.0 in the 'python-tests'
branch with commit 52f622ef9fd315945f37de921c9d46997d176692.
It will be merged to master as soon as the Hydra integration server is
back up in a day or two (hopefully!).
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: python-sympy: Update to 1.0.
2017-03-02 0:00 ` Marius Bakke
@ 2017-03-02 1:35 ` Alex Vong
0 siblings, 0 replies; 3+ messages in thread
From: Alex Vong @ 2017-03-02 1:35 UTC (permalink / raw)
To: Marius Bakke; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 846 bytes --]
Marius Bakke <mbakke@fastmail.com> writes:
> Alex Vong <alexvong1995@gmail.com> writes:
>
>> Hi,
>>
>> This patch updates sympy to the latest version.
>>
>> From 941107a5405207ce3cef426e087feb996f421c72 Mon Sep 17 00:00:00 2001
>> From: Alex Vong <alexvong1995@gmail.com>
>> Date: Thu, 2 Mar 2017 00:43:37 +0800
>> Subject: [PATCH] gnu: python-sympy: Update to 1.0.
>>
>> * gnu/packages/python.scm (python-sympy, python2-sympy): Update to 1.0.
>
> IIRC sympy 1.0 required a library called "mpmath" as well. It probably
> doesn't fail right now because of bug #25177.
>
> In any case we already have python-sympy@1.0 in the 'python-tests'
> branch with commit 52f622ef9fd315945f37de921c9d46997d176692.
>
Ah, I haven't noticed that!
> It will be merged to master as soon as the Hydra integration server is
> back up in a day or two (hopefully!).
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-03-02 1:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-01 16:56 [PATCH] gnu: python-sympy: Update to 1.0 Alex Vong
2017-03-02 0:00 ` Marius Bakke
2017-03-02 1:35 ` Alex Vong
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).