-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
bazarr: bump bazarr 1.5.2 to 1.5.3 #6718
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
Conversation
@smaarn, may I suggest moving to |
I was just checking this against the standard requirements generator, and that was the only component available for update. I also noticed that this version has already been tested with the wheels package for Python 3.12, so it appears to be build-tested already. |
Fair enough. My only worry here is the functional impacts which could need being investigated. Building locally to see how it goes. |
Did a little bit of digging and the features which were actually dropped (according to the changelog) are not used in bazarr (direct compressed access or direct access through URLs) so we should be good I guess (ran a few tests and all signals are green...). |
Looks good. Don't think it's necessary to include individual package updates in the changelog as this was not the case in previous updates. Otherwise, seems good to go. |
Too bad we don't have a more advanced "changelog" section allowing to include such details 😅 My main purpose here was to ensure that if some issues are found by users "in the wild" and they check the logs they would be aware of the technical changes which were done and thus may be able to refine their search results and help out potentially... But that's a lot of ifs, I give you that. Will remove. |
…tion from the changelog
Description
This is a mere bump of bazarr from 1.5.2 to 1.5.3 and also includes the upgrade of
lxml
(from 5.4.0 to 6.2.0).Checklist
all-supported
completed successfully[ ] Any needed documentation is updated/createdType of change