From 21371f5060c87e6496993ca82ce65875c7f34dca Mon Sep 17 00:00:00 2001 From: Jens Diemer Date: Mon, 3 Apr 2023 08:59:46 +0200 Subject: [PATCH 1/3] Update github CI python versions --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 4cfde62..1092f82 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -14,7 +14,7 @@ jobs: strategy: max-parallel: 2 matrix: - python-version: ["3.10", "3.9", "3.8", "3.7"] + python-version: ["3.11", "3.10", "3.9"] steps: - uses: actions/checkout@v2 with: From 143c89e95c6447afd7e636f3999fcf246ec70d32 Mon Sep 17 00:00:00 2001 From: Jens Diemer Date: Mon, 3 Apr 2023 09:03:48 +0200 Subject: [PATCH 2/3] Ty to fix YunoHost apps package linter CI config --- .github/workflows/package_linter.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/package_linter.yml b/.github/workflows/package_linter.yml index 6126a95..431ff51 100644 --- a/.github/workflows/package_linter.yml +++ b/.github/workflows/package_linter.yml @@ -14,10 +14,19 @@ jobs: steps: - uses: actions/checkout@v2 + - uses: actions/cache@v2 + with: + path: ~/.cache/ + key: dot-cache-files + - name: 'Clone YunoHost apps package linter' run: | git clone --depth=1 https://github.com/YunoHost/package_linter ~/package_linter + - name: 'Install requirements' + run: | + pip3 install toml + - name: 'Run linter' run: | ~/package_linter/package_linter.py . From 4cb5f8b2f8ba86641b9415464e7e5b7aca4967bd Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 3 Apr 2023 07:04:01 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64a204c..97068b7 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ This package for YunoHost used [django-yunohost-integration](https://github.com/ More screenshots are here: [jedie.github.io/tree/master/screenshots/django-for-runners](https://github.com/jedie/jedie.github.io/tree/master/screenshots/django-for-runners/README.creole) -**Shipped version:** 0.17.2~ynh1 +**Shipped version:** 0.17.3rc0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 3955e2a..49bebf0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -34,7 +34,7 @@ This package for YunoHost used [django-yunohost-integration](https://github.com/ More screenshots are here: [jedie.github.io/tree/master/screenshots/django-for-runners](https://github.com/jedie/jedie.github.io/tree/master/screenshots/django-for-runners/README.creole) -**Version incluse :** 0.17.2~ynh1 +**Version incluse :** 0.17.3rc0~ynh1 ## Captures d’écran