diff --git a/cadabra2-2.3.5.tar.gz b/cadabra2-2.3.5.tar.gz deleted file mode 100644 index 99f0d13..0000000 --- a/cadabra2-2.3.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40f64156e44ccb7641a44e46c7415dfdb0422e1401082d96db541b83bba7ac77 -size 24527584 diff --git a/cadabra2-2.3.6.1.tar.gz b/cadabra2-2.3.6.1.tar.gz new file mode 100644 index 0000000..65704df --- /dev/null +++ b/cadabra2-2.3.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eafc6b409431f4e32b19397e77fe37d1176004f2843cff2a019e24af04322405 +size 24544655 diff --git a/cadabra2.changes b/cadabra2.changes index 298e520..a55fcbd 100644 --- a/cadabra2.changes +++ b/cadabra2.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Dec 31 15:34:53 UTC 2020 - Atri Bhattacharya + +- Update to version 2.3.6.1: + * Once further change to the installation path of cadabra2.so + module, to conform to Debian policies. + * Fix display of lists containing Ex objects. + * Fix import of Jupyter notebooks. + * Fix bug related to automatic dummy index relabelling. + * Fix tab-completion. +- Exclude tests that try to write config files to home dir; since + the `%ctest` macro does not accept additional options, run ctest + manually. + ------------------------------------------------------------------- Tue Nov 17 13:09:12 UTC 2020 - Atri Bhattacharya diff --git a/cadabra2.spec b/cadabra2.spec index db90129..002abdf 100644 --- a/cadabra2.spec +++ b/cadabra2.spec @@ -19,7 +19,7 @@ # Tests fails due to the way PYTHONPATH is set up for the test-suite [gh#kpeeters/cadabra2#211, gh#kpeeters/cadabra2#212] %bcond_without tests Name: cadabra2 -Version: 2.3.5 +Version: 2.3.6.1 Release: 0 Summary: A computer algebra system for solving problems in field theory License: GPL-3.0-or-later @@ -173,7 +173,10 @@ ln %{buildroot}%{_datadir}/cadabra2/latex/* %{buildroot}%{_datadir}/texmf/tex/la %check export PATH=${PATH}:%{buildroot}%{_bindir} export PYTHONDONTWRITEBYTECODE=1 -%ctest +# Exclude tests that try to write config files to home dir; %%ctest does not accept additional options, go the manual way +pushd %__builddir +ctest %{?_smp_mflags} -E "packages|manip|modules|meld" +popd %endif %files