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:           Mon Nov 21 17:30:08 UTC 2022

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

Log Message:
py-sympy: updated to 1.11.1

1.11.1
Changes

utilities
The 1.11 release introduced a regression when using lambdify with the cse=True option (introduced in 1.9) resulting in a list being returned for a lambdified expression that was not a list. This bug 
is now fixed in the 1.11.1 release.

1.11.0
Better support for integrating several different types of expressions.
The series expansion has seen several improvements.
The assumption system is now fully deterministic, so it should work in multi-threaded environments.
A new and improved Mathematica parser.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/math/py-sympy/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/math/py-sympy/PLIST \
    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.33 pkgsrc/math/py-sympy/Makefile:1.34
--- pkgsrc/math/py-sympy/Makefile:1.33  Mon Jul 18 12:49:20 2022
+++ pkgsrc/math/py-sympy/Makefile       Mon Nov 21 17:30:07 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2022/07/18 12:49:20 jperkin Exp $
+# $NetBSD: Makefile,v 1.34 2022/11/21 17:30:07 adam Exp $
 
-DISTNAME=      sympy-1.9
+DISTNAME=      sympy-1.11.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sympy/}
 

Index: pkgsrc/math/py-sympy/PLIST
diff -u pkgsrc/math/py-sympy/PLIST:1.22 pkgsrc/math/py-sympy/PLIST:1.23
--- pkgsrc/math/py-sympy/PLIST:1.22     Thu Nov 18 19:52:18 2021
+++ pkgsrc/math/py-sympy/PLIST  Mon Nov 21 17:30:07 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2021/11/18 19:52:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2022/11/21 17:30:07 adam Exp $
 bin/isympy-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -151,6 +151,9 @@ ${PYSITELIB}/sympy/benchmarks/bench_symb
 ${PYSITELIB}/sympy/calculus/__init__.py
 ${PYSITELIB}/sympy/calculus/__init__.pyc
 ${PYSITELIB}/sympy/calculus/__init__.pyo
+${PYSITELIB}/sympy/calculus/accumulationbounds.py
+${PYSITELIB}/sympy/calculus/accumulationbounds.pyc
+${PYSITELIB}/sympy/calculus/accumulationbounds.pyo
 ${PYSITELIB}/sympy/calculus/euler.py
 ${PYSITELIB}/sympy/calculus/euler.pyc
 ${PYSITELIB}/sympy/calculus/euler.pyo
@@ -163,6 +166,9 @@ ${PYSITELIB}/sympy/calculus/singularitie
 ${PYSITELIB}/sympy/calculus/tests/__init__.py
 ${PYSITELIB}/sympy/calculus/tests/__init__.pyc
 ${PYSITELIB}/sympy/calculus/tests/__init__.pyo
+${PYSITELIB}/sympy/calculus/tests/test_accumulationbounds.py
+${PYSITELIB}/sympy/calculus/tests/test_accumulationbounds.pyc
+${PYSITELIB}/sympy/calculus/tests/test_accumulationbounds.pyo
 ${PYSITELIB}/sympy/calculus/tests/test_euler.py
 ${PYSITELIB}/sympy/calculus/tests/test_euler.pyc
 ${PYSITELIB}/sympy/calculus/tests/test_euler.pyo
@@ -199,15 +205,15 @@ ${PYSITELIB}/sympy/categories/tests/test
 ${PYSITELIB}/sympy/codegen/__init__.py
 ${PYSITELIB}/sympy/codegen/__init__.pyc
 ${PYSITELIB}/sympy/codegen/__init__.pyo
+${PYSITELIB}/sympy/codegen/abstract_nodes.py
+${PYSITELIB}/sympy/codegen/abstract_nodes.pyc
+${PYSITELIB}/sympy/codegen/abstract_nodes.pyo
 ${PYSITELIB}/sympy/codegen/algorithms.py
 ${PYSITELIB}/sympy/codegen/algorithms.pyc
 ${PYSITELIB}/sympy/codegen/algorithms.pyo
 ${PYSITELIB}/sympy/codegen/approximations.py
 ${PYSITELIB}/sympy/codegen/approximations.pyc
 ${PYSITELIB}/sympy/codegen/approximations.pyo
-${PYSITELIB}/sympy/codegen/array_utils.py
-${PYSITELIB}/sympy/codegen/array_utils.pyc
-${PYSITELIB}/sympy/codegen/array_utils.pyo
 ${PYSITELIB}/sympy/codegen/ast.py
 ${PYSITELIB}/sympy/codegen/ast.pyc
 ${PYSITELIB}/sympy/codegen/ast.pyo
