~pieq/bugit/+git/qabro:fix-ca-certs-ssl

Last commit made on 2021-10-04
Get this branch:
git clone -b fix-ca-certs-ssl https://git.launchpad.net/~pieq/bugit/+git/qabro
Only Pierre Equoy can upload to this branch. If you are Pierre Equoy please log in for upload directions.

Branch merges

Branch information

Name:
fix-ca-certs-ssl
Repository:
lp:~pieq/bugit/+git/qabro

Recent commits

776e408... by Pierre Equoy

Add certifi python package to get working CA certificates

launchpadlib uses python library httplib2 to communicate with Launchpad.
Following DST Root CA X3 Expiration [1], the certificates embedded in
httplib2 became obsolete and stopped working [2], resulting in
launchpadlib (and therefore qabro) to be unable to connect to Launchpad.

As a workaround while waiting for httplib2 to be fixed, we include the
python certifi package that includes the proper certificates.

[1]
https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/>
[2] https://github.com/httplib2/httplib2/issues/203

031e693... by PMR <pmr@pmr-lander>

Merge #403543 from ~pieq/qabro/+git/qabro:add-hwe-usb-tag

9c565ba... by Pierre Equoy

tags: add hwe-usb tag

a180f37... by PMR <pmr@pmr-lander>

Merge #403196 from ~pieq/qabro/+git/qabro:v0.16dev-update-changelog

0250209... by Pierre Equoy

Bump to v0.16dev

d00f337... by PMR <pmr@pmr-lander>

Merge #403172 from ~pieq/qabro/+git/qabro:release-0.15

f81a8cc... by Pierre Equoy

Bump to v0.15

87906b6... by PMR <pmr@pmr-lander>

Merge #402543 from ~pieq/qabro/+git/qabro:fix-armhf-build-cryptography-rust

cd049be... by Pierre Equoy

snap: Fix armhf build (rust dependency issue)

The launchpadlib Python library relies on cryptography library, which,
since December 2020, relies on the rust build chain to build.

On amd64 and arm64 architectures, cryptography lib is already available
as a binary wheel, so building it is not required. However, on armhf,
it's not available, and the the snap build stage fails because of
missing Rust dependencies.

This commit fixes that.

4206f36... by PMR <pmr@pmr-lander>

Merge #402382 from ~pieq/qabro/+git/qabro:fix-alsa-utils-service-dangling-symlink