Skip to Content.
Sympa Menu

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

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 (771252f6e86f6b368f94237894b4a5f0c58d31ce)
  • Date: Fri, 14 Apr 2017 20:11:39 +0000

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

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

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

libcloud: bugfix update for EC2 us-east-2 region

diff --git a/python-pypi/libcloud/DETAILS b/python-pypi/libcloud/DETAILS
index fa3d3a5..f4c7620 100755
--- a/python-pypi/libcloud/DETAILS
+++ b/python-pypi/libcloud/DETAILS
@@ -1,6 +1,7 @@
SPELL=libcloud
SPELLX=apache-${SPELL}
VERSION=1.5.0
+ PATCHLEVEL=1
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 2db0777..798e1d3 100644
--- a/python-pypi/libcloud/HISTORY
+++ b/python-pypi/libcloud/HISTORY
@@ -1,3 +1,8 @@
+2017-04-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * PRE_BUILD: added, to apply patch
+ * ec2-us-east-2.patch: added, to fix auth for us-east-2 region in EC2
+
2017-01-26 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: added certifi suggest dep

diff --git a/python-pypi/libcloud/PRE_BUILD b/python-pypi/libcloud/PRE_BUILD
new file mode 100755
index 0000000..a715a80
--- /dev/null
+++ b/python-pypi/libcloud/PRE_BUILD
@@ -0,0 +1,4 @@
+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
new file mode 100644
index 0000000..e391108
--- /dev/null
+++ b/python-pypi/libcloud/ec2-us-east-2.patch
@@ -0,0 +1,11 @@
+--- 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 (771252f6e86f6b368f94237894b4a5f0c58d31ce), Vlad Glagolev, 04/14/2017

Archive powered by MHonArc 2.6.24.

Top of Page