@@ -235,6 +241,9 @@ ${PYSITELIB}/sympy/codegen/matrix_nodes.
 ${PYSITELIB}/sympy/codegen/numpy_nodes.py
 ${PYSITELIB}/sympy/codegen/numpy_nodes.pyc
 ${PYSITELIB}/sympy/codegen/numpy_nodes.pyo
+${PYSITELIB}/sympy/codegen/pynodes.py
+${PYSITELIB}/sympy/codegen/pynodes.pyc
+${PYSITELIB}/sympy/codegen/pynodes.pyo
 ${PYSITELIB}/sympy/codegen/pyutils.py
 ${PYSITELIB}/sympy/codegen/pyutils.pyc
 ${PYSITELIB}/sympy/codegen/pyutils.pyo
@@ -247,6 +256,9 @@ ${PYSITELIB}/sympy/codegen/scipy_nodes.p
 ${PYSITELIB}/sympy/codegen/tests/__init__.py
 ${PYSITELIB}/sympy/codegen/tests/__init__.pyc
 ${PYSITELIB}/sympy/codegen/tests/__init__.pyo
+${PYSITELIB}/sympy/codegen/tests/test_abstract_nodes.py
+${PYSITELIB}/sympy/codegen/tests/test_abstract_nodes.pyc
+${PYSITELIB}/sympy/codegen/tests/test_abstract_nodes.pyo
 ${PYSITELIB}/sympy/codegen/tests/test_algorithms.py
 ${PYSITELIB}/sympy/codegen/tests/test_algorithms.pyc
 ${PYSITELIB}/sympy/codegen/tests/test_algorithms.pyo
@@ -274,6 +286,9 @@ ${PYSITELIB}/sympy/codegen/tests/test_fn
 ${PYSITELIB}/sympy/codegen/tests/test_numpy_nodes.py
 ${PYSITELIB}/sympy/codegen/tests/test_numpy_nodes.pyc
 ${PYSITELIB}/sympy/codegen/tests/test_numpy_nodes.pyo
+${PYSITELIB}/sympy/codegen/tests/test_pynodes.py
+${PYSITELIB}/sympy/codegen/tests/test_pynodes.pyc
+${PYSITELIB}/sympy/codegen/tests/test_pynodes.pyo
 ${PYSITELIB}/sympy/codegen/tests/test_pyutils.py
 ${PYSITELIB}/sympy/codegen/tests/test_pyutils.pyc
 ${PYSITELIB}/sympy/codegen/tests/test_pyutils.pyo
@@ -304,6 +319,9 @@ ${PYSITELIB}/sympy/combinatorics/graycod
 ${PYSITELIB}/sympy/combinatorics/group_constructs.py
 ${PYSITELIB}/sympy/combinatorics/group_constructs.pyc
 ${PYSITELIB}/sympy/combinatorics/group_constructs.pyo
+${PYSITELIB}/sympy/combinatorics/group_numbers.py
+${PYSITELIB}/sympy/combinatorics/group_numbers.pyc
+${PYSITELIB}/sympy/combinatorics/group_numbers.pyo
 ${PYSITELIB}/sympy/combinatorics/homomorphisms.py
 ${PYSITELIB}/sympy/combinatorics/homomorphisms.pyc
 ${PYSITELIB}/sympy/combinatorics/homomorphisms.pyo
@@ -364,6 +382,9 @@ ${PYSITELIB}/sympy/combinatorics/tests/t
 ${PYSITELIB}/sympy/combinatorics/tests/test_group_constructs.py
 ${PYSITELIB}/sympy/combinatorics/tests/test_group_constructs.pyc
 ${PYSITELIB}/sympy/combinatorics/tests/test_group_constructs.pyo
+${PYSITELIB}/sympy/combinatorics/tests/test_group_numbers.py
+${PYSITELIB}/sympy/combinatorics/tests/test_group_numbers.pyc
+${PYSITELIB}/sympy/combinatorics/tests/test_group_numbers.pyo
 ${PYSITELIB}/sympy/combinatorics/tests/test_homomorphisms.py
 ${PYSITELIB}/sympy/combinatorics/tests/test_homomorphisms.pyc
 ${PYSITELIB}/sympy/combinatorics/tests/test_homomorphisms.pyo
@@ -559,6 +580,9 @@ ${PYSITELIB}/sympy/core/parameters.pyo
 ${PYSITELIB}/sympy/core/power.py
 ${PYSITELIB}/sympy/core/power.pyc
 ${PYSITELIB}/sympy/core/power.pyo
+${PYSITELIB}/sympy/core/random.py
+${PYSITELIB}/sympy/core/random.pyc
+${PYSITELIB}/sympy/core/random.pyo
 ${PYSITELIB}/sympy/core/relational.py
 ${PYSITELIB}/sympy/core/relational.pyc
 ${PYSITELIB}/sympy/core/relational.pyo
