Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deb platforms #43

Merged
merged 2 commits into from
Feb 9, 2024
Merged

Update deb platforms #43

merged 2 commits into from
Feb 9, 2024

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Feb 8, 2024

Added:

  • Ubuntu Noble (24.04 LTS pre-release)
  • Debian Trixie (testing)

Dropped:

  • None

Retained:

  • Debian Bookworm (stable)
  • Ubuntu Jammy (22.04 LTS)

Added:
* Ubuntu Noble (24.04 LTS pre-release)
* Debian Trixie (testing)

Dropped:
* None

Retained:
* Debian Bookworm (stable)
* Ubuntu Jammy (22.04 LTS)
@cottsay cottsay self-assigned this Feb 8, 2024
@codecov-commenter
Copy link

codecov-commenter commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c7ff24c) 100.00% compared to head (129d094) 100.00%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #43   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          268       268           
  Branches        40        40           
=========================================
  Hits           268       268           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cottsay cottsay merged commit 799a936 into master Feb 9, 2024
9 of 20 checks passed
@cottsay cottsay deleted the update-deb-platforms branch February 9, 2024 20:39
ruffsl added a commit to ruffsl/colcon-cache that referenced this pull request May 5, 2024
Added:
* Ubuntu Noble (24.04 LTS pre-release)
* Debian Trixie (testing)
Dropped:
* None

Retained:
* Debian Bookworm (stable)
* Ubuntu Jammy (22.04 LTS)
- colcon/colcon-clean#43
ruffsl added a commit to ruffsl/colcon-cache that referenced this pull request May 5, 2024
ruffsl added a commit to ruffsl/colcon-cache that referenced this pull request May 5, 2024
* Update deb platforms for release
Added:
* Ubuntu Noble (24.04 LTS pre-release)
* Debian Trixie (testing)
Dropped:
* None

Retained:
* Debian Bookworm (stable)
* Ubuntu Jammy (22.04 LTS)
- colcon/colcon-clean#43

* Update publish-python platforms.
- colcon/colcon-clean#43

* Set long_description_content_type in setup.cfg
The default is assumed to be rst, and PyPI is unhappy that it can't
render it as such. Explicitly stating that the content is markdown
resolves the issue.
- colcon/colcon-clean#33

* Update target platforms for debs, python requirement
- colcon/colcon-clean@c7ff24c

* Add colcon-defaults to test extras_require
to set default test-result-base base path

- colcon/colcon-clean#28

* Add markers to linter tests, move linter imports
Test markers can be used to easily (de-)select tests, and colcon exposes
mechanisms to do so. Linters are a category of tests that are commonly
called out.

Additionally, if we move the imports for some of our single-purpose
tests into the test function, we can avoid installing the linter
dependencies entirely. This is a common case in platform packaging, where
linter errors are not actionable and the dependencies are not typically
installed.

- colcon/colcon-clean@1ba8923

* Switch to workflow_call for GitHub Actions CI
- colcon/colcon-clean@992e4b8

* Pin scantree to < 0.0.2a0
This version regresses support for Windows.

- colcon/colcon-clean#46

* Fix package path for linter tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants