Update python-catkin-pkg to version 1.0.0 / rev 8 via SR 1277898
https://build.opensuse.org/request/show/1277898
by user mcepl + anag_factory
- Add missing rpmlintrc to the SPEC file.
- Convert to pip-based build
- deleted patches
- python-catkin-pkg-no-mock.patch (upstreamed)
- update to 1.0.0:
* List 'ROS Infrastructure Team' as the package maintainer.
`#328
infrastructure/catkin_pkg/pull/328>`_
* Drop support for Python 2. `#354
infrastructure/catkin_pkg/pull/354>`_
* Move flake8 config to setup.cfg, address flake8 v6
violations. `#356
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