Pin release of the runtime dependencies in snap

This patch specifies the exact release of the dependencies to pull in,
this avoids regressions and incompatibilities from the new upstream
changes.

The maintainer should check and bump the dependency version once in a
while and check for breakage.

Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
This commit is contained in:
林博仁(Buo-ren Lin) 2019-01-26 11:17:50 +08:00
parent 42d1142c2d
commit cf670d2eaa

View File

@ -34,6 +34,8 @@ parts:
bottle:
plugin: python
source: https://github.com/bottlepy/bottle.git
source-branch: release-0.12
docker:
plugin: python
source: https://github.com/docker/docker-py.git
source-tag: '3.7.0'