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
=== modified file 'requirements.txt'
--- requirements.txt 2021-04-16 17:30:49 +0000
+++ requirements.txt 2021-06-11 16:48:26 +0000
@@ -1,9 +1,10 @@
1setuptools < 45; python_version < "3"1setuptools < 45; python_version < "3"
2Paste >= 1.62Paste >= 1.6
3dulwich == 0.19.16; python_version < "3"3dulwich < 0.20; python_version < "3"
4dulwich; python_version >= "3"4dulwich; python_version >= "3"
5testtools5testtools
6breezy6breezy < 3.2; python_version < "3"
7breezy ; python_version >= "3"
7bleach8bleach
8https://www.owlfish.com/software/simpleTAL/downloads/SimpleTAL-4.3.tar.gz; python_version < "3"9https://www.owlfish.com/software/simpleTAL/downloads/SimpleTAL-4.3.tar.gz; python_version < "3"
9https://www.owlfish.com/software/simpleTAL/downloads/SimpleTAL-5.2.tar.gz; python_version >= "3"10https://www.owlfish.com/software/simpleTAL/downloads/SimpleTAL-5.2.tar.gz; python_version >= "3"

Subscribers

People subscribed via source and target branches