Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-catkin-pkg-1.0.0-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-catkin-pkg Distribution: openSUSE:Factory:zSystems
Version: 1.0.0 Vendor: openSUSE
Release: 1.1 Build date: Thu May 15 23:30:25 2025
Group: Unspecified Build host: reproducible
Size: 633692 Source RPM: python-catkin-pkg-1.0.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://wiki.ros.org/catkin_pkg
Summary: Catkin package library
Library for retrieving information about catkin packages.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu May 15 2025 Matej Cepl <mcepl@cepl.eu>
  - Add missing rpmlintrc to the SPEC file.
* Thu May 15 2025 Markéta Machová <mmachova@suse.com>
  - Convert to pip-based build
* Thu Dec 14 2023 pgajdos@suse.com
  - deleted patches
    - python-catkin-pkg-no-mock.patch (upstreamed)
* Thu Dec 14 2023 Petr Gajdos <pgajdos@suse.com>
  - update to 1.0.0:
    * List 'ROS Infrastructure Team' as the package maintainer.
      `#328 <https://github.com/ros-
      infrastructure/catkin_pkg/pull/328>`_
    * Drop support for Python 2. `#354 <https://github.com/ros-
      infrastructure/catkin_pkg/pull/354>`_
    * Move flake8 config to setup.cfg, address flake8 v6
      violations. `#356 <https://github.com/ros-
      infrastructure/catkin_pkg/pull/356>`_
    * Contributors
    * Scott K Logan
    * Steven! Ragnarök
    * 0.5.2 (2022-05-27)
    * Use renamed function for getting multiple build types. `#342
      <https://github.com/ros-infrastructure/catkin_pkg/pull/342>`_
    * Resolves `#341 <https://github.com/ros-
      infrastructure/catkin_pkg/pull/341>`_
    * Contributors
    * Steven! Ragnarök
    * 0.5.1 (2022-05-10)
    * Add API method for getting all build types regardless of
      conditions. `#337 <https://github.com/ros-
      infrastructure/catkin_pkg/pull/337>`_
    * Pass all string format arguments as a tuple. `#339
      <https://github.com/ros-infrastructure/catkin_pkg/pull/339>`_
    * Resolves `#338 <https://github.com/ros-
      infrastructure/catkin_pkg/pull/338>`_
    * Consider all build types when updating package versions.
      `#340 <https://github.com/ros-
      infrastructure/catkin_pkg/pull/340>`_
    * Resolves `#336 <https://github.com/ros-
      infrastructure/catkin_pkg/pull/336>`_
    * Contributors
    * Scott K Logan
    * Steven! Ragnarök
    * 0.5.0 (2022-05-10)
    * Remove references to Travis CI. `#314
      <https://github.com/ros-infrastructure/catkin_pkg/pull/314>`_
    * Drop python 2.7 on macOS. `#318 <https://github.com/ros-
      infrastructure/catkin_pkg/pull/318>`_
    * Update release suites. `#317 <https://github.com/ros-
      infrastructure/catkin_pkg/pull/317>`_
    * Use unittest.mock where possible. `#321
      <https://github.com/ros-infrastructure/catkin_pkg/pull/321>`_
    * Declare test dependencies in extras_require.test. `#323
      <https://github.com/ros-infrastructure/catkin_pkg/pull/323>`_
    * Drop support for Python < 2.7 (2.7 itself is still
      supported). `#322 <https://github.com/ros-
      infrastructure/catkin_pkg/pull/322>`_
    * Run tests with pytest instead of nose. `#324
      <https://github.com/ros-infrastructure/catkin_pkg/pull/324>`_
    * Enable Python 3.10 tests, bump actions/setup-python. `#325
      <https://github.com/ros-infrastructure/catkin_pkg/pull/325>`_
    * Mark linter test and declare cov/junit module name. `#327
      <https://github.com/ros-infrastructure/catkin_pkg/pull/327>`_
    * Add plaintext_description field to Package. `#305
      <https://github.com/ros-infrastructure/catkin_pkg/pull/305>`_
    * Use only first line of plaintext description in distutils
      setup generation. `#326 <https://github.com/ros-
      infrastructure/catkin_pkg/pull/326>`_
    * Update catkin_prepare_release to support setup.py files in
      ament_python packages. `#331 <https://github.com/ros-
      infrastructure/catkin_pkg/pull/331>`_
    * This pull requests introduces an API change!
    * ``catkin_pkg.package_version.update_packages`` now takes the
      full dict of package Paths: Package objects instead of just
      the paths.
    * Make filenames to be used as ignore markers configurable.
      `#307 <https://github.com/ros-
      infrastructure/catkin_pkg/pull/307>`_
    * Fix catkin_package_version after API change. `#333
      <https://github.com/ros-infrastructure/catkin_pkg/pull/333>`_
    * Contributors
    * Jan Strohbeck
    * Scott K Logan
    * Steven! Ragnarök
    * Tomáš Hrnčiar
    * William Woodall
