ome / ansible-role-omero-server

Installs and configures OMERO.server
https://galaxy.ansible.com/ome/omero_server/
BSD 2-Clause "Simplified" License
4 stars 14 forks source link

Need to way to get the installed version of a server in Python 3 #41

Open manics opened 5 years ago

manics commented 5 years ago

OMERO.server in Python 3 consists of several decoupled components including omero-py which contains the version command. Previously this would output the version of the whole OMERO.server bundle, now it outputs the version of omero-py.

This role needs to obtain a version string that can be compared with the latest or requests release to determine whether an upgrade is required.

joshmoore commented 5 years ago

Versions and their sources that I can think of:

manics commented 4 years ago

I've started a design issue since this affects multiple repos https://github.com/ome/design/issues/103