@@ -568,6 +592,9 @@ ${PYSITELIB}/sympy/core/rules.pyo
 ${PYSITELIB}/sympy/core/singleton.py
 ${PYSITELIB}/sympy/core/singleton.pyc
 ${PYSITELIB}/sympy/core/singleton.pyo
+${PYSITELIB}/sympy/core/sorting.py
+${PYSITELIB}/sympy/core/sorting.pyc
+${PYSITELIB}/sympy/core/sorting.pyo
 ${PYSITELIB}/sympy/core/symbol.py
 ${PYSITELIB}/sympy/core/symbol.pyc
 ${PYSITELIB}/sympy/core/symbol.pyo
@@ -664,6 +691,9 @@ ${PYSITELIB}/sympy/core/tests/test_power
 ${PYSITELIB}/sympy/core/tests/test_priority.py
 ${PYSITELIB}/sympy/core/tests/test_priority.pyc
 ${PYSITELIB}/sympy/core/tests/test_priority.pyo
+${PYSITELIB}/sympy/core/tests/test_random.py
+${PYSITELIB}/sympy/core/tests/test_random.pyc
+${PYSITELIB}/sympy/core/tests/test_random.pyo
 ${PYSITELIB}/sympy/core/tests/test_relational.py
 ${PYSITELIB}/sympy/core/tests/test_relational.pyc
 ${PYSITELIB}/sympy/core/tests/test_relational.pyo
@@ -673,6 +703,9 @@ ${PYSITELIB}/sympy/core/tests/test_rules
 ${PYSITELIB}/sympy/core/tests/test_singleton.py
 ${PYSITELIB}/sympy/core/tests/test_singleton.pyc
 ${PYSITELIB}/sympy/core/tests/test_singleton.pyo
+${PYSITELIB}/sympy/core/tests/test_sorting.py
+${PYSITELIB}/sympy/core/tests/test_sorting.pyc
+${PYSITELIB}/sympy/core/tests/test_sorting.pyo
 ${PYSITELIB}/sympy/core/tests/test_subs.py
 ${PYSITELIB}/sympy/core/tests/test_subs.pyc
 ${PYSITELIB}/sympy/core/tests/test_subs.pyo
@@ -682,9 +715,9 @@ ${PYSITELIB}/sympy/core/tests/test_symbo
 ${PYSITELIB}/sympy/core/tests/test_sympify.py
 ${PYSITELIB}/sympy/core/tests/test_sympify.pyc
 ${PYSITELIB}/sympy/core/tests/test_sympify.pyo
-${PYSITELIB}/sympy/core/tests/test_trace.py
-${PYSITELIB}/sympy/core/tests/test_trace.pyc
-${PYSITELIB}/sympy/core/tests/test_trace.pyo
+${PYSITELIB}/sympy/core/tests/test_traversal.py
+${PYSITELIB}/sympy/core/tests/test_traversal.pyc
+${PYSITELIB}/sympy/core/tests/test_traversal.pyo
 ${PYSITELIB}/sympy/core/tests/test_truediv.py
 ${PYSITELIB}/sympy/core/tests/test_truediv.pyc
 ${PYSITELIB}/sympy/core/tests/test_truediv.pyo
@@ -694,6 +727,9 @@ ${PYSITELIB}/sympy/core/tests/test_var.p
 ${PYSITELIB}/sympy/core/trace.py
 ${PYSITELIB}/sympy/core/trace.pyc
 ${PYSITELIB}/sympy/core/trace.pyo
+${PYSITELIB}/sympy/core/traversal.py
+${PYSITELIB}/sympy/core/traversal.pyc
+${PYSITELIB}/sympy/core/traversal.pyo
 ${PYSITELIB}/sympy/crypto/__init__.py
 ${PYSITELIB}/sympy/crypto/__init__.pyc
 ${PYSITELIB}/sympy/crypto/__init__.pyo
@@ -1313,9 +1349,6 @@ ${PYSITELIB}/sympy/integrals/trigonometr
 ${PYSITELIB}/sympy/interactive/__init__.py
 ${PYSITELIB}/sympy/interactive/__init__.pyc
 ${PYSITELIB}/sympy/interactive/__init__.pyo
-${PYSITELIB}/sympy/interactive/ipythonprinting.py
-${PYSITELIB}/sympy/interactive/ipythonprinting.pyc
-${PYSITELIB}/sympy/interactive/ipythonprinting.pyo
 ${PYSITELIB}/sympy/interactive/printing.py
 ${PYSITELIB}/sympy/interactive/printing.pyc
 ${PYSITELIB}/sympy/interactive/printing.pyo
@@ -1331,9 +1364,9 @@ ${PYSITELIB}/sympy/interactive/tests/tes
 ${PYSITELIB}/sympy/interactive/tests/test_ipython.py
 ${PYSITELIB}/sympy/interactive/tests/test_ipython.pyc
 ${PYSITELIB}/sympy/interactive/tests/test_ipython.pyo
