snapcraft:renovate/doc-dependencies

Last commit made on 2024-05-03
Get this branch:
git clone -b renovate/doc-dependencies https://git.launchpad.net/snapcraft

Branch merges

Branch information

Name:
renovate/doc-dependencies
Repository:
lp:snapcraft

Recent commits

5c16b5f... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update documentation dependencies

b390058... by Claudio Matsuoka

chore: merge hotfix 8.2 into main (#4786)

- [ ] Have you followed the [guidelines for
contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)?
- [ ] Have you signed the
[CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `tox run -m lint`?
- [ ] Have you successfully run `tox run -e test-py310`? (supported
versions: `py39`, `py310`, `py311`, `py312`)

-----

adbea43... by Sergio Schvezov

chore: merge main into hotfix 8.2

7aeffed... by Callahan Kovacs

fix: set CRYPTOGRAPHY_OPENSSL_NO_LEGACY (#4784)

cryptography>=42.0 cannot load legacy algorithms on Ubuntu 20.04 for
armhf, ppc64el, riscv64, and s390x.

https://cryptography.io/en/latest/openssl/#legacy-provider-in-openssl-3-x
for details on legacy algorithms.

Fixes LP#2064639

Signed-off-by: Callahan Kovacs <email address hidden>

3e3428e... by Callahan Kovacs

build(deps): bump craft-application to 2.6.3 (#4779)

Bump craft-application, enable gnome test, and add a regression test for
BUILD_ON vars.

Signed-off-by: Callahan Kovacs <email address hidden>

febe54a... by Callahan Kovacs

tests(spread): drop check for specific files in ppa tests (#4772)

The source package has changed and the test isn't particularly
important.

Signed-off-by: Callahan Kovacs <email address hidden>

77057c2... by Callahan Kovacs

chore(merge): '8.2.2' into 'main' (#4777)

3733ba1... by Callahan Kovacs

chore(merge): '8.2.2' into 'merge/8.2.2'

3619970... by Tiago Nobrega

chore(docs): fix hanging hyphen in command docs

678d5f5... by Tiago Nobrega

docs: use canonical-sphinx

This commit also does some general house-keeping of the docs:

- Add a "docs_requires" list of dependencies to setup.py, so we can update
docs/requirements.txt more easily;
- Remove the excess requirements files by keeping all (frozen) deps in
docs/requirements.txt.