ome / omero-dropbox

OMERO.dropbox server for watching directories
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
1 stars 6 forks source link

Remove python-future compatibility code #23

Closed sbesson closed 3 months ago

sbesson commented 6 months ago

See https://github.com/ome/omero-py/pull/390 for the rationale

The list of changes should be identical i.e.:

sbesson commented 5 months ago

Following the release of OMERO.py 5.19.0 (thanks @pwalczysko), the last commits update this PR to also test omero-dropbox on Python 3.12 and update the GitHub actions to Node.js 20

jburel commented 5 months ago

The docker file has been removed. This could be updated. This has been done is other repository e.g. openmicroscopy

sbesson commented 5 months ago

The docker file has been removed. This could be updated. This has been done is other repository e.g. openmicroscopy

I don't mind either way but unlike openmicroscopy I don't think this file was consumed by anything at least in terms of CI. Do you have recommendations guidelines on the target operating system or what the Docker image should be doing?

jburel commented 5 months ago

i am certainly not using it. If anyone using it for testing purpose, we can upgrade otherwise I won't bother @joshmoore are you using the dockerfile?

joshmoore commented 5 months ago

I assume the last usage was via .travis.yml.

jburel commented 5 months ago

In that case, let's remove it.

sbesson commented 3 months ago

Is this in scope for the upcoming OMERO 5.6.11 release?