19
0

Compare commits

6 Commits

Author SHA256 Message Date
ef71053043 Accepting request 1282805 from devel:languages:python
- fix usage of libalternatives

OBS-URL: https://build.opensuse.org/request/show/1282805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-catkin-pkg?expand=0&rev=9
2025-06-04 18:30:05 +00:00
09a1aac7d7 - fix usage of libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-catkin-pkg?expand=0&rev=20
2025-06-04 14:47:24 +00:00
e3f4e5b283 Accepting request 1277898 from devel:languages:python
- 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 <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>`_

OBS-URL: https://build.opensuse.org/request/show/1277898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-catkin-pkg?expand=0&rev=8
2025-05-20 07:33:59 +00:00
1980eafd9b - Add missing rpmlintrc to the SPEC file.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-catkin-pkg?expand=0&rev=18
2025-05-15 21:30:33 +00:00
7cd367b330 Accepting request 1277739 from home:mcalabkova:branches:devel:languages:python
- Convert to pip-based build

OBS-URL: https://build.opensuse.org/request/show/1277739
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-catkin-pkg?expand=0&rev=17
2025-05-15 15:17:05 +00:00
5a1b2f00c5 Accepting request 1133143 from home:pgajdos:python
pmmu version update

OBS-URL: https://build.opensuse.org/request/show/1133143
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-catkin-pkg?expand=0&rev=16
2023-12-15 09:43:53 +00:00
4 changed files with 5 additions and 25 deletions

3
1.0.0.tar.gz Normal file
View File

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

View File

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

View File

@@ -1,23 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-catkin-pkg
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# 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.1.0
Version: 1.0.0
Release: 0
Summary: Catkin package library
License: BSD-3-Clause