-${PYSITELIB}/sympy/interactive/tests/test_ipythonprinting.py
-${PYSITELIB}/sympy/interactive/tests/test_ipythonprinting.pyc
-${PYSITELIB}/sympy/interactive/tests/test_ipythonprinting.pyo
+${PYSITELIB}/sympy/interactive/traversal.py
+${PYSITELIB}/sympy/interactive/traversal.pyc
+${PYSITELIB}/sympy/interactive/traversal.pyo
 ${PYSITELIB}/sympy/liealgebras/__init__.py
 ${PYSITELIB}/sympy/liealgebras/__init__.pyc
 ${PYSITELIB}/sympy/liealgebras/__init__.pyo
@@ -1472,15 +1505,6 @@ ${PYSITELIB}/sympy/matrices/decompositio
 ${PYSITELIB}/sympy/matrices/dense.py
 ${PYSITELIB}/sympy/matrices/dense.pyc
 ${PYSITELIB}/sympy/matrices/dense.pyo
-${PYSITELIB}/sympy/matrices/densearith.py
-${PYSITELIB}/sympy/matrices/densearith.pyc
-${PYSITELIB}/sympy/matrices/densearith.pyo
-${PYSITELIB}/sympy/matrices/densesolve.py
-${PYSITELIB}/sympy/matrices/densesolve.pyc
-${PYSITELIB}/sympy/matrices/densesolve.pyo
-${PYSITELIB}/sympy/matrices/densetools.py
-${PYSITELIB}/sympy/matrices/densetools.pyc
-${PYSITELIB}/sympy/matrices/densetools.pyo
 ${PYSITELIB}/sympy/matrices/determinant.py
 ${PYSITELIB}/sympy/matrices/determinant.pyc
 ${PYSITELIB}/sympy/matrices/determinant.pyo
@@ -1679,15 +1703,6 @@ ${PYSITELIB}/sympy/matrices/tests/test_c
 ${PYSITELIB}/sympy/matrices/tests/test_decompositions.py
 ${PYSITELIB}/sympy/matrices/tests/test_decompositions.pyc
 ${PYSITELIB}/sympy/matrices/tests/test_decompositions.pyo
-${PYSITELIB}/sympy/matrices/tests/test_densearith.py
-${PYSITELIB}/sympy/matrices/tests/test_densearith.pyc
-${PYSITELIB}/sympy/matrices/tests/test_densearith.pyo
-${PYSITELIB}/sympy/matrices/tests/test_densesolve.py
-${PYSITELIB}/sympy/matrices/tests/test_densesolve.pyc
-${PYSITELIB}/sympy/matrices/tests/test_densesolve.pyo
-${PYSITELIB}/sympy/matrices/tests/test_densetools.py
-${PYSITELIB}/sympy/matrices/tests/test_densetools.pyc
-${PYSITELIB}/sympy/matrices/tests/test_densetools.pyo
 ${PYSITELIB}/sympy/matrices/tests/test_determinant.py
 ${PYSITELIB}/sympy/matrices/tests/test_determinant.pyc
 ${PYSITELIB}/sympy/matrices/tests/test_determinant.pyo
@@ -1866,6 +1881,9 @@ ${PYSITELIB}/sympy/parsing/autolev/_antl
 ${PYSITELIB}/sympy/parsing/autolev/_antlr/autolevparser.py
 ${PYSITELIB}/sympy/parsing/autolev/_antlr/autolevparser.pyc
 ${PYSITELIB}/sympy/parsing/autolev/_antlr/autolevparser.pyo
+${PYSITELIB}/sympy/parsing/autolev/_build_autolev_antlr.py
+${PYSITELIB}/sympy/parsing/autolev/_build_autolev_antlr.pyc
+${PYSITELIB}/sympy/parsing/autolev/_build_autolev_antlr.pyo
 ${PYSITELIB}/sympy/parsing/autolev/_listener_autolev_antlr.py
 ${PYSITELIB}/sympy/parsing/autolev/_listener_autolev_antlr.pyc
 ${PYSITELIB}/sympy/parsing/autolev/_listener_autolev_antlr.pyo
@@ -2035,6 +2053,12 @@ ${PYSITELIB}/sympy/physics/continuum_mec
 ${PYSITELIB}/sympy/physics/continuum_mechanics/tests/test_beam.py
 ${PYSITELIB}/sympy/physics/continuum_mechanics/tests/test_beam.pyc
 ${PYSITELIB}/sympy/physics/continuum_mechanics/tests/test_beam.pyo
