-
Notifications
You must be signed in to change notification settings - Fork 10
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
chore: Adding support for Fedora 39 and 40 #337
Conversation
abellotti
commented
May 22, 2024
•
edited
Loading
edited
- Updated the packit config yaml to include Fedora 39 and 40 builds for both x86_64 and ARM architectures.
- Dropped CentOS Stream 8 (baseOS image was removed from Packit)
- Bumped poetry and pyproject to use 3.12
- Pulling in setuptools 70.0.0
61f1020
to
5348f34
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #337 +/- ##
==========================================
- Coverage 96.10% 96.07% -0.04%
==========================================
Files 121 115 -6
Lines 7414 7177 -237
==========================================
- Hits 7125 6895 -230
+ Misses 289 282 -7 ☔ View full report in Codecov by Sentry. |
d1276bb
to
986d953
Compare
6e77b13
to
986d953
Compare
- Updated the packit config yaml to include Fedora 39 builds for both x86_64 and ARM architectures. - Bumped poetry and pyproject to use 3.12 - Dropping Fedora38 support
- Add Fedora 40 builds - Pulling in setuptools 70.0.0
2d9f9bc
to
3139a91
Compare
15e73a6
to
5d8d938
Compare
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. You can also use our CLI command |
2 similar comments
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. You can also use our CLI command |
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. You can also use our CLI command |
c974026
to
e44aa14
Compare
- Added makefile verification directive for the pyproject.toml config file. checks that project's name and version matches the tool.poetry's equivalent.
- Removing the CentOS Stream 8 builds (x86_64 and aarch64) as the centos8 stream BaseOS image was removed from packit for upstream COPR builds.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM