pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-sympy



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri Jan 31 04:51:40 UTC 2020

Modified Files:
        pkgsrc/math/py-sympy: Makefile distinfo

Log Message:
math/py-sympy: Update to 1.5.1

Changes:
- Fix a regression in 1.5 that allowed expressions to compare equal to
  strings, and caused == to call str() on the other object.
- Avoid using scipy versions of numpy functions, which are deprecated,
  in lambdify.

Take MAINTAINERship.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/math/py-sympy/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/py-sympy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-sympy/Makefile
diff -u pkgsrc/math/py-sympy/Makefile:1.24 pkgsrc/math/py-sympy/Makefile:1.25
--- pkgsrc/math/py-sympy/Makefile:1.24  Sun Jan 26 17:31:40 2020
+++ pkgsrc/math/py-sympy/Makefile       Fri Jan 31 04:51:40 2020
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.24 2020/01/26 17:31:40 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2020/01/31 04:51:40 minskim Exp $
 
-DISTNAME=      sympy-1.5
+DISTNAME=      sympy-1.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sympy/}
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://www.sympy.org/
 COMMENT=       Python library for symbolic mathematics
 LICENSE=       modified-bsd

Index: pkgsrc/math/py-sympy/distinfo
diff -u pkgsrc/math/py-sympy/distinfo:1.15 pkgsrc/math/py-sympy/distinfo:1.16
--- pkgsrc/math/py-sympy/distinfo:1.15  Fri Jan 24 16:20:24 2020
+++ pkgsrc/math/py-sympy/distinfo       Fri Jan 31 04:51:40 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/01/24 16:20:24 minskim Exp $
+$NetBSD: distinfo,v 1.16 2020/01/31 04:51:40 minskim Exp $
 
-SHA1 (sympy-1.5.tar.gz) = be2e740860f7900f0ee2a8102d2943fded44125c
-RMD160 (sympy-1.5.tar.gz) = 3d1b3efed8553d5d2aa84fbc40be4a895c3c617a
-SHA512 (sympy-1.5.tar.gz) = 882ed99cbc7333cbed85d247d04a764a92855e3d26cee96163d18ece566115b9d38999bbe022225521834037dbdfc4c567548112dfddd5ece65af8f672a06091
-Size (sympy-1.5.tar.gz) = 6294079 bytes
+SHA1 (sympy-1.5.1.tar.gz) = db5fee38fd64eeb708cba275cc8175f633de86b2
+RMD160 (sympy-1.5.1.tar.gz) = ea2680ccf760b469d393c72b5e1f585545231fbf
+SHA512 (sympy-1.5.1.tar.gz) = 3e800f71842f8d719afb537c52854c9d41fb37dd9891c947c7c668affaffd058af67361f7b1ab747c12ad34947dab63fe3f96e57263028c84433493ee68378f1
+Size (sympy-1.5.1.tar.gz) = 6294719 bytes



Home | Main Index | Thread Index | Old Index