5ee39bad2b
- update to 1.1.0: * Declare dependency on setuptools in stdeb. #360 * Update Ubuntu and Debian platforms supported by catkin_pkg. #359 * Move flake8 import into test. #361 * Switch to a raw string for the prepare_release cli. #362 * Switch to ros-infrastructure centralized CI. #363 * Support PEP 338 invocation of catkin_pkg modules. #367 * Use platform-agnostic path manipulation in test_packages.py. #366 * Deprecate the bare catkin_* scripts. #368 * Fix symlink resolution on Windows w/short filenames. #365 * Enable tests on Windows. #364 * Fix AttributeError with docutils >= 0.18. #352 * Remove spurious global declaration. #375 * Replace pkg_resources usage with packaging. #374Dirk Mueller2025-09-29 10:21:16 +00:00
59fbc00940
- update to 0.4.24: * stop using undocumented docutils api * remove validate_metapacakge wrapper * flake8 warnings * test fixes * add option to show only merge commits * compare dependencies with all attributes
Dirk Mueller2022-01-15 18:36:55 +00:00
5fc675cb02
- Update to 0.4.22: * catkin_generate_changelog: hack to allow tag version prefixed with v * add GitLab auto linking for issues in catkin_generate_changelog * enable releasing from Focal with stdeb 0.9.1 * fix deprecation warnings in tests * pass stricter pycodestyle 2.6 checks * Restore compatibility with pyparsing < 1.5.7 * Respect (AMENT|COLCON|CATKIN)_IGNORE directories * bump min CMake version to avoid CMP0048 warning * Fix travis warning * use parse actions to evaluate conditions * Speed up topological_order by using a per-package cache of all run_depends * Fix crash with pyparsing 3 * [enhancement]evaluating more than 1 condition fixes#277 * exclude Signed-off-by: lines from changelog * Changes 'install' to 'catkin_install_python' in the CMakeLists.txt template
Steve Kowalik2020-07-29 04:10:27 +00:00