Merge lp://qastaging/~jelmer/brz/merge-3.3 into lp://qastaging/brz
Proposed by
Jelmer Vernooij
Status: | Merged |
---|---|
Approved by: | Jelmer Vernooij |
Approved revision: | 7925 |
Merged at revision: | 7924 |
Proposed branch: | lp://qastaging/~jelmer/brz/merge-3.3 |
Merge into: | lp://qastaging/brz |
Diff against target: |
172 lines (+56/-9) 9 files modified
.github/workflows/pythonpackage.yml (+3/-3) .github/workflows/wheels.yaml (+2/-2) breezy/bzr/groupcompress_repo.py (+1/-1) breezy/git/dir.py (+1/-1) breezy/plugins/launchpad/__init__.py (+1/-0) breezy/plugins/launchpad/test_uris.py (+27/-0) breezy/plugins/launchpad/uris.py (+1/-1) doc/en/release-notes/brz-3.3.txt (+8/-1) src/tags.rs (+12/-0) |
To merge this branch: | bzr merge lp://qastaging/~jelmer/brz/merge-3.3 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jelmer Vernooij | Approve | ||
Review via email:
|
Commit message
Merge brz 3.3.5
Description of the change
Merge lp:brz 3.3.5
To post a comment you must log in.
The attempt to merge lp:~jelmer/brz/merge-3.3 into lp:brz failed. Command exited with 2.
Below is the output from the failed tests.
Collecting setuptools-gettext gettext- 0.1.8-py3- none-any. whl.metadata (1.9 kB) 11/site- packages (from setuptools-gettext) (68.1.2) gettext- 0.1.8-py3- none-any. whl (12 kB) gettext- 0.1.8 /tmp/tarmac/ branch. kayiiqn8 python3/ dist-packages (5.0.8) python3/ dist-packages (0.2) python3/ dist-packages (0.2.13) python3/ dist-packages (0.0.8) python3/ dist-packages (0.21.6) python3/ dist-packages (1.26.18) python3/ dist-packages (6.0.1) 2.7.1-py3- none-any. whl.metadata (5.3 kB) 0.5.0-py2. py3-none- any.whl (21 kB) subunit- 1.4.4-py3- none-any. whl.metadata (22 kB) 3.0.8-cp311- cp311-manylinux _2_17_x86_ 64.manylinux201 4_x86_64. whl.metadata (3.2 kB) lib/python3. 11/dist- packages (0.1.14) 0.20.1- py3-none- any.whl. metadata (2.8 kB) 11/site- packages (68.1.2) 7.2.6-py3- none-any. whl.metadata (5.9 kB) epytext- 0.0.4.tar. gz (3.6 kB) 0.9.14. tar.gz (41 kB) ━━━━━━━ ━━━━━━━ ━━━━━━━ ━━━━━━━ ━━━━━━━ ━━━ 41.8/41.8 kB 2.2 MB/s eta 0:00:00 python3/ dist-packages (1.11.0) lib/python3. 11/dist- packages (3.3.1) python3/ dist-packages (1.18.0)
Downloading setuptools_
Requirement already satisfied: setuptools>=60.8 in ./lib/python3.
Downloading setuptools_
Installing collected packages: setuptools-gettext
Successfully installed setuptools-
Obtaining file://
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Checking if build backend supports build_editable: started
Checking if build backend supports build_editable: finished with status 'done'
Getting requirements to build editable: started
Getting requirements to build editable: finished with status 'done'
Installing backend dependencies: started
Installing backend dependencies: finished with status 'done'
Preparing editable metadata (pyproject.toml): started
Preparing editable metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: configobj in /usr/lib/
Requirement already satisfied: fastbencode in /usr/lib/
Requirement already satisfied: patiencediff in /usr/lib/
Requirement already satisfied: merge3 in /usr/lib/
Requirement already satisfied: dulwich>=0.21.6 in /usr/lib/
Requirement already satisfied: urllib3>=1.24.1 in /usr/lib/
Requirement already satisfied: pyyaml in /usr/lib/
Collecting testtools>=0.9.5
Downloading testtools-
Collecting testscenarios
Downloading testscenarios-
Collecting python-subunit
Downloading python_
Collecting cython>=0.29
Using cached Cython-
Requirement already satisfied: ruff in /usr/local/
Collecting docutils
Downloading docutils-
Requirement already satisfied: setuptools in ./lib/python3.
Collecting sphinx
Downloading sphinx-
Collecting sphinx-epytext
Downloading sphinx-
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting fastimport
Downloading fastimport-
━━
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: launchpadlib>=1.6.3 in /usr/lib/
Requirement already satisfied: paramiko>=1.6.2 in /usr/local/
Requirement already satisfied: gpg in /usr/lib/
Re...