+${PYSITELIB}/sympy/physics/continuum_mechanics/tests/test_truss.py
+${PYSITELIB}/sympy/physics/continuum_mechanics/tests/test_truss.pyc
+${PYSITELIB}/sympy/physics/continuum_mechanics/tests/test_truss.pyo
+${PYSITELIB}/sympy/physics/continuum_mechanics/truss.py
+${PYSITELIB}/sympy/physics/continuum_mechanics/truss.pyc
+${PYSITELIB}/sympy/physics/continuum_mechanics/truss.pyo
 ${PYSITELIB}/sympy/physics/control/__init__.py
 ${PYSITELIB}/sympy/physics/control/__init__.pyc
 ${PYSITELIB}/sympy/physics/control/__init__.pyo
@@ -2053,9 +2077,6 @@ ${PYSITELIB}/sympy/physics/control/tests
 ${PYSITELIB}/sympy/physics/control/tests/test_lti.py
 ${PYSITELIB}/sympy/physics/control/tests/test_lti.pyc
 ${PYSITELIB}/sympy/physics/control/tests/test_lti.pyo
-${PYSITELIB}/sympy/physics/gaussopt.py
-${PYSITELIB}/sympy/physics/gaussopt.pyc
-${PYSITELIB}/sympy/physics/gaussopt.pyo
 ${PYSITELIB}/sympy/physics/hep/__init__.py
 ${PYSITELIB}/sympy/physics/hep/__init__.pyc
 ${PYSITELIB}/sympy/physics/hep/__init__.pyo
@@ -2419,6 +2440,12 @@ ${PYSITELIB}/sympy/physics/quantum/tests
 ${PYSITELIB}/sympy/physics/quantum/tests/test_tensorproduct.py
 ${PYSITELIB}/sympy/physics/quantum/tests/test_tensorproduct.pyc
 ${PYSITELIB}/sympy/physics/quantum/tests/test_tensorproduct.pyo
+${PYSITELIB}/sympy/physics/quantum/tests/test_trace.py
+${PYSITELIB}/sympy/physics/quantum/tests/test_trace.pyc
+${PYSITELIB}/sympy/physics/quantum/tests/test_trace.pyo
+${PYSITELIB}/sympy/physics/quantum/trace.py
+${PYSITELIB}/sympy/physics/quantum/trace.pyc
+${PYSITELIB}/sympy/physics/quantum/trace.pyo
 ${PYSITELIB}/sympy/physics/secondquant.py
 ${PYSITELIB}/sympy/physics/secondquant.pyc
 ${PYSITELIB}/sympy/physics/secondquant.pyo
@@ -2957,9 +2984,54 @@ ${PYSITELIB}/sympy/polys/monomials.pyo
 ${PYSITELIB}/sympy/polys/multivariate_resultants.py
 ${PYSITELIB}/sympy/polys/multivariate_resultants.pyc
 ${PYSITELIB}/sympy/polys/multivariate_resultants.pyo
