Merge lp:~jelmer/brz/dulwich-version into lp:brz

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/dulwich-version
Merge into: lp:brz
Diff against target: 12 lines (+1/-1)
1 file modified
breezy/git/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~jelmer/brz/dulwich-version
Reviewer Review Type Date Requested Status
Martin Packman Approve
Review via email: mp+363226@code.launchpad.net

Commit message

Bump minimum dulwich version to 0.19.11.

Description of the change

Bump minimum dulwich version to 0.19.11.

This is necessary since older versions of Dulwich have an incompatible ObjectStore API.

To post a comment you must log in.
Revision history for this message
Martin Packman (gz) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'breezy/git/__init__.py'
2--- breezy/git/__init__.py 2019-02-14 19:10:24 +0000
3+++ breezy/git/__init__.py 2019-02-14 23:45:40 +0000
4@@ -27,7 +27,7 @@
5 import os
6 import sys
7
8-dulwich_minimum_version = (0, 19, 7)
9+dulwich_minimum_version = (0, 19, 11)
10
11 from .. import ( # noqa: F401
12 __version__ as breezy_version,

Subscribers

People subscribed via source and target branches