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

Fedora 39 is EOL, long live Fedora 41 #43723

Merged
merged 3 commits into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions rosdep/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -471,9 +471,7 @@ catch2:
alpine: [catch2]
arch: [catch2]
debian: [catch2]
fedora:
'*': [catch2-devel]
'37': null
fedora: [catch2-devel]
freebsd: [catch2]
gentoo: [dev-cpp/catch]
nixos: [catch2]
Expand Down Expand Up @@ -3417,9 +3415,7 @@ libdpkg-dev:
libdraco-dev:
arch: [draco]
debian: [libdraco-dev]
fedora:
'*': [draco-devel, draco-static]
'39': [draco-devel]
fedora: [draco-devel, draco-static]
nixos: [draco]
rhel:
'*': [draco-devel, draco-static]
Expand Down Expand Up @@ -7976,9 +7972,7 @@ pybind11-dev:
ubuntu: [pybind11-dev]
pybind11-json-dev:
debian: [pybind11-json-dev]
fedora:
'*': [pybind11-json-devel]
'38': null
fedora: [pybind11-json-devel]
rhel: [pybind11-json-devel]
ubuntu:
'*': [pybind11-json-dev]
Expand Down
13 changes: 3 additions & 10 deletions rosdep/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6139,9 +6139,7 @@
bullseye:
pip:
packages: [flake8-quotes]
fedora:
'*': [python3-flake8-quotes]
'35': null
fedora: [python3-flake8-quotes]
freebsd: [devel/py-flake8-quotes]
nixos: []
openembedded: [python3-flake8-quotes@meta-ros-common]
Expand Down Expand Up @@ -8683,9 +8681,7 @@
bullseye:
pip:
packages: [PySide6]
fedora:
'*': [python3-pyside6]
'39': null
fedora: [python3-pyside6]
osx:
pip:
packages: [PySide6]
Expand Down Expand Up @@ -9467,10 +9463,7 @@
debian:
'*': [python3-segno]
buster: null
fedora:
'*': [python3-segno]
'36': null
'37': null
fedora: [python3-segno]

Check failure on line 9466 in rosdep/python.yaml

View workflow job for this annotation

GitHub Actions / rosdistro / rosdep checks (3.8)

Package 'python3-segno' could not be found for fedora 40 on x86_64

Check failure on line 9466 in rosdep/python.yaml

View workflow job for this annotation

GitHub Actions / rosdistro / rosdep checks (3.8)

Package 'python3-segno' could not be found for fedora 41 on x86_64
nixos: [python3Packages.segno]
rhel:
'*': [python3-segno]
Expand Down
6 changes: 3 additions & 3 deletions test/rosdep_repo_check/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ supported_versions:
debian:
- bookworm
fedora:
- '39'
- '40'
- '41'
opensuse:
- '15.2'
openembedded:
Expand Down Expand Up @@ -101,9 +101,9 @@ supported_arches:

name_replacements:
fedora:
'37':
'40':
'%{__isa_name}': 'x86'
'38':
'41':
'%{__isa_name}': 'x86'
openembedded:
master:
Expand Down
Loading