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:   prlw1
Date:           Thu Jul 19 20:15:36 UTC 2018

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

Log Message:
Update py-sympy to 1.2

Highlights

   There are many changes in 1.2 (see below). Some of the highlights are
     * Python 3.3 is no longer supported. If you require Python 3.3
       support, use SymPy 1.1.1. See our [518]policy on dropping support
       for major Python versions.
     * Experimental LaTeX parsing with sympy.parsing.latex.parse_latex()
       has been added, based on the latex2sympy project. This requires
       antlr-python-runtime to be installed. [519]#13706
     * The vector module has been improved to support orthogonal
       curvilinear coordinate systems ([520]Szymon Mieszczak's GSoC
       project)
     * New module sympy.integrals.intpoly for integrating uni/bivariate
       polynomials over 2-polytopes. ([521]Arif Ahmed's GSoC project)
     * Improvements to the code generation module. ([522]Bj?rn Dahlgren's
       GSoC project)
     * Improvements to the group theory module. See below for more
       information. ([523]Valeriia Gladkova's GSoC project)
     * New module sympy.discrete for operating on discrete sequences.
       polynomials over 2-polytopes. ([521]Arif Ahmed's GSoC project)
     * Improvements to the code generation module. ([522]Bj?rn Dahlgren's
       GSoC project)
     * Improvements to the group theory module. See below for more
       information. ([523]Valeriia Gladkova's GSoC project)
     * New module sympy.discrete for operating on discrete sequences.
       ([524]Sidhant Nagpal's GSoC project)

Complete release notes at:
https://github.com/sympy/sympy/wiki/release-notes-for-1.2


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/math/py-sympy/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/py-sympy/PLIST
cvs rdiff -u -r1.11 -r1.12 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.19 pkgsrc/math/py-sympy/Makefile:1.20
--- pkgsrc/math/py-sympy/Makefile:1.19  Sun Sep 17 11:53:47 2017
+++ pkgsrc/math/py-sympy/Makefile       Thu Jul 19 20:15:36 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2017/09/17 11:53:47 adam Exp $
+# $NetBSD: Makefile,v 1.20 2018/07/19 20:15:36 prlw1 Exp $
 
-DISTNAME=      sympy-1.1.1
+DISTNAME=      sympy-1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sympy/}

Index: pkgsrc/math/py-sympy/PLIST
diff -u pkgsrc/math/py-sympy/PLIST:1.14 pkgsrc/math/py-sympy/PLIST:1.15
--- pkgsrc/math/py-sympy/PLIST:1.14     Sun Sep 17 11:53:47 2017
+++ pkgsrc/math/py-sympy/PLIST  Thu Jul 19 20:15:36 2018
@@ -1,17 +1,30 @@
-@comment $NetBSD: PLIST,v 1.14 2017/09/17 11:53:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2018/07/19 20:15:36 prlw1 Exp $
 bin/isympy${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/isympy.py
+${PYSITELIB}/isympy.pyc
+${PYSITELIB}/isympy.pyo
 ${PYSITELIB}/sympy/__init__.py
 ${PYSITELIB}/sympy/__init__.pyc
 ${PYSITELIB}/sympy/__init__.pyo
 ${PYSITELIB}/sympy/abc.py
 ${PYSITELIB}/sympy/abc.pyc
 ${PYSITELIB}/sympy/abc.pyo
+${PYSITELIB}/sympy/algebras/__init__.py
+${PYSITELIB}/sympy/algebras/__init__.pyc
+${PYSITELIB}/sympy/algebras/__init__.pyo
+${PYSITELIB}/sympy/algebras/quaternion.py
+${PYSITELIB}/sympy/algebras/quaternion.pyc
+${PYSITELIB}/sympy/algebras/quaternion.pyo
+${PYSITELIB}/sympy/algebras/tests/test_quaternion.py
+${PYSITELIB}/sympy/algebras/tests/test_quaternion.pyc
+${PYSITELIB}/sympy/algebras/tests/test_quaternion.pyo
 ${PYSITELIB}/sympy/assumptions/__init__.py
 ${PYSITELIB}/sympy/assumptions/__init__.pyc
 ${PYSITELIB}/sympy/assumptions/__init__.pyo
@@ -141,27 +154,72 @@ ${PYSITELIB}/sympy/categories/tests/test
 ${PYSITELIB}/sympy/codegen/__init__.py
 ${PYSITELIB}/sympy/codegen/__init__.pyc
 ${PYSITELIB}/sympy/codegen/__init__.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/ast.py
 ${PYSITELIB}/sympy/codegen/ast.pyc
 ${PYSITELIB}/sympy/codegen/ast.pyo
 ${PYSITELIB}/sympy/codegen/cfunctions.py
 ${PYSITELIB}/sympy/codegen/cfunctions.pyc
 ${PYSITELIB}/sympy/codegen/cfunctions.pyo
-${PYSITELIB}/sympy/codegen/ffunctions.py
-${PYSITELIB}/sympy/codegen/ffunctions.pyc
-${PYSITELIB}/sympy/codegen/ffunctions.pyo
+${PYSITELIB}/sympy/codegen/cnodes.py
+${PYSITELIB}/sympy/codegen/cnodes.pyc
+${PYSITELIB}/sympy/codegen/cnodes.pyo
+${PYSITELIB}/sympy/codegen/cutils.py
+${PYSITELIB}/sympy/codegen/cutils.pyc
+${PYSITELIB}/sympy/codegen/cutils.pyo
+${PYSITELIB}/sympy/codegen/cxxnodes.py
+${PYSITELIB}/sympy/codegen/cxxnodes.pyc
+${PYSITELIB}/sympy/codegen/cxxnodes.pyo
+${PYSITELIB}/sympy/codegen/fnodes.py
+${PYSITELIB}/sympy/codegen/fnodes.pyc
+${PYSITELIB}/sympy/codegen/fnodes.pyo
+${PYSITELIB}/sympy/codegen/futils.py
+${PYSITELIB}/sympy/codegen/futils.pyc
+${PYSITELIB}/sympy/codegen/futils.pyo
+${PYSITELIB}/sympy/codegen/pyutils.py
+${PYSITELIB}/sympy/codegen/pyutils.pyc
+${PYSITELIB}/sympy/codegen/pyutils.pyo
+${PYSITELIB}/sympy/codegen/rewriting.py
+${PYSITELIB}/sympy/codegen/rewriting.pyc
+${PYSITELIB}/sympy/codegen/rewriting.pyo
+${PYSITELIB}/sympy/codegen/tests/test_algorithms.py
+${PYSITELIB}/sympy/codegen/tests/test_algorithms.pyc
+${PYSITELIB}/sympy/codegen/tests/test_algorithms.pyo
+${PYSITELIB}/sympy/codegen/tests/test_applications.py
+${PYSITELIB}/sympy/codegen/tests/test_applications.pyc
+${PYSITELIB}/sympy/codegen/tests/test_applications.pyo
+${PYSITELIB}/sympy/codegen/tests/test_approximations.py
+${PYSITELIB}/sympy/codegen/tests/test_approximations.pyc
+${PYSITELIB}/sympy/codegen/tests/test_approximations.pyo
 ${PYSITELIB}/sympy/codegen/tests/test_ast.py
 ${PYSITELIB}/sympy/codegen/tests/test_ast.pyc
 ${PYSITELIB}/sympy/codegen/tests/test_ast.pyo
 ${PYSITELIB}/sympy/codegen/tests/test_cfunctions.py
 ${PYSITELIB}/sympy/codegen/tests/test_cfunctions.pyc
 ${PYSITELIB}/sympy/codegen/tests/test_cfunctions.pyo
-${PYSITELIB}/sympy/codegen/tests/test_ffunctions.py
-${PYSITELIB}/sympy/codegen/tests/test_ffunctions.pyc
-${PYSITELIB}/sympy/codegen/tests/test_ffunctions.pyo
+${PYSITELIB}/sympy/codegen/tests/test_cnodes.py
+${PYSITELIB}/sympy/codegen/tests/test_cnodes.pyc
+${PYSITELIB}/sympy/codegen/tests/test_cnodes.pyo
+${PYSITELIB}/sympy/codegen/tests/test_cxxnodes.py
+${PYSITELIB}/sympy/codegen/tests/test_cxxnodes.pyc
+${PYSITELIB}/sympy/codegen/tests/test_cxxnodes.pyo
+${PYSITELIB}/sympy/codegen/tests/test_fnodes.py
+${PYSITELIB}/sympy/codegen/tests/test_fnodes.pyc
+${PYSITELIB}/sympy/codegen/tests/test_fnodes.pyo
+${PYSITELIB}/sympy/codegen/tests/test_rewriting.py
+${PYSITELIB}/sympy/codegen/tests/test_rewriting.pyc
+${PYSITELIB}/sympy/codegen/tests/test_rewriting.pyo
 ${PYSITELIB}/sympy/combinatorics/__init__.py
 ${PYSITELIB}/sympy/combinatorics/__init__.pyc
 ${PYSITELIB}/sympy/combinatorics/__init__.pyo
+${PYSITELIB}/sympy/combinatorics/coset_table.py
+${PYSITELIB}/sympy/combinatorics/coset_table.pyc
+${PYSITELIB}/sympy/combinatorics/coset_table.pyo
 ${PYSITELIB}/sympy/combinatorics/fp_groups.py
 ${PYSITELIB}/sympy/combinatorics/fp_groups.pyc
 ${PYSITELIB}/sympy/combinatorics/fp_groups.pyo
@@ -177,6 +235,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/homomorphisms.py
+${PYSITELIB}/sympy/combinatorics/homomorphisms.pyc
+${PYSITELIB}/sympy/combinatorics/homomorphisms.pyo
 ${PYSITELIB}/sympy/combinatorics/named_groups.py
 ${PYSITELIB}/sympy/combinatorics/named_groups.pyc
 ${PYSITELIB}/sympy/combinatorics/named_groups.pyo
@@ -195,6 +256,9 @@ ${PYSITELIB}/sympy/combinatorics/polyhed
 ${PYSITELIB}/sympy/combinatorics/prufer.py
 ${PYSITELIB}/sympy/combinatorics/prufer.pyc
 ${PYSITELIB}/sympy/combinatorics/prufer.pyo
+${PYSITELIB}/sympy/combinatorics/rewritingsystem.py
+${PYSITELIB}/sympy/combinatorics/rewritingsystem.pyc
+${PYSITELIB}/sympy/combinatorics/rewritingsystem.pyo
 ${PYSITELIB}/sympy/combinatorics/subsets.py
 ${PYSITELIB}/sympy/combinatorics/subsets.pyc
 ${PYSITELIB}/sympy/combinatorics/subsets.pyo
@@ -204,6 +268,9 @@ ${PYSITELIB}/sympy/combinatorics/tensor_
 ${PYSITELIB}/sympy/combinatorics/tests/__init__.py
 ${PYSITELIB}/sympy/combinatorics/tests/__init__.pyc
 ${PYSITELIB}/sympy/combinatorics/tests/__init__.pyo
+${PYSITELIB}/sympy/combinatorics/tests/test_coset_table.py
+${PYSITELIB}/sympy/combinatorics/tests/test_coset_table.pyc
+${PYSITELIB}/sympy/combinatorics/tests/test_coset_table.pyo
 ${PYSITELIB}/sympy/combinatorics/tests/test_fp_groups.py
 ${PYSITELIB}/sympy/combinatorics/tests/test_fp_groups.pyc
 ${PYSITELIB}/sympy/combinatorics/tests/test_fp_groups.pyo
@@ -219,6 +286,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_homomorphisms.py
+${PYSITELIB}/sympy/combinatorics/tests/test_homomorphisms.pyc
+${PYSITELIB}/sympy/combinatorics/tests/test_homomorphisms.pyo
 ${PYSITELIB}/sympy/combinatorics/tests/test_named_groups.py
 ${PYSITELIB}/sympy/combinatorics/tests/test_named_groups.pyc
 ${PYSITELIB}/sympy/combinatorics/tests/test_named_groups.pyo
@@ -237,6 +307,9 @@ ${PYSITELIB}/sympy/combinatorics/tests/t
 ${PYSITELIB}/sympy/combinatorics/tests/test_prufer.py
 ${PYSITELIB}/sympy/combinatorics/tests/test_prufer.pyc
 ${PYSITELIB}/sympy/combinatorics/tests/test_prufer.pyo
+${PYSITELIB}/sympy/combinatorics/tests/test_rewriting.py
+${PYSITELIB}/sympy/combinatorics/tests/test_rewriting.pyc
+${PYSITELIB}/sympy/combinatorics/tests/test_rewriting.pyo
 ${PYSITELIB}/sympy/combinatorics/tests/test_subsets.py
 ${PYSITELIB}/sympy/combinatorics/tests/test_subsets.pyc
 ${PYSITELIB}/sympy/combinatorics/tests/test_subsets.pyo
@@ -453,9 +526,6 @@ ${PYSITELIB}/sympy/core/tests/test_equal
 ${PYSITELIB}/sympy/core/tests/test_eval.py
 ${PYSITELIB}/sympy/core/tests/test_eval.pyc
 ${PYSITELIB}/sympy/core/tests/test_eval.pyo
-${PYSITELIB}/sympy/core/tests/test_eval_power.py
-${PYSITELIB}/sympy/core/tests/test_eval_power.pyc
-${PYSITELIB}/sympy/core/tests/test_eval_power.pyo
 ${PYSITELIB}/sympy/core/tests/test_evalf.py
 ${PYSITELIB}/sympy/core/tests/test_evalf.pyc
 ${PYSITELIB}/sympy/core/tests/test_evalf.pyo
@@ -492,6 +562,9 @@ ${PYSITELIB}/sympy/core/tests/test_numbe
 ${PYSITELIB}/sympy/core/tests/test_operations.py
 ${PYSITELIB}/sympy/core/tests/test_operations.pyc
 ${PYSITELIB}/sympy/core/tests/test_operations.pyo
+${PYSITELIB}/sympy/core/tests/test_power.py
+${PYSITELIB}/sympy/core/tests/test_power.pyc
+${PYSITELIB}/sympy/core/tests/test_power.pyo
 ${PYSITELIB}/sympy/core/tests/test_priority.py
 ${PYSITELIB}/sympy/core/tests/test_priority.pyc
 ${PYSITELIB}/sympy/core/tests/test_priority.pyo
@@ -501,6 +574,9 @@ ${PYSITELIB}/sympy/core/tests/test_relat
 ${PYSITELIB}/sympy/core/tests/test_rules.py
 ${PYSITELIB}/sympy/core/tests/test_rules.pyc
 ${PYSITELIB}/sympy/core/tests/test_rules.pyo
+${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_subs.py
 ${PYSITELIB}/sympy/core/tests/test_subs.pyc
 ${PYSITELIB}/sympy/core/tests/test_subs.pyo
@@ -519,9 +595,6 @@ ${PYSITELIB}/sympy/core/tests/test_trued
 ${PYSITELIB}/sympy/core/tests/test_var.py
 ${PYSITELIB}/sympy/core/tests/test_var.pyc
 ${PYSITELIB}/sympy/core/tests/test_var.pyo
-${PYSITELIB}/sympy/core/tests/test_wester.py
-${PYSITELIB}/sympy/core/tests/test_wester.pyc
-${PYSITELIB}/sympy/core/tests/test_wester.pyo
 ${PYSITELIB}/sympy/core/trace.py
 ${PYSITELIB}/sympy/core/trace.pyc
 ${PYSITELIB}/sympy/core/trace.pyo
@@ -573,6 +646,30 @@ ${PYSITELIB}/sympy/diffgeom/tests/test_f
 ${PYSITELIB}/sympy/diffgeom/tests/test_hyperbolic_space.py
 ${PYSITELIB}/sympy/diffgeom/tests/test_hyperbolic_space.pyc
 ${PYSITELIB}/sympy/diffgeom/tests/test_hyperbolic_space.pyo
+${PYSITELIB}/sympy/discrete/__init__.py
+${PYSITELIB}/sympy/discrete/__init__.pyc
+${PYSITELIB}/sympy/discrete/__init__.pyo
+${PYSITELIB}/sympy/discrete/convolution.py
+${PYSITELIB}/sympy/discrete/convolution.pyc
+${PYSITELIB}/sympy/discrete/convolution.pyo
+${PYSITELIB}/sympy/discrete/recurrence.py
+${PYSITELIB}/sympy/discrete/recurrence.pyc
+${PYSITELIB}/sympy/discrete/recurrence.pyo
+${PYSITELIB}/sympy/discrete/tests/__init__.py
+${PYSITELIB}/sympy/discrete/tests/__init__.pyc
+${PYSITELIB}/sympy/discrete/tests/__init__.pyo
+${PYSITELIB}/sympy/discrete/tests/test_convolution.py
+${PYSITELIB}/sympy/discrete/tests/test_convolution.pyc
+${PYSITELIB}/sympy/discrete/tests/test_convolution.pyo
+${PYSITELIB}/sympy/discrete/tests/test_recurrence.py
+${PYSITELIB}/sympy/discrete/tests/test_recurrence.pyc
+${PYSITELIB}/sympy/discrete/tests/test_recurrence.pyo
+${PYSITELIB}/sympy/discrete/tests/test_transforms.py
+${PYSITELIB}/sympy/discrete/tests/test_transforms.pyc
+${PYSITELIB}/sympy/discrete/tests/test_transforms.pyo
+${PYSITELIB}/sympy/discrete/transforms.py
+${PYSITELIB}/sympy/discrete/transforms.pyc
+${PYSITELIB}/sympy/discrete/transforms.pyo
 ${PYSITELIB}/sympy/external/__init__.py
 ${PYSITELIB}/sympy/external/__init__.pyc
 ${PYSITELIB}/sympy/external/__init__.pyo
@@ -888,6 +985,9 @@ ${PYSITELIB}/sympy/integrals/heurisch.py
 ${PYSITELIB}/sympy/integrals/integrals.py
 ${PYSITELIB}/sympy/integrals/integrals.pyc
 ${PYSITELIB}/sympy/integrals/integrals.pyo
+${PYSITELIB}/sympy/integrals/intpoly.py
+${PYSITELIB}/sympy/integrals/intpoly.pyc
+${PYSITELIB}/sympy/integrals/intpoly.pyo
 ${PYSITELIB}/sympy/integrals/manualintegrate.py
 ${PYSITELIB}/sympy/integrals/manualintegrate.pyc
 ${PYSITELIB}/sympy/integrals/manualintegrate.pyo
@@ -912,6 +1012,103 @@ ${PYSITELIB}/sympy/integrals/rde.pyo
 ${PYSITELIB}/sympy/integrals/risch.py
 ${PYSITELIB}/sympy/integrals/risch.pyc
 ${PYSITELIB}/sympy/integrals/risch.pyo
+${PYSITELIB}/sympy/integrals/rubi/__init__.py
+${PYSITELIB}/sympy/integrals/rubi/__init__.pyc
+${PYSITELIB}/sympy/integrals/rubi/__init__.pyo
+${PYSITELIB}/sympy/integrals/rubi/parsetools/__init__.py
+${PYSITELIB}/sympy/integrals/rubi/parsetools/__init__.pyc
+${PYSITELIB}/sympy/integrals/rubi/parsetools/__init__.pyo
+${PYSITELIB}/sympy/integrals/rubi/parsetools/header.py.txt
+${PYSITELIB}/sympy/integrals/rubi/parsetools/parse.py
+${PYSITELIB}/sympy/integrals/rubi/parsetools/parse.pyc
+${PYSITELIB}/sympy/integrals/rubi/parsetools/parse.pyo
+${PYSITELIB}/sympy/integrals/rubi/parsetools/tests/__init__.py
+${PYSITELIB}/sympy/integrals/rubi/parsetools/tests/__init__.pyc
+${PYSITELIB}/sympy/integrals/rubi/parsetools/tests/__init__.pyo
+${PYSITELIB}/sympy/integrals/rubi/parsetools/tests/test_parse.py
+${PYSITELIB}/sympy/integrals/rubi/parsetools/tests/test_parse.pyc
+${PYSITELIB}/sympy/integrals/rubi/parsetools/tests/test_parse.pyo
+${PYSITELIB}/sympy/integrals/rubi/rubi.py
+${PYSITELIB}/sympy/integrals/rubi/rubi.pyc
+${PYSITELIB}/sympy/integrals/rubi/rubi.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/__init__.py
+${PYSITELIB}/sympy/integrals/rubi/rules/__init__.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/__init__.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/binomial_products.py
+${PYSITELIB}/sympy/integrals/rubi/rules/binomial_products.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/binomial_products.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/exponential.py
+${PYSITELIB}/sympy/integrals/rubi/rules/exponential.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/exponential.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/hyperbolic.py
+${PYSITELIB}/sympy/integrals/rubi/rules/hyperbolic.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/hyperbolic.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/integrand_simplification.py
+${PYSITELIB}/sympy/integrals/rubi/rules/integrand_simplification.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/integrand_simplification.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/inverse_hyperbolic.py
+${PYSITELIB}/sympy/integrals/rubi/rules/inverse_hyperbolic.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/inverse_hyperbolic.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/inverse_trig.py
+${PYSITELIB}/sympy/integrals/rubi/rules/inverse_trig.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/inverse_trig.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/linear_products.py
+${PYSITELIB}/sympy/integrals/rubi/rules/linear_products.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/linear_products.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/logarithms.py
+${PYSITELIB}/sympy/integrals/rubi/rules/logarithms.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/logarithms.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/miscellaneous_algebraic.py
+${PYSITELIB}/sympy/integrals/rubi/rules/miscellaneous_algebraic.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/miscellaneous_algebraic.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/miscellaneous_integration.py
+${PYSITELIB}/sympy/integrals/rubi/rules/miscellaneous_integration.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/miscellaneous_integration.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/miscellaneous_trig.py
+${PYSITELIB}/sympy/integrals/rubi/rules/miscellaneous_trig.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/miscellaneous_trig.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/piecewise_linear.py
+${PYSITELIB}/sympy/integrals/rubi/rules/piecewise_linear.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/piecewise_linear.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/quadratic_products.py
+${PYSITELIB}/sympy/integrals/rubi/rules/quadratic_products.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/quadratic_products.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/secant.py
+${PYSITELIB}/sympy/integrals/rubi/rules/secant.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/secant.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/sine.py
+${PYSITELIB}/sympy/integrals/rubi/rules/sine.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/sine.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/tangent.py
+${PYSITELIB}/sympy/integrals/rubi/rules/tangent.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/tangent.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/trinomial_products.py
+${PYSITELIB}/sympy/integrals/rubi/rules/trinomial_products.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/trinomial_products.pyo
+${PYSITELIB}/sympy/integrals/rubi/symbol.py
+${PYSITELIB}/sympy/integrals/rubi/symbol.pyc
+${PYSITELIB}/sympy/integrals/rubi/symbol.pyo
+${PYSITELIB}/sympy/integrals/rubi/tests/__init__.py
+${PYSITELIB}/sympy/integrals/rubi/tests/__init__.pyc
+${PYSITELIB}/sympy/integrals/rubi/tests/__init__.pyo
+${PYSITELIB}/sympy/integrals/rubi/tests/test_1_2.py
+${PYSITELIB}/sympy/integrals/rubi/tests/test_1_2.pyc
+${PYSITELIB}/sympy/integrals/rubi/tests/test_1_2.pyo
+${PYSITELIB}/sympy/integrals/rubi/tests/test_1_3.py
+${PYSITELIB}/sympy/integrals/rubi/tests/test_1_3.pyc
+${PYSITELIB}/sympy/integrals/rubi/tests/test_1_3.pyo
+${PYSITELIB}/sympy/integrals/rubi/tests/test_1_4.py
+${PYSITELIB}/sympy/integrals/rubi/tests/test_1_4.pyc
+${PYSITELIB}/sympy/integrals/rubi/tests/test_1_4.pyo
+${PYSITELIB}/sympy/integrals/rubi/tests/test_rubi_integrate.py
+${PYSITELIB}/sympy/integrals/rubi/tests/test_rubi_integrate.pyc
+${PYSITELIB}/sympy/integrals/rubi/tests/test_rubi_integrate.pyo
+${PYSITELIB}/sympy/integrals/rubi/tests/test_utility_function.py
+${PYSITELIB}/sympy/integrals/rubi/tests/test_utility_function.pyc
+${PYSITELIB}/sympy/integrals/rubi/tests/test_utility_function.pyo
+${PYSITELIB}/sympy/integrals/rubi/utility_function.py
+${PYSITELIB}/sympy/integrals/rubi/utility_function.pyc
+${PYSITELIB}/sympy/integrals/rubi/utility_function.pyo
 ${PYSITELIB}/sympy/integrals/singularityfunctions.py
 ${PYSITELIB}/sympy/integrals/singularityfunctions.pyc
 ${PYSITELIB}/sympy/integrals/singularityfunctions.pyo
@@ -930,6 +1127,9 @@ ${PYSITELIB}/sympy/integrals/tests/test_
 ${PYSITELIB}/sympy/integrals/tests/test_integrals.py
 ${PYSITELIB}/sympy/integrals/tests/test_integrals.pyc
 ${PYSITELIB}/sympy/integrals/tests/test_integrals.pyo
+${PYSITELIB}/sympy/integrals/tests/test_intpoly.py
+${PYSITELIB}/sympy/integrals/tests/test_intpoly.pyc
+${PYSITELIB}/sympy/integrals/tests/test_intpoly.pyo
 ${PYSITELIB}/sympy/integrals/tests/test_lineintegrals.py
 ${PYSITELIB}/sympy/integrals/tests/test_lineintegrals.pyc
 ${PYSITELIB}/sympy/integrals/tests/test_lineintegrals.pyo
@@ -1164,6 +1364,9 @@ ${PYSITELIB}/sympy/matrices/expressions/
 ${PYSITELIB}/sympy/matrices/expressions/inverse.py
 ${PYSITELIB}/sympy/matrices/expressions/inverse.pyc
 ${PYSITELIB}/sympy/matrices/expressions/inverse.pyo
+${PYSITELIB}/sympy/matrices/expressions/kronecker.py
+${PYSITELIB}/sympy/matrices/expressions/kronecker.pyc
+${PYSITELIB}/sympy/matrices/expressions/kronecker.pyo
 ${PYSITELIB}/sympy/matrices/expressions/matadd.py
 ${PYSITELIB}/sympy/matrices/expressions/matadd.pyc
 ${PYSITELIB}/sympy/matrices/expressions/matadd.pyo
@@ -1188,6 +1391,9 @@ ${PYSITELIB}/sympy/matrices/expressions/
 ${PYSITELIB}/sympy/matrices/expressions/tests/test_blockmatrix.py
 ${PYSITELIB}/sympy/matrices/expressions/tests/test_blockmatrix.pyc
 ${PYSITELIB}/sympy/matrices/expressions/tests/test_blockmatrix.pyo
+${PYSITELIB}/sympy/matrices/expressions/tests/test_derivatives.py
+${PYSITELIB}/sympy/matrices/expressions/tests/test_derivatives.pyc
+${PYSITELIB}/sympy/matrices/expressions/tests/test_derivatives.pyo
 ${PYSITELIB}/sympy/matrices/expressions/tests/test_determinant.py
 ${PYSITELIB}/sympy/matrices/expressions/tests/test_determinant.pyc
 ${PYSITELIB}/sympy/matrices/expressions/tests/test_determinant.pyo
@@ -1215,6 +1421,9 @@ ${PYSITELIB}/sympy/matrices/expressions/
 ${PYSITELIB}/sympy/matrices/expressions/tests/test_inverse.py
 ${PYSITELIB}/sympy/matrices/expressions/tests/test_inverse.pyc
 ${PYSITELIB}/sympy/matrices/expressions/tests/test_inverse.pyo
+${PYSITELIB}/sympy/matrices/expressions/tests/test_kronecker.py
+${PYSITELIB}/sympy/matrices/expressions/tests/test_kronecker.pyc
+${PYSITELIB}/sympy/matrices/expressions/tests/test_kronecker.pyo
 ${PYSITELIB}/sympy/matrices/expressions/tests/test_matadd.py
 ${PYSITELIB}/sympy/matrices/expressions/tests/test_matadd.pyc
 ${PYSITELIB}/sympy/matrices/expressions/tests/test_matadd.pyo
@@ -1290,6 +1499,30 @@ ${PYSITELIB}/sympy/matrices/tests/test_s
 ${PYSITELIB}/sympy/matrices/tests/test_sparsetools.py
 ${PYSITELIB}/sympy/matrices/tests/test_sparsetools.pyc
 ${PYSITELIB}/sympy/matrices/tests/test_sparsetools.pyo
+${PYSITELIB}/sympy/multipledispatch/__init__.py
+${PYSITELIB}/sympy/multipledispatch/__init__.pyc
+${PYSITELIB}/sympy/multipledispatch/__init__.pyo
+${PYSITELIB}/sympy/multipledispatch/conflict.py
+${PYSITELIB}/sympy/multipledispatch/conflict.pyc
+${PYSITELIB}/sympy/multipledispatch/conflict.pyo
+${PYSITELIB}/sympy/multipledispatch/core.py
+${PYSITELIB}/sympy/multipledispatch/core.pyc
+${PYSITELIB}/sympy/multipledispatch/core.pyo
+${PYSITELIB}/sympy/multipledispatch/dispatcher.py
+${PYSITELIB}/sympy/multipledispatch/dispatcher.pyc
+${PYSITELIB}/sympy/multipledispatch/dispatcher.pyo
+${PYSITELIB}/sympy/multipledispatch/tests/test_conflict.py
+${PYSITELIB}/sympy/multipledispatch/tests/test_conflict.pyc
+${PYSITELIB}/sympy/multipledispatch/tests/test_conflict.pyo
+${PYSITELIB}/sympy/multipledispatch/tests/test_core.py
+${PYSITELIB}/sympy/multipledispatch/tests/test_core.pyc
+${PYSITELIB}/sympy/multipledispatch/tests/test_core.pyo
+${PYSITELIB}/sympy/multipledispatch/tests/test_dispatcher.py
+${PYSITELIB}/sympy/multipledispatch/tests/test_dispatcher.pyc
+${PYSITELIB}/sympy/multipledispatch/tests/test_dispatcher.pyo
+${PYSITELIB}/sympy/multipledispatch/utils.py
+${PYSITELIB}/sympy/multipledispatch/utils.pyc
+${PYSITELIB}/sympy/multipledispatch/utils.pyo
 ${PYSITELIB}/sympy/ntheory/__init__.py
 ${PYSITELIB}/sympy/ntheory/__init__.pyc
 ${PYSITELIB}/sympy/ntheory/__init__.pyo
@@ -1362,6 +1595,33 @@ ${PYSITELIB}/sympy/parsing/__init__.pyo
 ${PYSITELIB}/sympy/parsing/ast_parser.py
 ${PYSITELIB}/sympy/parsing/ast_parser.pyc
 ${PYSITELIB}/sympy/parsing/ast_parser.pyo
+${PYSITELIB}/sympy/parsing/latex/LICENSE.txt
+${PYSITELIB}/sympy/parsing/latex/LaTeX.g4
+${PYSITELIB}/sympy/parsing/latex/__init__.py
+${PYSITELIB}/sympy/parsing/latex/__init__.pyc
+${PYSITELIB}/sympy/parsing/latex/__init__.pyo
+${PYSITELIB}/sympy/parsing/latex/_antlr/__init__.py
+${PYSITELIB}/sympy/parsing/latex/_antlr/__init__.pyc
+${PYSITELIB}/sympy/parsing/latex/_antlr/__init__.pyo
+${PYSITELIB}/sympy/parsing/latex/_antlr/latex.interp
+${PYSITELIB}/sympy/parsing/latex/_antlr/latex.tokens
+${PYSITELIB}/sympy/parsing/latex/_antlr/latexlexer.interp
+${PYSITELIB}/sympy/parsing/latex/_antlr/latexlexer.py
+${PYSITELIB}/sympy/parsing/latex/_antlr/latexlexer.pyc
+${PYSITELIB}/sympy/parsing/latex/_antlr/latexlexer.pyo
+${PYSITELIB}/sympy/parsing/latex/_antlr/latexlexer.tokens
+${PYSITELIB}/sympy/parsing/latex/_antlr/latexparser.py
+${PYSITELIB}/sympy/parsing/latex/_antlr/latexparser.pyc
+${PYSITELIB}/sympy/parsing/latex/_antlr/latexparser.pyo
+${PYSITELIB}/sympy/parsing/latex/_build_latex_antlr.py
+${PYSITELIB}/sympy/parsing/latex/_build_latex_antlr.pyc
+${PYSITELIB}/sympy/parsing/latex/_build_latex_antlr.pyo
+${PYSITELIB}/sympy/parsing/latex/_parse_latex_antlr.py
+${PYSITELIB}/sympy/parsing/latex/_parse_latex_antlr.pyc
+${PYSITELIB}/sympy/parsing/latex/_parse_latex_antlr.pyo
+${PYSITELIB}/sympy/parsing/latex/errors.py
+${PYSITELIB}/sympy/parsing/latex/errors.pyc
+${PYSITELIB}/sympy/parsing/latex/errors.pyo
 ${PYSITELIB}/sympy/parsing/mathematica.py
 ${PYSITELIB}/sympy/parsing/mathematica.pyc
 ${PYSITELIB}/sympy/parsing/mathematica.pyo
@@ -1371,15 +1631,18 @@ ${PYSITELIB}/sympy/parsing/maxima.pyo
 ${PYSITELIB}/sympy/parsing/sympy_parser.py
 ${PYSITELIB}/sympy/parsing/sympy_parser.pyc
 ${PYSITELIB}/sympy/parsing/sympy_parser.pyo
-${PYSITELIB}/sympy/parsing/sympy_tokenize.py
-${PYSITELIB}/sympy/parsing/sympy_tokenize.pyc
-${PYSITELIB}/sympy/parsing/sympy_tokenize.pyo
 ${PYSITELIB}/sympy/parsing/tests/__init__.py
 ${PYSITELIB}/sympy/parsing/tests/__init__.pyc
 ${PYSITELIB}/sympy/parsing/tests/__init__.pyo
 ${PYSITELIB}/sympy/parsing/tests/test_implicit_multiplication_application.py
 ${PYSITELIB}/sympy/parsing/tests/test_implicit_multiplication_application.pyc
 ${PYSITELIB}/sympy/parsing/tests/test_implicit_multiplication_application.pyo
+${PYSITELIB}/sympy/parsing/tests/test_latex.py
+${PYSITELIB}/sympy/parsing/tests/test_latex.pyc
+${PYSITELIB}/sympy/parsing/tests/test_latex.pyo
+${PYSITELIB}/sympy/parsing/tests/test_latex_deps.py
+${PYSITELIB}/sympy/parsing/tests/test_latex_deps.pyc
+${PYSITELIB}/sympy/parsing/tests/test_latex_deps.pyo
 ${PYSITELIB}/sympy/parsing/tests/test_mathematica.py
 ${PYSITELIB}/sympy/parsing/tests/test_mathematica.pyc
 ${PYSITELIB}/sympy/parsing/tests/test_mathematica.pyo
@@ -1803,6 +2066,9 @@ ${PYSITELIB}/sympy/physics/units/systems
 ${PYSITELIB}/sympy/physics/units/systems/natural.py
 ${PYSITELIB}/sympy/physics/units/systems/natural.pyc
 ${PYSITELIB}/sympy/physics/units/systems/natural.pyo
+${PYSITELIB}/sympy/physics/units/systems/si.py
+${PYSITELIB}/sympy/physics/units/systems/si.pyc
+${PYSITELIB}/sympy/physics/units/systems/si.pyo
 ${PYSITELIB}/sympy/physics/units/tests/__init__.py
 ${PYSITELIB}/sympy/physics/units/tests/__init__.pyc
 ${PYSITELIB}/sympy/physics/units/tests/__init__.pyo
@@ -1992,6 +2258,9 @@ ${PYSITELIB}/sympy/polys/__init__.pyo
 ${PYSITELIB}/sympy/polys/agca/__init__.py
 ${PYSITELIB}/sympy/polys/agca/__init__.pyc
 ${PYSITELIB}/sympy/polys/agca/__init__.pyo
+${PYSITELIB}/sympy/polys/agca/extensions.py
+${PYSITELIB}/sympy/polys/agca/extensions.pyc
+${PYSITELIB}/sympy/polys/agca/extensions.pyo
 ${PYSITELIB}/sympy/polys/agca/homomorphisms.py
 ${PYSITELIB}/sympy/polys/agca/homomorphisms.pyc
 ${PYSITELIB}/sympy/polys/agca/homomorphisms.pyo
@@ -2004,6 +2273,9 @@ ${PYSITELIB}/sympy/polys/agca/modules.py
 ${PYSITELIB}/sympy/polys/agca/tests/__init__.py
 ${PYSITELIB}/sympy/polys/agca/tests/__init__.pyc
 ${PYSITELIB}/sympy/polys/agca/tests/__init__.pyo
+${PYSITELIB}/sympy/polys/agca/tests/test_extensions.py
+${PYSITELIB}/sympy/polys/agca/tests/test_extensions.pyc
+${PYSITELIB}/sympy/polys/agca/tests/test_extensions.pyo
 ${PYSITELIB}/sympy/polys/agca/tests/test_homomorphisms.py
 ${PYSITELIB}/sympy/polys/agca/tests/test_homomorphisms.pyc
 ${PYSITELIB}/sympy/polys/agca/tests/test_homomorphisms.pyo
@@ -2175,6 +2447,9 @@ ${PYSITELIB}/sympy/polys/modulargcd.pyo
 ${PYSITELIB}/sympy/polys/monomials.py
 ${PYSITELIB}/sympy/polys/monomials.pyc
 ${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
@@ -2292,6 +2567,9 @@ ${PYSITELIB}/sympy/polys/tests/test_modu
 ${PYSITELIB}/sympy/polys/tests/test_monomials.py
 ${PYSITELIB}/sympy/polys/tests/test_monomials.pyc
 ${PYSITELIB}/sympy/polys/tests/test_monomials.pyo
+${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
@@ -2379,6 +2657,9 @@ ${PYSITELIB}/sympy/printing/dot.pyo
 ${PYSITELIB}/sympy/printing/fcode.py
 ${PYSITELIB}/sympy/printing/fcode.pyc
 ${PYSITELIB}/sympy/printing/fcode.pyo
+${PYSITELIB}/sympy/printing/glsl.py
+${PYSITELIB}/sympy/printing/glsl.pyc
+${PYSITELIB}/sympy/printing/glsl.pyo
 ${PYSITELIB}/sympy/printing/gtk.py
 ${PYSITELIB}/sympy/printing/gtk.pyc
 ${PYSITELIB}/sympy/printing/gtk.pyo
@@ -2433,6 +2714,9 @@ ${PYSITELIB}/sympy/printing/preview.pyo
 ${PYSITELIB}/sympy/printing/printer.py
 ${PYSITELIB}/sympy/printing/printer.pyc
 ${PYSITELIB}/sympy/printing/printer.pyo
+${PYSITELIB}/sympy/printing/pycode.py
+${PYSITELIB}/sympy/printing/pycode.pyc
+${PYSITELIB}/sympy/printing/pycode.pyo
 ${PYSITELIB}/sympy/printing/python.py
 ${PYSITELIB}/sympy/printing/python.pyc
 ${PYSITELIB}/sympy/printing/python.pyo
@@ -2472,6 +2756,9 @@ ${PYSITELIB}/sympy/printing/tests/test_d
 ${PYSITELIB}/sympy/printing/tests/test_fcode.py
 ${PYSITELIB}/sympy/printing/tests/test_fcode.pyc
 ${PYSITELIB}/sympy/printing/tests/test_fcode.pyo
+${PYSITELIB}/sympy/printing/tests/test_glsl.py
+${PYSITELIB}/sympy/printing/tests/test_glsl.pyc
+${PYSITELIB}/sympy/printing/tests/test_glsl.pyo
 ${PYSITELIB}/sympy/printing/tests/test_gtk.py
 ${PYSITELIB}/sympy/printing/tests/test_gtk.pyc
 ${PYSITELIB}/sympy/printing/tests/test_gtk.pyo
@@ -2508,6 +2795,9 @@ ${PYSITELIB}/sympy/printing/tests/test_p
 ${PYSITELIB}/sympy/printing/tests/test_preview.py
 ${PYSITELIB}/sympy/printing/tests/test_preview.pyc
 ${PYSITELIB}/sympy/printing/tests/test_preview.pyo
+${PYSITELIB}/sympy/printing/tests/test_pycode.py
+${PYSITELIB}/sympy/printing/tests/test_pycode.pyc
+${PYSITELIB}/sympy/printing/tests/test_pycode.pyo
 ${PYSITELIB}/sympy/printing/tests/test_python.py
 ${PYSITELIB}/sympy/printing/tests/test_python.pyc
 ${PYSITELIB}/sympy/printing/tests/test_python.pyo
@@ -2658,6 +2948,33 @@ ${PYSITELIB}/sympy/sets/contains.pyo
 ${PYSITELIB}/sympy/sets/fancysets.py
 ${PYSITELIB}/sympy/sets/fancysets.pyc
 ${PYSITELIB}/sympy/sets/fancysets.pyo
+${PYSITELIB}/sympy/sets/handlers/__init__.py
+${PYSITELIB}/sympy/sets/handlers/__init__.pyc
+${PYSITELIB}/sympy/sets/handlers/__init__.pyo
+${PYSITELIB}/sympy/sets/handlers/add.py
+${PYSITELIB}/sympy/sets/handlers/add.pyc
+${PYSITELIB}/sympy/sets/handlers/add.pyo
+${PYSITELIB}/sympy/sets/handlers/functions.py
+${PYSITELIB}/sympy/sets/handlers/functions.pyc
+${PYSITELIB}/sympy/sets/handlers/functions.pyo
+${PYSITELIB}/sympy/sets/handlers/intersection.py
+${PYSITELIB}/sympy/sets/handlers/intersection.pyc
+${PYSITELIB}/sympy/sets/handlers/intersection.pyo
+${PYSITELIB}/sympy/sets/handlers/mul.py
+${PYSITELIB}/sympy/sets/handlers/mul.pyc
+${PYSITELIB}/sympy/sets/handlers/mul.pyo
+${PYSITELIB}/sympy/sets/handlers/power.py
+${PYSITELIB}/sympy/sets/handlers/power.pyc
+${PYSITELIB}/sympy/sets/handlers/power.pyo
+${PYSITELIB}/sympy/sets/handlers/union.py
+${PYSITELIB}/sympy/sets/handlers/union.pyc
+${PYSITELIB}/sympy/sets/handlers/union.pyo
+${PYSITELIB}/sympy/sets/ordinals.py
+${PYSITELIB}/sympy/sets/ordinals.pyc
+${PYSITELIB}/sympy/sets/ordinals.pyo
+${PYSITELIB}/sympy/sets/setexpr.py
+${PYSITELIB}/sympy/sets/setexpr.pyc
+${PYSITELIB}/sympy/sets/setexpr.pyo
 ${PYSITELIB}/sympy/sets/sets.py
 ${PYSITELIB}/sympy/sets/sets.pyc
 ${PYSITELIB}/sympy/sets/sets.pyo
@@ -2673,6 +2990,12 @@ ${PYSITELIB}/sympy/sets/tests/test_conta
 ${PYSITELIB}/sympy/sets/tests/test_fancysets.py
 ${PYSITELIB}/sympy/sets/tests/test_fancysets.pyc
 ${PYSITELIB}/sympy/sets/tests/test_fancysets.pyo
+${PYSITELIB}/sympy/sets/tests/test_ordinals.py
+${PYSITELIB}/sympy/sets/tests/test_ordinals.pyc
+${PYSITELIB}/sympy/sets/tests/test_ordinals.pyo
+${PYSITELIB}/sympy/sets/tests/test_setexpr.py
+${PYSITELIB}/sympy/sets/tests/test_setexpr.pyc
+${PYSITELIB}/sympy/sets/tests/test_setexpr.pyo
 ${PYSITELIB}/sympy/sets/tests/test_sets.py
 ${PYSITELIB}/sympy/sets/tests/test_sets.pyc
 ${PYSITELIB}/sympy/sets/tests/test_sets.pyo
@@ -2694,6 +3017,9 @@ ${PYSITELIB}/sympy/simplify/epathtools.p
 ${PYSITELIB}/sympy/simplify/fu.py
 ${PYSITELIB}/sympy/simplify/fu.pyc
 ${PYSITELIB}/sympy/simplify/fu.pyo
+${PYSITELIB}/sympy/simplify/gammasimp.py
+${PYSITELIB}/sympy/simplify/gammasimp.pyc
+${PYSITELIB}/sympy/simplify/gammasimp.pyo
 ${PYSITELIB}/sympy/simplify/hyperexpand.py
 ${PYSITELIB}/sympy/simplify/hyperexpand.pyc
 ${PYSITELIB}/sympy/simplify/hyperexpand.pyo
@@ -2733,6 +3059,9 @@ ${PYSITELIB}/sympy/simplify/tests/test_f
 ${PYSITELIB}/sympy/simplify/tests/test_function.py
 ${PYSITELIB}/sympy/simplify/tests/test_function.pyc
 ${PYSITELIB}/sympy/simplify/tests/test_function.pyo
+${PYSITELIB}/sympy/simplify/tests/test_gammasimp.py
+${PYSITELIB}/sympy/simplify/tests/test_gammasimp.pyc
+${PYSITELIB}/sympy/simplify/tests/test_gammasimp.pyo
 ${PYSITELIB}/sympy/simplify/tests/test_hyperexpand.py
 ${PYSITELIB}/sympy/simplify/tests/test_hyperexpand.pyc
 ${PYSITELIB}/sympy/simplify/tests/test_hyperexpand.pyo
@@ -3000,6 +3329,12 @@ ${PYSITELIB}/sympy/tensor/array/tests/te
 ${PYSITELIB}/sympy/tensor/array/tests/test_mutable_ndim_array.py
 ${PYSITELIB}/sympy/tensor/array/tests/test_mutable_ndim_array.pyc
 ${PYSITELIB}/sympy/tensor/array/tests/test_mutable_ndim_array.pyo
+${PYSITELIB}/sympy/tensor/array/tests/test_ndim_array_conversions.py
+${PYSITELIB}/sympy/tensor/array/tests/test_ndim_array_conversions.pyc
+${PYSITELIB}/sympy/tensor/array/tests/test_ndim_array_conversions.pyo
+${PYSITELIB}/sympy/tensor/functions.py
+${PYSITELIB}/sympy/tensor/functions.pyc
+${PYSITELIB}/sympy/tensor/functions.pyo
 ${PYSITELIB}/sympy/tensor/index_methods.py
 ${PYSITELIB}/sympy/tensor/index_methods.pyc
 ${PYSITELIB}/sympy/tensor/index_methods.pyo
@@ -3012,6 +3347,9 @@ ${PYSITELIB}/sympy/tensor/tensor.pyo
 ${PYSITELIB}/sympy/tensor/tests/__init__.py
 ${PYSITELIB}/sympy/tensor/tests/__init__.pyc
 ${PYSITELIB}/sympy/tensor/tests/__init__.pyo
+${PYSITELIB}/sympy/tensor/tests/test_functions.py
+${PYSITELIB}/sympy/tensor/tests/test_functions.pyc
+${PYSITELIB}/sympy/tensor/tests/test_functions.pyo
 ${PYSITELIB}/sympy/tensor/tests/test_index_methods.py
 ${PYSITELIB}/sympy/tensor/tests/test_index_methods.pyc
 ${PYSITELIB}/sympy/tensor/tests/test_index_methods.pyo
@@ -3021,6 +3359,9 @@ ${PYSITELIB}/sympy/tensor/tests/test_ind
 ${PYSITELIB}/sympy/tensor/tests/test_tensor.py
 ${PYSITELIB}/sympy/tensor/tests/test_tensor.pyc
 ${PYSITELIB}/sympy/tensor/tests/test_tensor.pyo
+${PYSITELIB}/sympy/this.py
+${PYSITELIB}/sympy/this.pyc
+${PYSITELIB}/sympy/this.pyo
 ${PYSITELIB}/sympy/unify/__init__.py
 ${PYSITELIB}/sympy/unify/__init__.pyc
 ${PYSITELIB}/sympy/unify/__init__.pyo
@@ -3048,6 +3389,27 @@ ${PYSITELIB}/sympy/unify/usympy.pyo
 ${PYSITELIB}/sympy/utilities/__init__.py
 ${PYSITELIB}/sympy/utilities/__init__.pyc
 ${PYSITELIB}/sympy/utilities/__init__.pyo
+${PYSITELIB}/sympy/utilities/_compilation/__init__.py
+${PYSITELIB}/sympy/utilities/_compilation/__init__.pyc
+${PYSITELIB}/sympy/utilities/_compilation/__init__.pyo
+${PYSITELIB}/sympy/utilities/_compilation/availability.py
+${PYSITELIB}/sympy/utilities/_compilation/availability.pyc
+${PYSITELIB}/sympy/utilities/_compilation/availability.pyo
+${PYSITELIB}/sympy/utilities/_compilation/compilation.py
+${PYSITELIB}/sympy/utilities/_compilation/compilation.pyc
+${PYSITELIB}/sympy/utilities/_compilation/compilation.pyo
+${PYSITELIB}/sympy/utilities/_compilation/runners.py
+${PYSITELIB}/sympy/utilities/_compilation/runners.pyc
+${PYSITELIB}/sympy/utilities/_compilation/runners.pyo
+${PYSITELIB}/sympy/utilities/_compilation/tests/__init__.py
+${PYSITELIB}/sympy/utilities/_compilation/tests/__init__.pyc
+${PYSITELIB}/sympy/utilities/_compilation/tests/__init__.pyo
+${PYSITELIB}/sympy/utilities/_compilation/tests/test_compilation.py
+${PYSITELIB}/sympy/utilities/_compilation/tests/test_compilation.pyc
+${PYSITELIB}/sympy/utilities/_compilation/tests/test_compilation.pyo
+${PYSITELIB}/sympy/utilities/_compilation/util.py
+${PYSITELIB}/sympy/utilities/_compilation/util.pyc
+${PYSITELIB}/sympy/utilities/_compilation/util.pyo
 ${PYSITELIB}/sympy/utilities/autowrap.py
 ${PYSITELIB}/sympy/utilities/autowrap.pyc
 ${PYSITELIB}/sympy/utilities/autowrap.pyo
@@ -3156,6 +3518,9 @@ ${PYSITELIB}/sympy/utilities/tests/test_
 ${PYSITELIB}/sympy/utilities/tests/test_timeutils.py
 ${PYSITELIB}/sympy/utilities/tests/test_timeutils.pyc
 ${PYSITELIB}/sympy/utilities/tests/test_timeutils.pyo
+${PYSITELIB}/sympy/utilities/tests/test_wester.py
+${PYSITELIB}/sympy/utilities/tests/test_wester.pyc
+${PYSITELIB}/sympy/utilities/tests/test_wester.pyo
 ${PYSITELIB}/sympy/utilities/timeutils.py
 ${PYSITELIB}/sympy/utilities/timeutils.pyc
 ${PYSITELIB}/sympy/utilities/timeutils.pyo

Index: pkgsrc/math/py-sympy/distinfo
diff -u pkgsrc/math/py-sympy/distinfo:1.11 pkgsrc/math/py-sympy/distinfo:1.12
--- pkgsrc/math/py-sympy/distinfo:1.11  Sun Sep 17 11:53:47 2017
+++ pkgsrc/math/py-sympy/distinfo       Thu Jul 19 20:15:36 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2017/09/17 11:53:47 adam Exp $
+$NetBSD: distinfo,v 1.12 2018/07/19 20:15:36 prlw1 Exp $
 
-SHA1 (sympy-1.1.1.tar.gz) = d5acc09a7429de76713898728f1ec50a3c48e133
-RMD160 (sympy-1.1.1.tar.gz) = cbbddba9a18146124a5374eafda37c9817baa304
-SHA512 (sympy-1.1.1.tar.gz) = ff8857fd5810795554ca4f636b2d8e633057d7ea7df76461003d823ecbaddc98cde0561eb79a1058741c5ece233c13bfcb5e30d5bfb8ac6dbab3d05d8226f92b
-Size (sympy-1.1.1.tar.gz) = 4580952 bytes
+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



Home | Main Index | Thread Index | Old Index