From fa860efde7263210402fd2161b5af1be629365796549df31550e3c53f7b6d273 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 Jan 2022 18:36:55 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-catkin-pkg?expand=0&rev=13 --- 0.4.22.tar.gz | 3 --- 0.4.24.tar.gz | 3 +++ python-catkin-pkg.changes | 11 +++++++++++ python-catkin-pkg.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 0.4.22.tar.gz create mode 100644 0.4.24.tar.gz diff --git a/0.4.22.tar.gz b/0.4.22.tar.gz deleted file mode 100644 index 64b13cf..0000000 --- a/0.4.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b84e304ffbc829ce800f14ab71b67594ae9027ef80dd145583273ffe861e2be -size 64407 diff --git a/0.4.24.tar.gz b/0.4.24.tar.gz new file mode 100644 index 0000000..4443db1 --- /dev/null +++ b/0.4.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ea09fd51d9a67ccf5a0660a8f84794304182c4f644f27ad835a979567893b1 +size 65113 diff --git a/python-catkin-pkg.changes b/python-catkin-pkg.changes index 24922a7..6f703fc 100644 --- a/python-catkin-pkg.changes +++ b/python-catkin-pkg.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Jan 15 18:34:37 UTC 2022 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Wed Jul 29 04:04:09 UTC 2020 - Steve Kowalik diff --git a/python-catkin-pkg.spec b/python-catkin-pkg.spec index e9e6e29..5ceedcf 100644 --- a/python-catkin-pkg.spec +++ b/python-catkin-pkg.spec @@ -1,7 +1,7 @@ # # spec file for package python-catkin-pkg # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define commands create_pkg find_pkg generate_changelog package_version prepare_release tag_changelog test_changelog Name: python-catkin-pkg -Version: 0.4.22 +Version: 0.4.24 Release: 0 Summary: Catkin package library License: BSD-3-Clause @@ -34,7 +34,7 @@ Requires: python-pyparsing Requires: python-python-dateutil Requires: python-setuptools Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module docutils}