* Wed Mar 09 2022 pgajdos@suse.com
  - do not require mock for build
  - added patches
    https://github.com/ros-infrastructure/catkin_pkg/commit/b5c6812b40fa31da91ee560dda7c6e470dedcfb8
    + python-catkin-pkg-no-mock.patch
* Sat Jan 15 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 2020 Steve Kowalik <steven.kowalik@suse.com>
  - 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 2020 Petr Gajdos <pgajdos@suse.com>
  - %python3_only -> %python_alternative
  - use %pytest
* Mon Mar 30 2020 Marketa Calabkova <mcalabkova@suse.com>
  - update to 0.4.16
    * add Python 3.7 and 3.8 to Travis matrix
    * allow different CMake minimum version in metapackage
* Fri Jan 24 2020 Marketa Calabkova <mcalabkova@suse.com>
  - update to 0.4.15
    * small fixes

Files

/etc/alternatives/catkin_create_pkg
/etc/alternatives/catkin_find_pkg
/etc/alternatives/catkin_generate_changelog
/etc/alternatives/catkin_package_version
/etc/alternatives/catkin_prepare_release
/etc/alternatives/catkin_tag_changelog
/etc/alternatives/catkin_test_changelog
/usr/bin/catkin_create_pkg
/usr/bin/catkin_create_pkg-3.11
/usr/bin/catkin_find_pkg
/usr/bin/catkin_find_pkg-3.11
/usr/bin/catkin_generate_changelog
/usr/bin/catkin_generate_changelog-3.11
/usr/bin/catkin_package_version
/usr/bin/catkin_package_version-3.11
/usr/bin/catkin_prepare_release
/usr/bin/catkin_prepare_release-3.11
/usr/bin/catkin_tag_changelog
/usr/bin/catkin_tag_changelog-3.11
/usr/bin/catkin_test_changelog
/usr/bin/catkin_test_changelog-3.11
/usr/lib/python3.11/site-packages/catkin_pkg
/usr/lib/python3.11/site-packages/catkin_pkg-1.0.0.dist-info
/usr/lib/python3.11/site-packages/catkin_pkg-1.0.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/catkin_pkg-1.0.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/catkin_pkg-1.0.0.dist-info/RECORD
/usr/lib/python3.11/site-packages/catkin_pkg-1.0.0.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/catkin_pkg-1.0.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/catkin_pkg-1.0.0.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/catkin_pkg-1.0.0.dist-info/licenses
/usr/lib/python3.11/site-packages/catkin_pkg-1.0.0.dist-info/licenses/LICENSE
/usr/lib/python3.11/site-packages/catkin_pkg-1.0.0.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/catkin_pkg/__init__.py
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/changelog.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/changelog.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/changelog_generator.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/changelog_generator.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/changelog_generator_vcs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/changelog_generator_vcs.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/cmake.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/cmake.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/condition.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/condition.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/group_dependency.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/group_dependency.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/group_membership.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/group_membership.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/metapackage.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/metapackage.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/package.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/package.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/package_templates.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/package_templates.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/package_version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/package_version.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/packages.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/packages.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/python_setup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/python_setup.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/rospack.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/rospack.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/terminal_color.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/terminal_color.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/tool_detection.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/tool_detection.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/topological_order.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/topological_order.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/workspace_vcs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/workspace_vcs.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/workspaces.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/__pycache__/workspaces.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/changelog.py
/usr/lib/python3.11/site-packages/catkin_pkg/changelog_generator.py
/usr/lib/python3.11/site-packages/catkin_pkg/changelog_generator_vcs.py
/usr/lib/python3.11/site-packages/catkin_pkg/cli
/usr/lib/python3.11/site-packages/catkin_pkg/cli/__init__.py
/usr/lib/python3.11/site-packages/catkin_pkg/cli/__pycache__
/usr/lib/python3.11/site-packages/catkin_pkg/cli/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/cli/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/cli/__pycache__/create_pkg.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/cli/__pycache__/create_pkg.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/cli/__pycache__/find_pkg.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/cli/__pycache__/find_pkg.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/cli/__pycache__/generate_changelog.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/cli/__pycache__/generate_changelog.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/cli/__pycache__/package_version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/cli/__pycache__/package_version.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/cli/__pycache__/prepare_release.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/cli/__pycache__/prepare_release.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/cli/__pycache__/tag_changelog.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/cli/__pycache__/tag_changelog.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/cli/__pycache__/test_changelog.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/cli/__pycache__/test_changelog.cpython-311.pyc
/usr/lib/python3.11/site-packages/catkin_pkg/cli/create_pkg.py
/usr/lib/python3.11/site-packages/catkin_pkg/cli/find_pkg.py
/usr/lib/python3.11/site-packages/catkin_pkg/cli/generate_changelog.py
/usr/lib/python3.11/site-packages/catkin_pkg/cli/package_version.py
/usr/lib/python3.11/site-packages/catkin_pkg/cli/prepare_release.py
/usr/lib/python3.11/site-packages/catkin_pkg/cli/tag_changelog.py
/usr/lib/python3.11/site-packages/catkin_pkg/cli/test_changelog.py
/usr/lib/python3.11/site-packages/catkin_pkg/cmake.py
/usr/lib/python3.11/site-packages/catkin_pkg/condition.py
/usr/lib/python3.11/site-packages/catkin_pkg/group_dependency.py
/usr/lib/python3.11/site-packages/catkin_pkg/group_membership.py
/usr/lib/python3.11/site-packages/catkin_pkg/metapackage.py
/usr/lib/python3.11/site-packages/catkin_pkg/package.py
/usr/lib/python3.11/site-packages/catkin_pkg/package_templates.py
/usr/lib/python3.11/site-packages/catkin_pkg/package_version.py
/usr/lib/python3.11/site-packages/catkin_pkg/packages.py
/usr/lib/python3.11/site-packages/catkin_pkg/python_setup.py
/usr/lib/python3.11/site-packages/catkin_pkg/rospack.py
/usr/lib/python3.11/site-packages/catkin_pkg/templates
/usr/lib/python3.11/site-packages/catkin_pkg/templates/CMakeLists.txt.in
/usr/lib/python3.11/site-packages/catkin_pkg/templates/metapackage.cmake.in
/usr/lib/python3.11/site-packages/catkin_pkg/templates/package.xml.in
/usr/lib/python3.11/site-packages/catkin_pkg/terminal_color.py
/usr/lib/python3.11/site-packages/catkin_pkg/tool_detection.py
/usr/lib/python3.11/site-packages/catkin_pkg/topological_order.py
/usr/lib/python3.11/site-packages/catkin_pkg/workspace_vcs.py
/usr/lib/python3.11/site-packages/catkin_pkg/workspaces.py
/usr/share/licenses/python311-catkin-pkg
/usr/share/licenses/python311-catkin-pkg/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jun 5 01:26:59 2025