From 5419f1f2f02399f2d02f75715fb6b2eb31c5d8f2 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 25 Nov 2022 17:50:21 +0000 Subject: [PATCH] ci: Update the gi-docgen dependencies The python3-toml package is deprecated, and replaced by python3-tomli. At least, until we bump up the dependency to Fedora 37: then we can depend on Python 3.11, and its TOML parser in the standard library. See also: https://gitlab.gnome.org/GNOME/gi-docgen/-/merge_requests/168 --- .gitlab-ci.yml | 2 +- .gitlab-ci/fedora.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a78287b8b5..01ce57e927 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ variables: BACKEND_FLAGS: "-Dx11-backend=true -Dwayland-backend=true -Dbroadway-backend=true" FEATURE_FLAGS: "-Dvulkan=enabled -Dcloudproviders=enabled" MESON_TEST_TIMEOUT_MULTIPLIER: 3 - FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v38" + FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v39" FLATPAK_IMAGE: "quay.io/gnome_infrastructure/gnome-runtime-images:gnome-master" .only-default: diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile index 6800059bf7..76ffea55ff 100644 --- a/.gitlab-ci/fedora.Dockerfile +++ b/.gitlab-ci/fedora.Dockerfile @@ -82,7 +82,7 @@ RUN dnf -y install \ python3-markdown \ python3-pip \ python3-pygments \ - python3-toml \ + python3-tomli \ python3-typogrify \ python3-wheel \ redhat-rpm-config \ -- 2.30.2