emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#29242: closed ([PATCH] gnu: python-sympy: Update t


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29242: closed ([PATCH] gnu: python-sympy: Update to 1.1.1.)
Date: Sat, 11 Nov 2017 07:58:02 +0000

Your message dated Sat, 11 Nov 2017 08:57:33 +0100
with message-id <address@hidden>
and subject line Re: [bug#29242] [PATCH] gnu: python-sympy: Update to 1.1.1.
has caused the debbugs.gnu.org bug report #29242,
regarding [PATCH] gnu: python-sympy: Update to 1.1.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29242: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29242
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: python-sympy: Update to 1.1.1. Date: Fri, 10 Nov 2017 20:03:23 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hello,

This updates sympy to its latest version. I build both python-sympy and
python2-sympy on my laptop, both finish tests without error (my laptop
is slow, it takes serveral hours). Should I say have fun solving
equations?

From 085a61b91d88234417590c527a56a2a5be57587b Mon Sep 17 00:00:00 2001
From: Alex Vong <address@hidden>
Date: Wed, 8 Nov 2017 22:49:53 +0800
Subject: [PATCH] gnu: python-sympy: Update to 1.1.1.

* gnu/packages/python.scm (python-sympy, python2-sympy): Update to 1.1.1.
---
 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 7a0790675..7f46b6f05 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -29,7 +29,7 @@
 ;;; Copyright © 2016, 2017 Marius Bakke <address@hidden>
 ;;; Copyright © 2016, 2017 Stefan Reichör <address@hidden>
 ;;; Copyright © 2016 Dylan Jeffers <address@hidden@openmailbox.org>
-;;; Copyright © 2016 Alex Vong <address@hidden>
+;;; Copyright © 2016, 2017 Alex Vong <address@hidden>
 ;;; Copyright © 2016, 2017 Arun Isaac <address@hidden>
 ;;; Copyright © 2016, 2017 Julien Lepiller <address@hidden>
 ;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <address@hidden>
@@ -6771,7 +6771,7 @@ more advanced mathematics.")
 (define-public python-sympy
   (package
     (name "python-sympy")
-    (version "1.0")
+    (version "1.1.1")
     (source
      (origin
        (method url-fetch)
@@ -6779,7 +6779,7 @@ more advanced mathematics.")
              "https://github.com/sympy/sympy/releases/download/sympy-";
              version "/sympy-" version ".tar.gz"))
        (sha256
-        (base32 "1bpzjwr9hrr7w88v4vgnj9lr6vxcldc94si13n8xpr1rv08d5b1y"))))
+        (base32 "190n29sppw7g8ihilc5451y7jlfcaw56crqiqbf1jff43dlmfnxc"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-mpmath" ,python-mpmath)))
-- 
2.15.0

Cheers,
Alex

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#29242] [PATCH] gnu: python-sympy: Update to 1.1.1. Date: Sat, 11 Nov 2017 08:57:33 +0100 User-agent: Notmuch/0.25.1 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu)
Alex Vong <address@hidden> writes:

> Hello,
>
> This updates sympy to its latest version. I build both python-sympy and
> python2-sympy on my laptop, both finish tests without error (my laptop
> is slow, it takes serveral hours). Should I say have fun solving
> equations?

Ha, thanks for this, pushed!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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