Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
manics opened this issue Nov 13, 2019 · 2 comments
Open

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

manics opened this issue Nov 13, 2019 · 2 comments

Comments

@manics
Copy link
Member

manics commented Nov 13, 2019

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
Copy link
Member

Versions and their sources that I can think of:

  • bundle: etc/omero.properties
  • omero-py: omero_version.py
  • omero-web: omeroweb/version.py
  • omero-dropbox: (not yet defined)
  • each plugin: (not yet standardized)
  • jars: each manifest

@manics
Copy link
Member Author

manics commented Nov 20, 2019

I've started a design issue since this affects multiple repos ome/design#103

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants