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: adam
Date: Thu Sep 19 08:09:03 UTC 2024
Modified Files:
pkgsrc/math/py-sympy: Makefile distinfo
Log Message:
py-sympy: updated to 1.13.3
SymPy 1.13.3
Changes
matrices
Handle matrices of zero columns correctly in the Matrix constructor. In SymPy 1.12 these produced empty matrices of the wrong shape and in 1.13 they resulted in an error. Now Matrix([[], []]).shape
== (2,0).
physics.wigner
NumPy numbers can be used with clebsch_gordan. Fixes a regression introduced in SymPy 1.13.0.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/math/py-sympy/Makefile
cvs rdiff -u -r1.27 -r1.28 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.39 pkgsrc/math/py-sympy/Makefile:1.40
--- pkgsrc/math/py-sympy/Makefile:1.39 Mon Aug 12 14:30:51 2024
+++ pkgsrc/math/py-sympy/Makefile Thu Sep 19 08:09:03 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2024/08/12 14:30:51 adam Exp $
+# $NetBSD: Makefile,v 1.40 2024/09/19 08:09:03 adam Exp $
-DISTNAME= sympy-1.13.2
+DISTNAME= sympy-1.13.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sympy/}
@@ -18,8 +18,6 @@ USE_LANGUAGES= # none
REPLACE_PYTHON+= sympy/utilities/tests/diagnose_imports.py
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
SUBST_CLASSES+= manpath
SUBST_SED.manpath= -e 's,share/man,${PKGMANDIR},'
SUBST_FILES.manpath+= setup.py
Index: pkgsrc/math/py-sympy/distinfo
diff -u pkgsrc/math/py-sympy/distinfo:1.27 pkgsrc/math/py-sympy/distinfo:1.28
--- pkgsrc/math/py-sympy/distinfo:1.27 Mon Aug 12 14:30:51 2024
+++ pkgsrc/math/py-sympy/distinfo Thu Sep 19 08:09:03 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2024/08/12 14:30:51 adam Exp $
+$NetBSD: distinfo,v 1.28 2024/09/19 08:09:03 adam Exp $
-BLAKE2s (sympy-1.13.2.tar.gz) = 0a382326aad5dfea32a34f3d0f682703f7be835349fee5b2b0e6fd0b3ed593b1
-SHA512 (sympy-1.13.2.tar.gz) = 0e6070806f246e0c815b82f77b5f3cb26162dd2afc6d4a2bae3764321a5b805aa76e15ee8168e976d444c878d6a0db72000ce592b34eab75d4d8b56a1a004791
-Size (sympy-1.13.2.tar.gz) = 7532926 bytes
+BLAKE2s (sympy-1.13.3.tar.gz) = f7da8e0a2984bc0505177b88b2f46ca183cd4f178f13e4358373d98109f9ee07
+SHA512 (sympy-1.13.3.tar.gz) = 84e4b8ef7e193a99ed326eee824a16bd700c5d381f36b746c53997e9ef60ecfe1bdd060e3fbe82a27e67f611ece573bdc5f0cd884b77e45f732ef16c519a21b4
+Size (sympy-1.13.3.tar.gz) = 7533196 bytes
Home |
Main Index |
Thread Index |
Old Index