Accepting request 946697 from devel:languages:python

- 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/request/show/946697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-catkin-pkg?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2022-01-15 20:45:20 +00:00 committed by Git OBS Bridge
commit 50a530c248
4 changed files with 17 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b84e304ffbc829ce800f14ab71b67594ae9027ef80dd145583273ffe861e2be
size 64407

3
0.4.24.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57ea09fd51d9a67ccf5a0660a8f84794304182c4f644f27ad835a979567893b1
size 65113

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Jan 15 18:34:37 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <steven.kowalik@suse.com> Wed Jul 29 04:04:09 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-catkin-pkg # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 %define commands create_pkg find_pkg generate_changelog package_version prepare_release tag_changelog test_changelog
Name: python-catkin-pkg Name: python-catkin-pkg
Version: 0.4.22 Version: 0.4.24
Release: 0 Release: 0
Summary: Catkin package library Summary: Catkin package library
License: BSD-3-Clause License: BSD-3-Clause
@ -34,7 +34,7 @@ Requires: python-pyparsing
Requires: python-python-dateutil Requires: python-python-dateutil
Requires: python-setuptools Requires: python-setuptools
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun): update-alternatives Requires(postun):update-alternatives
BuildArch: noarch BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module docutils} BuildRequires: %{python_module docutils}