-${PYSITELIB}/sympy/polys/numberfields.py
-${PYSITELIB}/sympy/polys/numberfields.pyc
-${PYSITELIB}/sympy/polys/numberfields.pyo
+${PYSITELIB}/sympy/polys/numberfields/__init__.py
+${PYSITELIB}/sympy/polys/numberfields/__init__.pyc
+${PYSITELIB}/sympy/polys/numberfields/__init__.pyo
+${PYSITELIB}/sympy/polys/numberfields/basis.py
+${PYSITELIB}/sympy/polys/numberfields/basis.pyc
+${PYSITELIB}/sympy/polys/numberfields/basis.pyo
+${PYSITELIB}/sympy/polys/numberfields/exceptions.py
+${PYSITELIB}/sympy/polys/numberfields/exceptions.pyc
+${PYSITELIB}/sympy/polys/numberfields/exceptions.pyo
+${PYSITELIB}/sympy/polys/numberfields/minpoly.py
+${PYSITELIB}/sympy/polys/numberfields/minpoly.pyc
+${PYSITELIB}/sympy/polys/numberfields/minpoly.pyo
+${PYSITELIB}/sympy/polys/numberfields/modules.py
+${PYSITELIB}/sympy/polys/numberfields/modules.pyc
+${PYSITELIB}/sympy/polys/numberfields/modules.pyo
+${PYSITELIB}/sympy/polys/numberfields/primes.py
+${PYSITELIB}/sympy/polys/numberfields/primes.pyc
+${PYSITELIB}/sympy/polys/numberfields/primes.pyo
+${PYSITELIB}/sympy/polys/numberfields/subfield.py
+${PYSITELIB}/sympy/polys/numberfields/subfield.pyc
+${PYSITELIB}/sympy/polys/numberfields/subfield.pyo
+${PYSITELIB}/sympy/polys/numberfields/tests/__init__.py
+${PYSITELIB}/sympy/polys/numberfields/tests/__init__.pyc
+${PYSITELIB}/sympy/polys/numberfields/tests/__init__.pyo
+${PYSITELIB}/sympy/polys/numberfields/tests/test_basis.py
+${PYSITELIB}/sympy/polys/numberfields/tests/test_basis.pyc
+${PYSITELIB}/sympy/polys/numberfields/tests/test_basis.pyo
+${PYSITELIB}/sympy/polys/numberfields/tests/test_minpoly.py
+${PYSITELIB}/sympy/polys/numberfields/tests/test_minpoly.pyc
+${PYSITELIB}/sympy/polys/numberfields/tests/test_minpoly.pyo
+${PYSITELIB}/sympy/polys/numberfields/tests/test_modules.py
+${PYSITELIB}/sympy/polys/numberfields/tests/test_modules.pyc
+${PYSITELIB}/sympy/polys/numberfields/tests/test_modules.pyo
+${PYSITELIB}/sympy/polys/numberfields/tests/test_numbers.py
+${PYSITELIB}/sympy/polys/numberfields/tests/test_numbers.pyc
+${PYSITELIB}/sympy/polys/numberfields/tests/test_numbers.pyo
+${PYSITELIB}/sympy/polys/numberfields/tests/test_primes.py
+${PYSITELIB}/sympy/polys/numberfields/tests/test_primes.pyc
+${PYSITELIB}/sympy/polys/numberfields/tests/test_primes.pyo
+${PYSITELIB}/sympy/polys/numberfields/tests/test_subfield.py
+${PYSITELIB}/sympy/polys/numberfields/tests/test_subfield.pyc
+${PYSITELIB}/sympy/polys/numberfields/tests/test_subfield.pyo
+${PYSITELIB}/sympy/polys/numberfields/tests/test_utilities.py
+${PYSITELIB}/sympy/polys/numberfields/tests/test_utilities.pyc
+${PYSITELIB}/sympy/polys/numberfields/tests/test_utilities.pyo
+${PYSITELIB}/sympy/polys/numberfields/utilities.py
+${PYSITELIB}/sympy/polys/numberfields/utilities.pyc
+${PYSITELIB}/sympy/polys/numberfields/utilities.pyo
 ${PYSITELIB}/sympy/polys/orderings.py
 ${PYSITELIB}/sympy/polys/orderings.pyc
 ${PYSITELIB}/sympy/polys/orderings.pyo
@@ -3077,9 +3149,6 @@ ${PYSITELIB}/sympy/polys/tests/test_mono
 ${PYSITELIB}/sympy/polys/tests/test_multivariate_resultants.py
 ${PYSITELIB}/sympy/polys/tests/test_multivariate_resultants.pyc
 ${PYSITELIB}/sympy/polys/tests/test_multivariate_resultants.pyo
-${PYSITELIB}/sympy/polys/tests/test_numberfields.py
-${PYSITELIB}/sympy/polys/tests/test_numberfields.pyc
-${PYSITELIB}/sympy/polys/tests/test_numberfields.pyo
 ${PYSITELIB}/sympy/polys/tests/test_orderings.py
 ${PYSITELIB}/sympy/polys/tests/test_orderings.pyc
 ${PYSITELIB}/sympy/polys/tests/test_orderings.pyo
@@ -3149,9 +3218,6 @@ ${PYSITELIB}/sympy/printing/aesaracode.p
 ${PYSITELIB}/sympy/printing/c.py
 ${PYSITELIB}/sympy/printing/c.pyc
 ${PYSITELIB}/sympy/printing/c.pyo
-${PYSITELIB}/sympy/printing/ccode.py
-${PYSITELIB}/sympy/printing/ccode.pyc
-${PYSITELIB}/sympy/printing/ccode.pyo
 ${PYSITELIB}/sympy/printing/codeprinter.py
 ${PYSITELIB}/sympy/printing/codeprinter.pyc
 ${PYSITELIB}/sympy/printing/codeprinter.pyo
@@ -3161,18 +3227,12 @@ ${PYSITELIB}/sympy/printing/conventions.
 ${PYSITELIB}/sympy/printing/cxx.py
 ${PYSITELIB}/sympy/printing/cxx.pyc
 ${PYSITELIB}/sympy/printing/cxx.pyo
-${PYSITELIB}/sympy/printing/cxxcode.py
-${PYSITELIB}/sympy/printing/cxxcode.pyc
-${PYSITELIB}/sympy/printing/cxxcode.pyo
 ${PYSITELIB}/sympy/printing/defaults.py
 ${PYSITELIB}/sympy/printing/defaults.pyc
 ${PYSITELIB}/sympy/printing/defaults.pyo
 ${PYSITELIB}/sympy/printing/dot.py
 ${PYSITELIB}/sympy/printing/dot.pyc
 ${PYSITELIB}/sympy/printing/dot.pyo
