summaryrefslogtreecommitdiff
path: root/math/py-sympy/distinfo
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2019-12-16 23:54:47 +0000
committerminskim <minskim@pkgsrc.org>2019-12-16 23:54:47 +0000
commit429dd039116ad53bb982104b29405c5dc5e8e81c (patch)
tree95e977c0b2014f801cafa9f8990a0278250e9fcd /math/py-sympy/distinfo
parent3c47d9ea35d7f03ffdb105b53d84f3d00d03f8e9 (diff)
downloadpkgsrc-429dd039116ad53bb982104b29405c5dc5e8e81c.tar.gz
math/py-sympy: Update to 1.3
Backwards compatibility breaks and deprecations: * Symbols no longer automatically convert to functions when called, e.g., if f = Symbol('f'), f(t) is now a TypeError. To create a function, use f = Function('f') or f = symbols('f', cls=Function). * .integrate() has been renamed to .compute_expectation() in sympy.stats in order to avoid confusion with the integrals module. * classof() and a2idx() in sympy.matrices.matrices have been deprecated in favor of the same functions in sympy.matrices.common. * The source() function has been deprecated. Use inspect.getsource or ?? in IPython. See the release notes for the full list of changes. https://github.com/sympy/sympy/wiki/release-notes-for-1.3
Diffstat (limited to 'math/py-sympy/distinfo')
-rw-r--r--math/py-sympy/distinfo10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/py-sympy/distinfo b/math/py-sympy/distinfo
index 034af91a5a4..5835dd11a3d 100644
--- a/math/py-sympy/distinfo
+++ b/math/py-sympy/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/07/19 20:15:36 prlw1 Exp $
+$NetBSD: distinfo,v 1.13 2019/12/16 23:54:47 minskim Exp $
-SHA1 (sympy-1.2.tar.gz) = 7f149e0fab7dc0572fa2396c055decceaf384e03
-RMD160 (sympy-1.2.tar.gz) = f3b2100b40c3ac6f33c2e7568e3fe5c16decb15c
-SHA512 (sympy-1.2.tar.gz) = ee69f0be3a4215245c1e8c870befb3b53e763f8ec483b08716bc34e54435cb9f1fbd12fd605286588c9d5731ed3ec9935134da3adf9ca95014a41f065a74db37
-Size (sympy-1.2.tar.gz) = 5425875 bytes
+SHA1 (sympy-1.3.tar.gz) = bbbf7b4331547f57fc43609cfb2d466f9ba75e1f
+RMD160 (sympy-1.3.tar.gz) = b119712c160313049f5979c7d94b6e39ed83def0
+SHA512 (sympy-1.3.tar.gz) = 3b47dcf80e9a0ca7d65860907264bbcd6f6022275c717784cd165a7a824dca3471bc5a3be9d1af6ab31e04b29f7d5305713fc47ccb67f798f45281e0ab7e03bf
+Size (sympy-1.3.tar.gz) = 5885611 bytes