From c045e5482a3b5d8da6eda048eebf5158e8d04c1570dca3cd7d1a9dc1322b38ce Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 29 Jul 2020 04:10:27 +0000 Subject: [PATCH] - 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 --- 0.4.16.tar.gz | 3 --- 0.4.22.tar.gz | 3 +++ python-catkin-pkg.changes | 20 ++++++++++++++++++++ python-catkin-pkg.spec | 3 +-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 0.4.16.tar.gz create mode 100644 0.4.22.tar.gz diff --git a/0.4.16.tar.gz b/0.4.16.tar.gz deleted file mode 100644 index 3faf4db..0000000 --- a/0.4.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:006a2d24f1a591f48a81e2d1722aa4ab2ec857e6f8fff91eda0f56251ce05ad9 -size 63503 diff --git a/0.4.22.tar.gz b/0.4.22.tar.gz new file mode 100644 index 0000000..64b13cf --- /dev/null +++ b/0.4.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b84e304ffbc829ce800f14ab71b67594ae9027ef80dd145583273ffe861e2be +size 64407 diff --git a/python-catkin-pkg.changes b/python-catkin-pkg.changes index f9bd959..24922a7 100644 --- a/python-catkin-pkg.changes +++ b/python-catkin-pkg.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Jul 29 04:04:09 UTC 2020 - Steve Kowalik + +- 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 diff --git a/python-catkin-pkg.spec b/python-catkin-pkg.spec index f5af276..e9e6e29 100644 --- a/python-catkin-pkg.spec +++ b/python-catkin-pkg.spec @@ -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}