Merge lp:~jelmer/loggerhead/pin-breezy into lp:loggerhead

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Colin Watson
Approved revision: 514
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: lp:~jelmer/loggerhead/pin-breezy
Merge into: lp:loggerhead
Diff against target: 16 lines (+3/-2)
1 file modified
requirements.txt (+3/-2)
To merge this branch: bzr merge lp:~jelmer/loggerhead/pin-breezy
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+404084@code.launchpad.net

Commit message

Pin breezy to a pre-3.2 version when using python 2.

Description of the change

Pin breezy to a pre-3.2 version when using python 2.

Also, loosen the requirement for Dulwich somewhat - just in case we have to
e.g. do a 0.19 series security release.

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve
Revision history for this message
Otto Co-Pilot (otto-copilot) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'requirements.txt'
2--- requirements.txt 2021-04-16 17:30:49 +0000
3+++ requirements.txt 2021-06-11 16:48:26 +0000
4@@ -1,9 +1,10 @@
5 setuptools < 45; python_version < "3"
6 Paste >= 1.6
7-dulwich == 0.19.16; python_version < "3"
8+dulwich < 0.20; python_version < "3"
9 dulwich; python_version >= "3"
10 testtools
11-breezy
12+breezy < 3.2; python_version < "3"
13+breezy ; python_version >= "3"
14 bleach
15 https://www.owlfish.com/software/simpleTAL/downloads/SimpleTAL-4.3.tar.gz; python_version < "3"
16 https://www.owlfish.com/software/simpleTAL/downloads/SimpleTAL-5.2.tar.gz; python_version >= "3"

Subscribers

People subscribed via source and target branches