From 33ac2b3c5ef161f0a085d40216f805eb24685167 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Tue, 14 Oct 2025 11:06:05 -0500 Subject: [PATCH 1/3] Switch to SPDX license identifier in setup.cfg --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6818bbc..e13d5ae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,13 +13,12 @@ classifiers = Development Status :: 3 - Alpha Environment :: Plugins Intended Audience :: Developers - License :: OSI Approved :: Apache Software License Operating System :: MacOS Operating System :: Microsoft :: Windows Operating System :: POSIX Programming Language :: Python Topic :: Software Development :: Build Tools -license = Apache License, Version 2.0 +license = Apache-2.0 description = Extension for colcon to process packages in parallel. long_description = file: README.rst keywords = colcon From 3198b6ad209600742ddcee9ea9c162c0613d81ef Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Tue, 14 Oct 2025 11:07:06 -0500 Subject: [PATCH 2/3] Add a top-level .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d315d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/dist/ +/*.egg-info/ +/.coverage +/COLCON_IGNORE +.*.swp +__pycache__/ From 7bf27a0582d2b9928a9d7048ba2c59f1792587c2 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Tue, 13 Jan 2026 12:04:33 -0600 Subject: [PATCH 3/3] Update target Ubuntu suites Ubuntu Resolute (26.04) is the next LTS release of Ubuntu. --- publish-python.yaml | 1 + stdeb.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/publish-python.yaml b/publish-python.yaml index bd7c869..326bb66 100644 --- a/publish-python.yaml +++ b/publish-python.yaml @@ -11,5 +11,6 @@ artifacts: - ubuntu:focal - ubuntu:jammy - ubuntu:noble + - ubuntu:resolute - debian:bookworm - debian:trixie diff --git a/stdeb.cfg b/stdeb.cfg index 6a7c14f..ac40086 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -1,6 +1,6 @@ [colcon-parallel-executor] No-Python2: Depends3: python3-colcon-core (>= 0.19.0) -Suite: focal jammy noble bookworm trixie +Suite: focal jammy noble resolute bookworm trixie X-Python3-Version: >= 3.6 Upstream-Version-Suffix: +upstream