-${PYSITELIB}/sympy/printing/fcode.py
-${PYSITELIB}/sympy/printing/fcode.pyc
-${PYSITELIB}/sympy/printing/fcode.pyo
 ${PYSITELIB}/sympy/printing/fortran.py
 ${PYSITELIB}/sympy/printing/fortran.pyc
 ${PYSITELIB}/sympy/printing/fortran.pyo
@@ -3296,6 +3356,9 @@ ${PYSITELIB}/sympy/printing/tests/test_g
 ${PYSITELIB}/sympy/printing/tests/test_gtk.py
 ${PYSITELIB}/sympy/printing/tests/test_gtk.pyc
 ${PYSITELIB}/sympy/printing/tests/test_gtk.pyo
+${PYSITELIB}/sympy/printing/tests/test_jax.py
+${PYSITELIB}/sympy/printing/tests/test_jax.pyc
+${PYSITELIB}/sympy/printing/tests/test_jax.pyo
 ${PYSITELIB}/sympy/printing/tests/test_jscode.py
 ${PYSITELIB}/sympy/printing/tests/test_jscode.pyc
 ${PYSITELIB}/sympy/printing/tests/test_jscode.pyo
@@ -3368,6 +3431,7 @@ ${PYSITELIB}/sympy/printing/theanocode.p
 ${PYSITELIB}/sympy/printing/tree.py
 ${PYSITELIB}/sympy/printing/tree.pyc
 ${PYSITELIB}/sympy/printing/tree.pyo
+${PYSITELIB}/sympy/py.typed
 ${PYSITELIB}/sympy/release.py
 ${PYSITELIB}/sympy/release.pyc
 ${PYSITELIB}/sympy/release.pyo
@@ -3644,9 +3708,6 @@ ${PYSITELIB}/sympy/simplify/tests/test_s
 ${PYSITELIB}/sympy/simplify/tests/test_sqrtdenest.py
 ${PYSITELIB}/sympy/simplify/tests/test_sqrtdenest.pyc
 ${PYSITELIB}/sympy/simplify/tests/test_sqrtdenest.pyo
-${PYSITELIB}/sympy/simplify/tests/test_traversaltools.py
-${PYSITELIB}/sympy/simplify/tests/test_traversaltools.pyc
-${PYSITELIB}/sympy/simplify/tests/test_traversaltools.pyo
 ${PYSITELIB}/sympy/simplify/tests/test_trigsimp.py
 ${PYSITELIB}/sympy/simplify/tests/test_trigsimp.pyc
 ${PYSITELIB}/sympy/simplify/tests/test_trigsimp.pyo
@@ -3836,9 +3897,9 @@ ${PYSITELIB}/sympy/stats/sampling/__init
 ${PYSITELIB}/sympy/stats/sampling/sample_numpy.py
 ${PYSITELIB}/sympy/stats/sampling/sample_numpy.pyc
 ${PYSITELIB}/sympy/stats/sampling/sample_numpy.pyo
-${PYSITELIB}/sympy/stats/sampling/sample_pymc3.py
-${PYSITELIB}/sympy/stats/sampling/sample_pymc3.pyc
-${PYSITELIB}/sympy/stats/sampling/sample_pymc3.pyo
+${PYSITELIB}/sympy/stats/sampling/sample_pymc.py
+${PYSITELIB}/sympy/stats/sampling/sample_pymc.pyc
+${PYSITELIB}/sympy/stats/sampling/sample_pymc.pyo
 ${PYSITELIB}/sympy/stats/sampling/sample_scipy.py
 ${PYSITELIB}/sympy/stats/sampling/sample_scipy.pyc
 ${PYSITELIB}/sympy/stats/sampling/sample_scipy.pyo
@@ -4001,6 +4062,9 @@ ${PYSITELIB}/sympy/tensor/array/expressi
 ${PYSITELIB}/sympy/tensor/array/expressions/arrayexpr_derivatives.py
 ${PYSITELIB}/sympy/tensor/array/expressions/arrayexpr_derivatives.pyc
 ${PYSITELIB}/sympy/tensor/array/expressions/arrayexpr_derivatives.pyo
+${PYSITELIB}/sympy/tensor/array/expressions/conv_array_to_indexed.py
+${PYSITELIB}/sympy/tensor/array/expressions/conv_array_to_indexed.pyc
+${PYSITELIB}/sympy/tensor/array/expressions/conv_array_to_indexed.pyo
 ${PYSITELIB}/sympy/tensor/array/expressions/conv_array_to_matrix.py
 ${PYSITELIB}/sympy/tensor/array/expressions/conv_array_to_matrix.pyc
 ${PYSITELIB}/sympy/tensor/array/expressions/conv_array_to_matrix.pyo
