lp://staging/~rbalint/update-manager/fix-pep8-cosmic
Created by
Balint Reczey
and last modified
- Get this branch:
- bzr branch lp://staging/~rbalint/update-manager/fix-pep8-cosmic
Only
Balint Reczey
can upload to this branch. If you are
Balint Reczey
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Brian Murray: Approve
-
Diff: 555 lines (+112/-98)21 files modifiedUpdateManager/ChangelogViewer.py (+2/-2)
UpdateManager/Core/MetaRelease.py (+4/-4)
UpdateManager/Core/MyCache.py (+15/-15)
UpdateManager/Core/UpdateList.py (+15/-14)
UpdateManager/Core/utils.py (+1/-1)
UpdateManager/Dialogs.py (+2/-2)
UpdateManager/UpdateManager.py (+3/-3)
UpdateManager/UpdatesAvailable.py (+11/-11)
UpdateManager/backend/InstallBackendAptdaemon.py (+2/-2)
UpdateManager/backend/__init__.py (+10/-10)
debian/changelog (+13/-0)
debian/source_update-manager.py (+3/-3)
janitor/plugincore/manager.py (+6/-6)
janitor/plugincore/plugins/dpkg_status_plugin.py (+3/-3)
janitor/plugincore/plugins/kdelibs4to5_plugin.py (+2/-2)
janitor/plugincore/plugins/langpack_manual_plugin.py (+4/-4)
janitor/plugincore/tests/test_documentation.py (+4/-4)
tests/test_hwe_support_status.py (+5/-5)
tests/test_pep8.py (+1/-1)
tests/test_update_origin.py (+4/-4)
tests/test_utils.py (+2/-2)
Related bugs
Bug #1795384: [FFe] Autopkgtest fails with cosmic's pep8 | Undecided | Fix Released |
Related blueprints
Branch information
Recent revisions
- 2841. By Balint Reczey
-
Fix PEP 8 warnings
Also ignore "E502 the backslash is redundant between brackets" because
the additional brackets help readability. - 2836. By Balint Reczey
-
* Print transaction error and let the user try again applying updates
(LP: #1317164)
* Don't ask backend to do package operations aready done.
Aptdaemon cancels the transaction when asked to remove packages already
removed which results the failure being shown to the user. This
is unnecessary as update-manager can just filter the package operations to
be done using a fresh cache and decrease the likelyhood of hitting
a race condition where packages to be removed are already removed.
(LP: #1791931)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/update-manager