~wgrant/update-manager/+git/bzr-import:main

Last commit made on 2023-02-13
Get this branch:
git clone -b main https://git.launchpad.net/~wgrant/update-manager/+git/bzr-import
Only William Grant can upload to this branch. If you are William Grant please log in for upload directions.

Branch merges

Branch information

Recent commits

1c289a6... by Benjamin Drung

Release update-manager 1:23.04.1

75f5455... by Benjamin Drung

Replace lsb_release call with reading /etc/os-release directly

53c1535... by Benjamin Drung

Sort imports in UpdateManager/Core/utils.py with isort

```
isort -l 79 --profile=black UpdateManager/Core/utils.py
```

b68dd41... by Benjamin Drung

Drop imports only needed for Python 2

497aeed... by Benjamin Drung

Fix pycodestyle complains by formatting Python code with black

```
black -C -l 79 .
```

bdc9461... by Benjamin Drung

Capitalize Python in package description

b17b758... by Benjamin Drung

Drop ancient X-Python3-Version field

165780b... by Benjamin Drung

Replace transitional policykit-1 by polkitd and pkexec

`UpdateManager/backend/InstallBackendSynaptic.py` calls synaptic with pkexec.
So the transitional package policykit-1 needs to be replaced by polkitd and
pkexec.

ff178ac... by Benjamin Drung

Run wrap-and-sort -at --experimental-rts-parser

2bd6d83... by Benjamin Drung

Remove trailing spaces from debian/changelog