forked from pool/python-catkin-pkg
Accepting request 1307717 from devel:languages:python
- update to 1.1.0: * Declare dependency on setuptools in stdeb. #360 * Update Ubuntu and Debian platforms supported by catkin_pkg. #359 * Move flake8 import into test. #361 * Switch to a raw string for the prepare_release cli. #362 * Switch to ros-infrastructure centralized CI. #363 * Support PEP 338 invocation of catkin_pkg modules. #367 * Use platform-agnostic path manipulation in test_packages.py. #366 * Deprecate the bare catkin_* scripts. #368 * Fix symlink resolution on Windows w/short filenames. #365 * Enable tests on Windows. #364 * Fix AttributeError with docutils >= 0.18. #352 * Remove spurious global declaration. #375 * Replace pkg_resources usage with packaging. #374 OBS-URL: https://build.opensuse.org/request/show/1307717 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-catkin-pkg?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48e88c995838807165bb70c6272abab2d6dda5efc210f62db8ac714d4c96a0c6
|
||||
size 67603
|
||||
3
1.1.0.tar.gz
Normal file
3
1.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32c0410cb815497a0253838ca8f7d222d345a3bbd189fa4e61374a8f77c42709
|
||||
size 68609
|
||||
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 10:21:00 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.1.0:
|
||||
* Declare dependency on setuptools in stdeb. #360
|
||||
* Update Ubuntu and Debian platforms supported by catkin_pkg.
|
||||
#359
|
||||
* Move flake8 import into test. #361
|
||||
* Switch to a raw string for the prepare_release cli. #362
|
||||
* Switch to ros-infrastructure centralized CI. #363
|
||||
* Support PEP 338 invocation of catkin_pkg modules. #367
|
||||
* Use platform-agnostic path manipulation in test_packages.py.
|
||||
#366
|
||||
* Deprecate the bare catkin_* scripts. #368
|
||||
* Fix symlink resolution on Windows w/short filenames. #365
|
||||
* Enable tests on Windows. #364
|
||||
* Fix AttributeError with docutils >= 0.18. #352
|
||||
* Remove spurious global declaration. #375
|
||||
* Replace pkg_resources usage with packaging. #374
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 4 14:46:54 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-catkin-pkg
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%bcond_without libalternatives
|
||||
%define commands create_pkg find_pkg generate_changelog package_version prepare_release tag_changelog test_changelog
|
||||
Name: python-catkin-pkg
|
||||
Version: 1.0.0
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: Catkin package library
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user