Skip to Content.
Sympa Menu

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

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 (90690633423cbaf8705521f93e771666732c9369)
  • Date: Wed, 26 Apr 2017 12:01:43 +0000

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

python-pypi/libcloud/DEPENDS | 1 +
python-pypi/libcloud/DETAILS | 3 +--
python-pypi/libcloud/HISTORY | 5 +++++
python-pypi/libcloud/PRE_BUILD | 4 ----
python-pypi/libcloud/ec2-us-east-2.patch | 11 -----------
5 files changed, 7 insertions(+), 17 deletions(-)

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

libcloud: => 2.0.0

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

suggest_depends lxml "" "" "to use lxml for parsing XML (reduces parsing
time and memory usage)" &&
diff --git a/python-pypi/libcloud/DETAILS b/python-pypi/libcloud/DETAILS
index f4c7620..817f36f 100755
--- a/python-pypi/libcloud/DETAILS
+++ b/python-pypi/libcloud/DETAILS
@@ -1,7 +1,6 @@
SPELL=libcloud
SPELLX=apache-${SPELL}
- VERSION=1.5.0
- PATCHLEVEL=1
+ VERSION=2.0.0
SOURCE="${SPELLX}-${VERSION}.tar.gz"
SOURCE2=${SOURCE}.asc
SOURCE_URL[0]=http://www.apache.org/dist/${SPELL}/${SOURCE}
diff --git a/python-pypi/libcloud/HISTORY b/python-pypi/libcloud/HISTORY
index 798e1d3..3c4f842 100644
--- a/python-pypi/libcloud/HISTORY
+++ b/python-pypi/libcloud/HISTORY
@@ -1,3 +1,8 @@
+2017-04-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.0.0
+ * DEPENDS: added requests
+ * PRE_BUILD, ec2-us-east-2.patch: removed
+
2017-04-14 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1
* PRE_BUILD: added, to apply patch
diff --git a/python-pypi/libcloud/PRE_BUILD b/python-pypi/libcloud/PRE_BUILD
deleted file mode 100755
index a715a80..0000000
--- a/python-pypi/libcloud/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-patch -p0 < "${SPELL_DIRECTORY}/ec2-us-east-2.patch"
diff --git a/python-pypi/libcloud/ec2-us-east-2.patch
b/python-pypi/libcloud/ec2-us-east-2.patch
deleted file mode 100644
index e391108..0000000
--- a/python-pypi/libcloud/ec2-us-east-2.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libcloud/compute/drivers/ec2.py.orig 2016-12-27 03:27:54.000000000
-0500
-+++ libcloud/compute/drivers/ec2.py 2017-04-14 16:04:28.695062413 -0400
-@@ -793,7 +793,7 @@
- 'endpoint': 'ec2.us-east-2.amazonaws.com',
- 'api_name': 'ec2_us_east_ohio',
- 'country': 'USA',
-- 'signature_version': '2',
-+ 'signature_version': '4',
- 'instance_types': [
- 't1.micro',
- 'm1.small',



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

Archive powered by MHonArc 2.6.24.

Top of Page