[QGIS-Developer] QGIS docker images for python plugin testing

2024-05-02 Thread Paolo Tormene via QGIS-Developer
Hello. We have been using QGIS docker images in CI tests for our python plugin. In particular, we downloaded versions tagged as qgis:release-3_36, qgis:latest and similar. In the past we noticed there was no qgis:ltr, but it was recently added. Recently the qgis:latest version ceased to work,

Re: [QGIS-Developer] Plugin publication

2023-11-23 Thread Paolo Tormene via QGIS-Developer
Dear QGIS developers, I published https://plugins.qgis.org/plugins/svir/version/3.17.4/ on November 6, but I see it is still not approved. Probably it was accidentally missed. Please, may you check it? Thanks very much, Paolo On Wed, Nov 15, 2023 at 2:21 PM Paolo Tormene <

Re: [QGIS-Developer] Plugin publication

2023-11-15 Thread Paolo Tormene via QGIS-Developer
Hello. Please, may someone approve this? https://plugins.qgis.org/plugins/svir/version/3.16.4/ Thank you very much, Paolo On Mon, Oct 23, 2023 at 10:31 AM Paolo Tormene < paolo.torm...@globalquakemodel.org> wrote: > Hello. I'm writing to notify you that on October 11 I uploaded to >

[QGIS-Developer] Plugin publication

2023-10-23 Thread Paolo Tormene via QGIS-Developer
Hello. I'm writing to notify you that on October 11 I uploaded to https://plugins.qgis.org/plugins/svir/ a "stable" and an "experimental" version of my plugin and so far only the experimental one has been approved and made available for downloading. I suppose the other version was neglected by

[QGIS-Developer] SpatialJoinSummary

2023-10-03 Thread Paolo Tormene via QGIS-Developer
Hello. I noticed that the processing algorithm https://github.com/qgis/QGIS/blob/release-3_32/python/plugins/processing/algs/qgis/SpatialJoinSummary.py is not present in master (see https://github.com/qgis/QGIS/blob/master/python/plugins/processing/algs/qgis/SpatialJoinSummary.py). Was it

[QGIS-Developer] No module named 'qgslayoutchecker' using "qgis/qgis:latest"

2023-05-02 Thread Paolo Tormene via QGIS-Developer
Dear QGIS people, I am running continuous integration tests for a plugin using the 'qgis/qgis:latest' docker and, since 4 days ago, I am getting the following error: from qgis.testing import start_app usr/lib/python3/dist-packages/qgis/utils.py:888: in _import mod = _builtin_import(name,

[QGIS-Developer] Problems with matplotlib with QGIS LTR on MacOS

2023-01-11 Thread Paolo Tormene via QGIS-Developer
Hello everybody, I was experiencing issues installing a QGIS Python plugin on MacOS 12.6 and, after some investigation, I found out that the problem seems to happen only with the current QGIS-LTR (3.22) and not with the latest release (3.28.2-Firenze). The problem occurs for instance when

[QGIS-Developer] Issue with qgis Docker images starting from qgis:final-3_22_10

2022-11-07 Thread Paolo Tormene via QGIS-Developer
Hello. I use qgis docker images to run tests for a plugin. Recently my tests started to fail when attempting to import qgis ("ModuleNotFoundError: No module named 'qgis'"). I normally run tests using images qgis/qgis:latest and qgis/qgis:release-3_22, in order to check compatibility with both the