View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp:~tushar5526/brz-builder/backward-support-for-jammy-focal 1 Development 2024-08-06 08:20:44 UTC
193. feat: backward support for focal and ...

Author: Tushar Gupta
Revision Date: 2024-08-06 08:20:09 UTC

feat: backward support for focal and jammy

lp:~tushar5526/brz-builder/support-for-python3-12-while-keeping-backward-compatibility (Has a merge proposal) 1 Development 2024-07-30 19:50:29 UTC
193. Add a comment explaining the need to ...

Author: Tushar Gupta
Revision Date: 2024-07-30 19:50:29 UTC

Add a comment explaining the need to support multiple breezy versions

lp:~tushar5526/brz-builder/test 1 Development 2024-07-30 08:58:07 UTC
192. Migrate brz-bulder to python3.12 and ...

Author: Tushar Gupta
Revision Date: 2024-07-29 19:55:48 UTC

Migrate brz-bulder to python3.12 and fixes to maintain backward compatibility support for Focal(3.8), Jammy(3.10)

- Conditional imports for NoSuchFile, FileExists error
 - NoSuchFile was moved to breezy.transport module from breezy.errors in 3.3.5 version able on Ubuntu Noble
 - For breezy version available on Focal, Jammy - these errors are present in breezy.errors module
- Use BzrCommandError instead of CommandError to support all 3 Ubuntu Series
- Fix datetime module deprecations to use timezone aware datetime objects. Tests were failing on asserts as output string had deprecation waring with them.

13 of 3 results