------
Changes:
* Moved basic functions to ts_utils, to make them available with fewer dependencies:
* ``current_tai`` and similar time functions.
* ``angle_wrap_center`` and similar angle functions.
* ``make_done_future``.
* test utilities ``assertAnglesAlmostEqual`` (called ``assert_angles_almost_equal`` in ts_utils) and ``modify_environ``.
* Added temporary wrappers for the code that was moved, for backwards compatibility.
These wrappers issue a `DepreciationWarning` warning and will be removed in ts_salobj v7.
Requirements:
* ts_ddsconfig
* ts_idl 2
* ts_utils 1
* ts_xml 6.2
* IDL files for Test and Script generated by ts_sal 5
* SALPY_Test generated by ts_sal 5 or 6