15
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-catkin-pkg?expand=0&rev=11
This commit is contained in:
2020-07-29 04:10:27 +00:00
committed by Git OBS Bridge
parent bda3041d12
commit 5fc675cb02
4 changed files with 24 additions and 5 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Jul 29 04:04:09 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- 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
-------------------------------------------------------------------
Wed May 27 09:36:36 UTC 2020 - Petr Gajdos <pgajdos@suse.com>