From 669a51b80f1df554cba37cde585fc43f86263a55 Mon Sep 17 00:00:00 2001 From: dynobo Date: Fri, 19 Jan 2024 11:00:45 +0100 Subject: [PATCH] cicd: update manylinux image tag The gpg keys in the images get outdated, which will cause package installations to fail. Therefore, the images have to get updated regularly. --- normcap/resources/locales/README.md | 26 +++++++++++++------------- pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/normcap/resources/locales/README.md b/normcap/resources/locales/README.md index b21b6a08..0c421e02 100644 --- a/normcap/resources/locales/README.md +++ b/normcap/resources/locales/README.md @@ -13,19 +13,19 @@ -| Locale | Progress | Translated | -| :--------------------------------------- | -------: | ---------: | -| [de_DE](./de_DE/LC_MESSAGES/messages.po) | 100% | 68 of 68 | -| [es_ES](./es_ES/LC_MESSAGES/messages.po) | 8% | 6 of 68 | -| [fr_FR](./fr_FR/LC_MESSAGES/messages.po) | 8% | 6 of 68 | -| [hi_IN](./hi_IN/LC_MESSAGES/messages.po) | 8% | 6 of 68 | -| [it_IT](./it_IT/LC_MESSAGES/messages.po) | 8% | 6 of 68 | -| [pl_PL](./pl_PL/LC_MESSAGES/messages.po) | 8% | 6 of 68 | -| [pt_PT](./pt_PT/LC_MESSAGES/messages.po) | 8% | 6 of 68 | -| [ru_RU](./ru_RU/LC_MESSAGES/messages.po) | 8% | 6 of 68 | -| [sv_SE](./sv_SE/LC_MESSAGES/messages.po) | 100% | 68 of 68 | -| [uk_UA](./uk_UA/LC_MESSAGES/messages.po) | 8% | 6 of 68 | -| [zh_CN](./zh_CN/LC_MESSAGES/messages.po) | 8% | 6 of 68 | +| Locale | Progress | Translated | +| :----- | -------: | ---------: | +| [de_DE](./de_DE/LC_MESSAGES/messages.po) | 100% | 68 of 68 | +| [es_ES](./es_ES/LC_MESSAGES/messages.po) | 8% | 6 of 68 | +| [fr_FR](./fr_FR/LC_MESSAGES/messages.po) | 8% | 6 of 68 | +| [hi_IN](./hi_IN/LC_MESSAGES/messages.po) | 8% | 6 of 68 | +| [it_IT](./it_IT/LC_MESSAGES/messages.po) | 8% | 6 of 68 | +| [pl_PL](./pl_PL/LC_MESSAGES/messages.po) | 8% | 6 of 68 | +| [pt_PT](./pt_PT/LC_MESSAGES/messages.po) | 8% | 6 of 68 | +| [ru_RU](./ru_RU/LC_MESSAGES/messages.po) | 8% | 6 of 68 | +| [sv_SE](./sv_SE/LC_MESSAGES/messages.po) | 100% | 68 of 68 | +| [uk_UA](./uk_UA/LC_MESSAGES/messages.po) | 8% | 6 of 68 | +| [zh_CN](./zh_CN/LC_MESSAGES/messages.po) | 8% | 6 of 68 | ## Proofread existing translations diff --git a/pyproject.toml b/pyproject.toml index 66993981..bec53536 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -286,7 +286,7 @@ requires = ["std-nslog==1.0.0"] template = "https://github.com/beeware/briefcase-linux-appimage-template" template_branch = "v0.3.16" manylinux = "manylinux_2_28" -manylinux_image_tag = "2023-09-16-066b049" +manylinux_image_tag = "latest" system_requires = [ "wget", "tesseract",