- 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:
parent
1e6c011ee0
commit
c045e5482a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:006a2d24f1a591f48a81e2d1722aa4ab2ec857e6f8fff91eda0f56251ce05ad9
|
||||
size 63503
|
3
0.4.22.tar.gz
Normal file
3
0.4.22.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b84e304ffbc829ce800f14ab71b67594ae9027ef80dd145583273ffe861e2be
|
||||
size 64407
|
@ -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>
|
||||
|
||||
|
@ -20,11 +20,10 @@
|
||||
%define commands create_pkg find_pkg generate_changelog package_version prepare_release tag_changelog test_changelog
|
||||
|
||||
Name: python-catkin-pkg
|
||||
Version: 0.4.16
|
||||
Version: 0.4.22
|
||||
Release: 0
|
||||
Summary: Catkin package library
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://wiki.ros.org/catkin_pkg
|
||||
Source: https://github.com/ros-infrastructure/catkin_pkg/archive/%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
|
Loading…
Reference in New Issue
Block a user