Skip to content

18.3.9

Choose a tag to compare

@github-actions github-actions released this 18 Nov 07:41

Bumps catkin-pkg from 1.0.0 to 1.1.0.

Changelog

Sourced from catkin-pkg's changelog.

1.1.0 (2025-09-09)

  • Declare dependency on setuptools in stdeb. [#360](https://github.com/ros-infrastructure/catkin_pkg/issues/360) <https://github.com/ros-infrastructure/catkin_pkg/pull/360>_
  • Update Ubuntu and Debian platforms supported by catkin_pkg. [#359](https://github.com/ros-infrastructure/catkin_pkg/issues/359) <https://github.com/ros-infrastructure/catkin_pkg/pull/359>_
  • Move flake8 import into test. [#361](https://github.com/ros-infrastructure/catkin_pkg/issues/361) <https://github.com/ros-infrastructure/catkin_pkg/pull/361>_
  • Switch to a raw string for the prepare_release cli. [#362](https://github.com/ros-infrastructure/catkin_pkg/issues/362) <https://github.com/ros-infrastructure/catkin_pkg/pull/362>_
  • Switch to ros-infrastructure centralized CI. [#363](https://github.com/ros-infrastructure/catkin_pkg/issues/363) <https://github.com/ros-infrastructure/catkin_pkg/pull/363>_
  • Support PEP 338 invocation of catkin_pkg modules. [#367](https://github.com/ros-infrastructure/catkin_pkg/issues/367) <https://github.com/ros-infrastructure/catkin_pkg/pull/367>_
  • Use platform-agnostic path manipulation in test_packages.py. [#366](https://github.com/ros-infrastructure/catkin_pkg/issues/366) <https://github.com/ros-infrastructure/catkin_pkg/pull/366>_
  • Deprecate the bare catkin_* scripts. [#368](https://github.com/ros-infrastructure/catkin_pkg/issues/368) <https://github.com/ros-infrastructure/catkin_pkg/pull/368>_
  • Fix symlink resolution on Windows w/short filenames. [#365](https://github.com/ros-infrastructure/catkin_pkg/issues/365) <https://github.com/ros-infrastructure/catkin_pkg/pull/365>_
  • Enable tests on Windows. [#364](https://github.com/ros-infrastructure/catkin_pkg/issues/364) <https://github.com/ros-infrastructure/catkin_pkg/pull/364>_
  • Fix AttributeError with docutils >= 0.18. [#352](https://github.com/ros-infrastructure/catkin_pkg/issues/352) <https://github.com/ros-infrastructure/catkin_pkg/pull/352>_
  • Remove spurious global declaration. [#375](https://github.com/ros-infrastructure/catkin_pkg/issues/375) <https://github.com/ros-infrastructure/catkin_pkg/pull/375>_
  • Replace pkg_resources usage with packaging. [#374](https://github.com/ros-infrastructure/catkin_pkg/issues/374) <https://github.com/ros-infrastructure/catkin_pkg/pull/374>_

Contributors

  • Chris Lalancette
  • Johannes Rothe
  • Scott K Logan
  • Steven! Ragnarök
Commits
  • a0c8d86 1.1.0
  • e9ffede Replace pkg_resources usage with packaging.
  • a581ace Update rather than overwrite _ansi module variable.
  • 5307af6 Remove spurious global declaration.
  • eec17e7 Fix AttributeError with docutils >= 0.18 (#352)
  • 03bc290 Enable tests on Windows (#364)
  • 4e147f6 Fix symlink resolution on Windows w/short filenames (#365)
  • b6c2234 Deprecate the bare catkin_* scripts (#368)
  • 9a09b99 Use platform-agnostic path manipulation in test_packages.py (#366)
  • 6aeb5a1 Support PEP 338 invocation of catkin_pkg modules (#367)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Related Issues