~robbieburgett/launchpad:stable

Last commit made on 2021-03-02
Get this branch:
git clone -b stable https://git.launchpad.net/~robbieburgett/launchpad
Only robbie can upload to this branch. If you are robbie please log in for upload directions.

Branch merges

Branch information

Name:
stable
Repository:
lp:~robbieburgett/launchpad

Recent commits

7b8875c... by Thiago F. Pappacena

Adding Snap.project to be the (optional) pillar of snaps

Merged from https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/397458

fc09074... by Colin Watson

Fix various simple bytes/text issues in doctests

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/398877

1bd7797... by Colin Watson

Fix various simple bytes/text issues in unit tests

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/398879

34dae8e... by Colin Watson

Avoid changing a dict while iterating over it

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/398923

e1d0cb9... by Colin Watson

Fix IncomingTestCase for Python 3

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/398924

6081fef... by Colin Watson

Port xx-sprints.txt to six.StringIO

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/398926

8fe2dc9... by Colin Watson

Fix test_checkForNewBuilders for Python 3

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/398980

698a7d4... by Colin Watson

Avoid b"%s" % str constructions

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/398874

045ad75... by Colin Watson

Fix BugTaskSearchListingView._migrateOldUpstreamStatus for Python 3

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/398891

97e7ce4... by Colin Watson

Fix test_checkForNewBuilders for Python 3

New builder names aren't returned in any particular order, so we need to
use `assertContentEqual` rather than just `assertEqual`.