Skip to Content.
Sympa Menu

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

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 (e05a3a5bab761b3d5e4ae65104472ac4166d5ac6)
  • Date: Wed, 14 Dec 2016 02:40:49 +0000

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

ChangeLog | 3 +++
python-pypi/ansible-shell/BUILD | 1 +
python-pypi/ansible-shell/DETAILS | 6 +++---
python-pypi/ansible-shell/HISTORY | 4 ++++
python-pypi/ansible-shell/INSTALL | 1 +
python-pypi/ansible-shell/PRE_BUILD | 1 +
python-pypi/ansible-shell/UP_TRIGGERS | 2 ++
python-pypi/ansible/CONFLICTS | 1 +
python-pypi/ansible/DEPENDS | 9 +--------
python-pypi/ansible/DETAILS | 6 +++---
python-pypi/ansible/HISTORY | 6 ++++++
11 files changed, 26 insertions(+), 14 deletions(-)

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

ansible-shell: spell deprecated in favour of ansible

commit 922d9811c465184264c4001e59b8116968faf893
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ansible: => 2.2.0.0

diff --git a/ChangeLog b/ChangeLog
index a9fbb24..f9b5560 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-12-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/ansible-shell: spell deprecated in favour of ansible
+
2016-12-12 David C. Haley <khoralin AT gmail.com>
* perl-cpan/tree-redblack: new spell, Perl red-black tree
implementation

diff --git a/python-pypi/ansible-shell/BUILD b/python-pypi/ansible-shell/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/ansible-shell/BUILD
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/ansible-shell/DETAILS
b/python-pypi/ansible-shell/DETAILS
index f0ebb0d..674c008 100755
--- a/python-pypi/ansible-shell/DETAILS
+++ b/python-pypi/ansible-shell/DETAILS
@@ -1,9 +1,9 @@
SPELL=ansible-shell
VERSION=0.0.6
- SOURCE="${SPELL}-${VERSION}.tar.gz"
-
SOURCE_URL[0]=https://github.com/dominis/${SPELL}/archive/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:73b56aab8bf9113e51fbb887a9eac701db7b99d635d490b79be3a5dcab51c58b4ba5cd4ad1920efb35842aea4f59aba4bef71935a369e3acc90ec49e07c2d267
+ PATCHLEVEL=1
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ ARCHIVE=off
+ GATHER_DOCS=off
WEB_SITE=https://github.com/dominis/ansible-shell
LICENSE[0]=GPL
ENTERED=20150816
diff --git a/python-pypi/ansible-shell/HISTORY
b/python-pypi/ansible-shell/HISTORY
index cf0ec22..5c2a1a9 100644
--- a/python-pypi/ansible-shell/HISTORY
+++ b/python-pypi/ansible-shell/HISTORY
@@ -1,2 +1,6 @@
+2016-12-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: spell deprecated in favour of ansible
+ * {PRE_,}BUILD, INSTALL, UP_TRIGGERS: added
+
2015-08-16 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS: created spell, version 0.0.6
diff --git a/python-pypi/ansible-shell/INSTALL
b/python-pypi/ansible-shell/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/ansible-shell/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/ansible-shell/PRE_BUILD
b/python-pypi/ansible-shell/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/ansible-shell/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/ansible-shell/UP_TRIGGERS
b/python-pypi/ansible-shell/UP_TRIGGERS
new file mode 100755
index 0000000..b35d0bf
--- /dev/null
+++ b/python-pypi/ansible-shell/UP_TRIGGERS
@@ -0,0 +1,2 @@
+up_trigger $SPELL dispel_self &&
+up_trigger ansible cast_self
diff --git a/python-pypi/ansible/CONFLICTS b/python-pypi/ansible/CONFLICTS
new file mode 100755
index 0000000..c3e5876
--- /dev/null
+++ b/python-pypi/ansible/CONFLICTS
@@ -0,0 +1 @@
+conflicts ansible-shell y
diff --git a/python-pypi/ansible/DEPENDS b/python-pypi/ansible/DEPENDS
index 9344eee..580085b 100755
--- a/python-pypi/ansible/DEPENDS
+++ b/python-pypi/ansible/DEPENDS
@@ -10,13 +10,6 @@ suggest_depends dnspython "" "" "for dig and dnstxt
lookups" &&
suggest_depends redis-py "" "" "for caching module backed by redis and
redis_kv lookup" &&
suggest_depends python-memcached "" "" "for memcached fact cache support" &&

-suggest_depends httplib2 "" "" "for uri module" &&
suggest_depends psutil "" "" "for wait_for module" &&
suggest_depends xmpppy "" "" "for jabber module" &&
-suggest_depends pyzmq "" "" "for fireball module
(${PROBLEM_COLOR}obsolete${DEFAULT_COLOR})" &&
-
-if is_depends_enabled ${SPELL} pyzmq; then
- depends python-keyczar
-else
- suggest_depends python-keyczar "" "" "for accelerated mode support"
-fi
+suggest_depends python-keyczar "" "" "for accelerated mode support"
diff --git a/python-pypi/ansible/DETAILS b/python-pypi/ansible/DETAILS
index 17882fb..073d22b 100755
--- a/python-pypi/ansible/DETAILS
+++ b/python-pypi/ansible/DETAILS
@@ -1,9 +1,9 @@
SPELL=ansible
- VERSION=1.9.6
+ VERSION=2.2.0.0
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://releases.ansible.com/${SPELL}/${SOURCE}
- SOURCE_URL[1]=https://pypi.python.org/packages/source/a/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:97ea17f032bf253c53d5e1f79071603f0b3b7caffe4e267534cf181ab88b7186d953c41203c762e0650ab70302bde7e84bb5ee8bcd03153a3e4a76e41d1a3bec
+ SOURCE_URL[1]=https://pypi.io/packages/source/a/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:8bb8360f41e920c46552ead826a342311d0acffa264334c8c8ae868f8bf45caad4ff2b9c9c0ec4e551653edaf80eb49d8dece5c2ba7e1088c2ce74d3ff0e3130
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
DOC_DIRS=""
WEB_SITE=http://ansible.com/
diff --git a/python-pypi/ansible/HISTORY b/python-pypi/ansible/HISTORY
index b955da8..aa4a084 100644
--- a/python-pypi/ansible/HISTORY
+++ b/python-pypi/ansible/HISTORY
@@ -1,3 +1,9 @@
+2016-12-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.2.0.0
+ * DEPENDS: dropped deprecated httplib2, pyzmq dependencies
+ * CONFLICTS: added, conflicts with ansible-shell; becomes part of the
+ distribution as ansible-console
+
2016-05-29 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.9.6




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e05a3a5bab761b3d5e4ae65104472ac4166d5ac6), Vlad Glagolev, 12/13/2016

Archive powered by MHonArc 2.6.24.

Top of Page