From cf670d2eaafb2e1eecf59636ac31aa48d01e0264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Sat, 26 Jan 2019 11:17:50 +0800 Subject: [PATCH] Pin release of the runtime dependencies in snap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- snap/snapcraft.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index f137c1a5..0ab25992 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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'