From a02fa40ccd5c328c666928c547f977565ecd75c1 Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 27 Aug 2014 17:58:57 -0300 Subject: Do not depend on pysqlite2 (#2945). --- client/changes/VERSION_COMPAT | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'client/changes/VERSION_COMPAT') diff --git a/client/changes/VERSION_COMPAT b/client/changes/VERSION_COMPAT index e69de29b..782844d7 100644 --- a/client/changes/VERSION_COMPAT +++ b/client/changes/VERSION_COMPAT @@ -0,0 +1,11 @@ +################################################# +# This file keeps track of the recent changes +# introduced in internal leap dependencies. +# Add your changes here so we can properly update +# requirements.pip during the release process. +# (leave header when resetting) +################################################# +# +# BEGIN DEPENDENCY LIST ------------------------- +# leap.foo.bar>=x.y.z +pysqlcipher>2.6.3 -- cgit v1.2.3 From 7d4ab674a167d48686f61310ff4ff6a62a545e67 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 6 May 2015 17:42:26 -0300 Subject: [feat] adapt to new events api on common - Related: #6359 --- client/changes/VERSION_COMPAT | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/changes/VERSION_COMPAT') diff --git a/client/changes/VERSION_COMPAT b/client/changes/VERSION_COMPAT index 782844d7..c0747052 100644 --- a/client/changes/VERSION_COMPAT +++ b/client/changes/VERSION_COMPAT @@ -9,3 +9,5 @@ # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z pysqlcipher>2.6.3 +leap.common>=0.4 +leap.soledad.common>=0.6.5 -- cgit v1.2.3 From 72af2ac4cc2252883f358af85c0921e11ccf7f80 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 1 Jun 2015 14:46:10 -0300 Subject: [pkg] bump dependency versions --- client/changes/VERSION_COMPAT | 3 --- 1 file changed, 3 deletions(-) (limited to 'client/changes/VERSION_COMPAT') diff --git a/client/changes/VERSION_COMPAT b/client/changes/VERSION_COMPAT index c0747052..cc00ecf7 100644 --- a/client/changes/VERSION_COMPAT +++ b/client/changes/VERSION_COMPAT @@ -8,6 +8,3 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z -pysqlcipher>2.6.3 -leap.common>=0.4 -leap.soledad.common>=0.6.5 -- cgit v1.2.3 From ff466668100ec75832ec404b74279402fe6b9b2f Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 5 Jun 2015 16:24:17 -0400 Subject: [pkg] changes and version_compat bump --- client/changes/VERSION_COMPAT | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/changes/VERSION_COMPAT') diff --git a/client/changes/VERSION_COMPAT b/client/changes/VERSION_COMPAT index cc00ecf7..a24751f9 100644 --- a/client/changes/VERSION_COMPAT +++ b/client/changes/VERSION_COMPAT @@ -8,3 +8,5 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z +# +leap.common >= 0.4.1 # collect_plugins -- cgit v1.2.3 From cdba9fdd232eb195b46b15a8622cde8ab2889960 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 10 Jul 2015 15:25:12 -0300 Subject: [pkg] bump dependencies bump leap.common min required version, new change needed 'collect_plugins'. --- client/changes/VERSION_COMPAT | 1 - 1 file changed, 1 deletion(-) (limited to 'client/changes/VERSION_COMPAT') diff --git a/client/changes/VERSION_COMPAT b/client/changes/VERSION_COMPAT index a24751f9..9323d445 100644 --- a/client/changes/VERSION_COMPAT +++ b/client/changes/VERSION_COMPAT @@ -9,4 +9,3 @@ # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z # -leap.common >= 0.4.1 # collect_plugins -- cgit v1.2.3