-
Add warning when accessing Bazaar branches on Launchpad, as Launchpad
is phasing out Bazaar code hosting. The warning can be suppressed by
addinglaunchpad_bazaar_deprecation
to thesuppress_warnings
configuration option. (Jelmer Vernooij) -
Fix compatibility with paramiko 4.0.0, which removed DSA key support.
(Jelmer Vernooij) -
Cope with removed
ast.Str
in Python 3.14. (Jelmer Vernooij) -
Use released dulwich rather than development version. (Jelmer Vernooij)
-
Fix git object store compatibility issues with dulwich. (Jelmer Vernooij)
-
git: Ensure tags are pushed for local operations. (Jelmer Vernooij)
-
Fix typing issues with newer versions of typing-extensions. (Jelmer Vernooij)
-
Drop support for Bazaar on Launchpad. (Jelmer Vernooij)
-
Remove references to Bazaar codehosting on Launchpad. (Jelmer Vernooij)
-
Improve installation instructions for modern Python. (Jelmer Vernooij, #2119976)