diff --git a/build/pkgs/cubic_hecke_marin/SPKG.txt b/build/pkgs/cubic_hecke_marin/SPKG.txt index bbfeae7f9d7..ff9dbab97f7 100644 --- a/build/pkgs/cubic_hecke_marin/SPKG.txt +++ b/build/pkgs/cubic_hecke_marin/SPKG.txt @@ -13,5 +13,5 @@ as given on 'http://www.lamfa.u-picardie.fr/marin/softs/H4 === cubic_hecke_marin-20200513.tar.bz2 (Sebastian Oehms, 13 May 2020) === - * #?????: Initial version + * #29717: Initial version diff --git a/build/pkgs/cubic_hecke_marin/type b/build/pkgs/cubic_hecke_marin/type index a6a7b9cd726..134d9bc32d5 100644 --- a/build/pkgs/cubic_hecke_marin/type +++ b/build/pkgs/cubic_hecke_marin/type @@ -1 +1 @@ -standard +optional diff --git a/src/sage/algebras/hecke_algebras/base_rings_of_definition/cubic_hecke_base_ring.py b/src/sage/algebras/hecke_algebras/base_rings_of_definition/cubic_hecke_base_ring.py index a89f3f51b5b..6787bf2d548 100644 --- a/src/sage/algebras/hecke_algebras/base_rings_of_definition/cubic_hecke_base_ring.py +++ b/src/sage/algebras/hecke_algebras/base_rings_of_definition/cubic_hecke_base_ring.py @@ -27,7 +27,7 @@ from sage.structure.unique_representation import UniqueRepresentation from sage.structure.element import get_coercion_model from sage.categories.action import Action -from sage.misc.misc import verbose +from sage.misc.verbose import verbose from sage.misc.functional import cyclotomic_polynomial from sage.misc.cachefunc import cached_method from sage.rings.integer_ring import ZZ diff --git a/src/sage/algebras/hecke_algebras/cubic_hecke_algebra.py b/src/sage/algebras/hecke_algebras/cubic_hecke_algebra.py index bc403769328..bd2f995bfb0 100644 --- a/src/sage/algebras/hecke_algebras/cubic_hecke_algebra.py +++ b/src/sage/algebras/hecke_algebras/cubic_hecke_algebra.py @@ -123,7 +123,7 @@ from sage.combinat.free_module import CombinatorialFreeModule from sage.misc.cachefunc import cached_method -from sage.misc.misc import verbose +from sage.misc.verbose import verbose from sage.groups.cubic_braid import CubicBraidGroup from sage.rings.integer_ring import ZZ from sage.algebras.splitting_algebra import solve_with_extension diff --git a/src/sage/algebras/hecke_algebras/matrix_representations/cubic_hecke_matrix_rep.py b/src/sage/algebras/hecke_algebras/matrix_representations/cubic_hecke_matrix_rep.py index cebfb979f26..e0037a390ae 100644 --- a/src/sage/algebras/hecke_algebras/matrix_representations/cubic_hecke_matrix_rep.py +++ b/src/sage/algebras/hecke_algebras/matrix_representations/cubic_hecke_matrix_rep.py @@ -30,7 +30,7 @@ from enum import Enum from sage.misc.cachefunc import cached_method -from sage.misc.misc import verbose +from sage.misc.verbose import verbose from sage.rings.integer import Integer from sage.matrix.matrix_generic_dense import Matrix_generic_dense from sage.matrix.matrix_space import MatrixSpace diff --git a/src/sage/databases/cubic_hecke_db.py b/src/sage/databases/cubic_hecke_db.py index c51efdeb67c..c6bfa751ba2 100644 --- a/src/sage/databases/cubic_hecke_db.py +++ b/src/sage/databases/cubic_hecke_db.py @@ -29,7 +29,7 @@ from sage.structure.sage_object import SageObject from sage.misc.persist import db_save, db, save, load -from sage.misc.misc import verbose +from sage.misc.verbose import verbose from sage.env import SAGE_SHARE, SAGE_ROOT from sage.matrix.constructor import matrix, Matrix # uppercase version used in Marin's file `MatricesRegH4.maple` from sage.rings.integer_ring import ZZ