Minor fixes for the release - #858
Merged
Merged
Conversation
elijahbenizzy
approved these changes
Jul 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renaming this and will just add to here the stuff that I feel will land us a -1 in the release.
Changes
016dd79
Drift between main project optional dependencies and the re-direct dependencies
#844 did not do the manual sync to the redirect pyproject toml template. Adding a small script that automatically extracts the dependencies from the apache burr pyproject toml so we do not need to manually sync (and forget which introduces a drift). burr-redirect/build.sh parses the main toml and inserts optional dependencies into the template
96856de
Fixing CI and ASF licence header linter because it missed the jar-exclude file.
check_asf_headers.py fix minor bug how it determines root by going relative to the check_asf_header.py file path.
8dadf8b
Licence file did not carry correct filename for the MIT licence
c77c8d7
Excludes website from the sdist accroding to the release README
How I tested this
Ran it locally.
Notes
Will squash merge with good commit msg and rebase-release branch to have this in.
Checklist