Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c271386396168cd6b4194b087cf738f265af190c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c271386396168cd6b4194b087cf738f265af190c)
  • Date: Thu, 26 Jan 2017 16:11:26 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/libcloud/DEPENDS | 3 ++-
python-pypi/libcloud/HISTORY | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit c271386396168cd6b4194b087cf738f265af190c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libcloud: added certifi suggest dep

diff --git a/python-pypi/libcloud/DEPENDS b/python-pypi/libcloud/DEPENDS
index 9b7e7c3..0816f57 100755
--- a/python-pypi/libcloud/DEPENDS
+++ b/python-pypi/libcloud/DEPENDS
@@ -1,4 +1,5 @@
depends PYTHON &&
depends lockfile &&

-suggest_depends lxml "" "" "to use lxml for parsing XML (reduces parsing
time and memory usage)"
+suggest_depends lxml "" "" "to use lxml for parsing XML (reduces parsing
time and memory usage)" &&
+suggest_depends certifi "" "" "for CA usage support"
diff --git a/python-pypi/libcloud/HISTORY b/python-pypi/libcloud/HISTORY
index 99987f6..2db0777 100644
--- a/python-pypi/libcloud/HISTORY
+++ b/python-pypi/libcloud/HISTORY
@@ -1,3 +1,6 @@
+2017-01-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added certifi suggest dep
+
2016-12-30 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.5.0




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c271386396168cd6b4194b087cf738f265af190c), Vlad Glagolev, 01/26/2017

Archive powered by MHonArc 2.6.24.

Top of Page