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

better library versions specification #254

Open
boyska opened this issue Mar 1, 2016 · 0 comments
Open

better library versions specification #254

boyska opened this issue Mar 1, 2016 · 0 comments

Comments

@boyska
Copy link
Member

boyska commented Mar 1, 2016

Our setup.py lists all our requirements, but only rarely it does specify versions. See https://github.com/insomnia-lab/libreant/blob/dev/setup.py#L106

I think that this could potentially lead to some problems in the future. For example, some developer might have newer versions, and everything works fine, but users with an older version of the library (still fine, since no version is pinpointed) will have errors. This also makes integration with major distributions a pain, because we are not really sure that the version we use is aligned with the one they provide.

I propose to:

  • specify version of everything
    • when it does makes sense, align with debian stable
    • when there is more than one version that we want to support (or plan to support in the future) customize travis.yml so that multiple versions are tested (see Various logs fixes #231 and its commit about gevent versions)
  • start with flask!
This was referenced Mar 3, 2016
boyska added a commit that referenced this issue Mar 21, 2016
force Fsdb library version to 0.3.3

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

No branches or pull requests

1 participant