@@ -4022,6 +4086,9 @@ ${PYSITELIB}/sympy/tensor/array/expressi
 ${PYSITELIB}/sympy/tensor/array/expressions/tests/test_as_explicit.py
 ${PYSITELIB}/sympy/tensor/array/expressions/tests/test_as_explicit.pyc
 ${PYSITELIB}/sympy/tensor/array/expressions/tests/test_as_explicit.pyo
+${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_array_to_indexed.py
+${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_array_to_indexed.pyc
+${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_array_to_indexed.pyo
 ${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_array_to_matrix.py
 ${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_array_to_matrix.pyc
 ${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_array_to_matrix.pyo
@@ -4133,6 +4200,9 @@ ${PYSITELIB}/sympy/testing/tests/diagnos
 ${PYSITELIB}/sympy/testing/tests/test_code_quality.py
 ${PYSITELIB}/sympy/testing/tests/test_code_quality.pyc
 ${PYSITELIB}/sympy/testing/tests/test_code_quality.pyo
+${PYSITELIB}/sympy/testing/tests/test_deprecated.py
+${PYSITELIB}/sympy/testing/tests/test_deprecated.pyc
+${PYSITELIB}/sympy/testing/tests/test_deprecated.pyo
 ${PYSITELIB}/sympy/testing/tests/test_module_imports.py
 ${PYSITELIB}/sympy/testing/tests/test_module_imports.pyc
 ${PYSITELIB}/sympy/testing/tests/test_module_imports.pyo
@@ -4241,9 +4311,6 @@ ${PYSITELIB}/sympy/utilities/pkgdata.pyo
 ${PYSITELIB}/sympy/utilities/pytest.py
 ${PYSITELIB}/sympy/utilities/pytest.pyc
 ${PYSITELIB}/sympy/utilities/pytest.pyo
-${PYSITELIB}/sympy/utilities/quality_unicode.py
-${PYSITELIB}/sympy/utilities/quality_unicode.pyc
-${PYSITELIB}/sympy/utilities/quality_unicode.pyo
 ${PYSITELIB}/sympy/utilities/randtest.py
 ${PYSITELIB}/sympy/utilities/randtest.pyc
 ${PYSITELIB}/sympy/utilities/randtest.pyo
@@ -4280,6 +4347,9 @@ ${PYSITELIB}/sympy/utilities/tests/test_
 ${PYSITELIB}/sympy/utilities/tests/test_enumerative.py
 ${PYSITELIB}/sympy/utilities/tests/test_enumerative.pyc
 ${PYSITELIB}/sympy/utilities/tests/test_enumerative.pyo
+${PYSITELIB}/sympy/utilities/tests/test_exceptions.py
+${PYSITELIB}/sympy/utilities/tests/test_exceptions.pyc
+${PYSITELIB}/sympy/utilities/tests/test_exceptions.pyo
 ${PYSITELIB}/sympy/utilities/tests/test_iterables.py
 ${PYSITELIB}/sympy/utilities/tests/test_iterables.pyc
 ${PYSITELIB}/sympy/utilities/tests/test_iterables.pyo
Index: pkgsrc/math/py-sympy/distinfo
diff -u pkgsrc/math/py-sympy/distinfo:1.22 pkgsrc/math/py-sympy/distinfo:1.23
--- pkgsrc/math/py-sympy/distinfo:1.22  Thu Nov 18 19:52:18 2021
+++ pkgsrc/math/py-sympy/distinfo       Mon Nov 21 17:30:07 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2021/11/18 19:52:18 adam Exp $
+$NetBSD: distinfo,v 1.23 2022/11/21 17:30:07 adam Exp $
 
-BLAKE2s (sympy-1.9.tar.gz) = cf848401910341851dc514dcbb4c433c6e8c0e048b04bf412359a5fd451a74e9
-SHA512 (sympy-1.9.tar.gz) = cc3a2c4e8a2c81501df873148654487a8d58e38c119d1d8f4e8fffc4c5d82cfdefeed8b896b3cfcde18e1f63cc3a9c2972f0604b30fee0f1fb4a4151befff350
-Size (sympy-1.9.tar.gz) = 6929669 bytes
+BLAKE2s (sympy-1.11.1.tar.gz) = 58032f335154615b8eacf5b53064cd4216e1a5ba5e844585641b66beeac9548b
+SHA512 (sympy-1.11.1.tar.gz) = 00e44566242174dbdc091ae9b88ba05551289c7760f4517b976ba0ef57dcef6c18973c9e2e9a723df3b13f73ed81a30e6ccc24da9da2bca577cbaaca12ba94ad
+Size (sympy-1.11.1.tar.gz) = 12921384 bytes



Home | Main Index | Thread Index | Old Index