Skip to Content.
Sympa Menu

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

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 (108a277d052ea6da6c542fe67afce8e251dd7d49)
  • Date: Wed, 9 Sep 2015 13:07:38 +0000

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

ChangeLog | 3 +++
python-pypi/ansible/DEPENDS | 3 +++
python-pypi/ansible/HISTORY | 3 +++
python-pypi/python-memcached/DEPENDS | 3 +++
python-pypi/python-memcached/DETAILS | 15 +++++++++++++++
python-pypi/python-memcached/HISTORY | 2 ++
python-pypi/redis-py/DEPENDS | 3 ++-
python-pypi/redis-py/DETAILS | 5 ++---
python-pypi/redis-py/HISTORY | 4 ++++
9 files changed, 37 insertions(+), 4 deletions(-)

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

ansible: added suggest deps

commit 5a4f26c455ec9e96d328462f78cfb12c40df37e8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

redis-py: => 2.10.3

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

python-memcached: new spell, pure Python memcached client

diff --git a/ChangeLog b/ChangeLog
index 5cc9fc4..206974f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-09-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/python-memcached: new spell, pure Python memcached
client
+
2015-09-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* science/uhd: new spell, hardware driver for all USRP devices
* science/comedilib: new spell, a library for data acquisition
diff --git a/python-pypi/ansible/DEPENDS b/python-pypi/ansible/DEPENDS
index 8feab6e..7704092 100755
--- a/python-pypi/ansible/DEPENDS
+++ b/python-pypi/ansible/DEPENDS
@@ -5,6 +5,9 @@ depends paramiko &&
depends jinja2 &&
depends pyyaml &&

+suggest_depends redis-py "" "" "for caching module backed by redis and redis
module" &&
+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" &&
diff --git a/python-pypi/ansible/HISTORY b/python-pypi/ansible/HISTORY
index 6486d3c..271802c 100644
--- a/python-pypi/ansible/HISTORY
+++ b/python-pypi/ansible/HISTORY
@@ -1,3 +1,6 @@
+2015-09-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added redis-py and python-memcached suggest deps
+
2015-09-06 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.9.3

diff --git a/python-pypi/python-memcached/DEPENDS
b/python-pypi/python-memcached/DEPENDS
new file mode 100755
index 0000000..802c729
--- /dev/null
+++ b/python-pypi/python-memcached/DEPENDS
@@ -0,0 +1,3 @@
+depends PYTHON &&
+depends SETUPTOOLS &&
+depends six
diff --git a/python-pypi/python-memcached/DETAILS
b/python-pypi/python-memcached/DETAILS
new file mode 100755
index 0000000..6ca63e8
--- /dev/null
+++ b/python-pypi/python-memcached/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=python-memcached
+ VERSION=1.57
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/p/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:1862d9a5c7c29c8956384e1b951b59dba1fb2bbaeb1c3a99b1b917a93e04e0d86f4b38022a4b0146889448a2d2152e7282cdf33d0240126350dc88d34f216ad4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/linsomniac/python-memcached
+ LICENSE[0]=PYTHON
+ ENTERED=20150909
+ SHORT="pure Python memcached client"
+cat << EOF
+This software is a 100% Python interface to the memcached memory cache
daemon.
+It is the client side software which allows storing values in one or more,
+possibly remote, memcached servers.
+EOF
diff --git a/python-pypi/python-memcached/HISTORY
b/python-pypi/python-memcached/HISTORY
new file mode 100644
index 0000000..9932b3a
--- /dev/null
+++ b/python-pypi/python-memcached/HISTORY
@@ -0,0 +1,2 @@
+2015-09-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 1.57
diff --git a/python-pypi/redis-py/DEPENDS b/python-pypi/redis-py/DEPENDS
index a86d429..e440941 100755
--- a/python-pypi/redis-py/DEPENDS
+++ b/python-pypi/redis-py/DEPENDS
@@ -1 +1,2 @@
-depends python
+depends PYTHON &&
+depends SETUPTOOLS
diff --git a/python-pypi/redis-py/DETAILS b/python-pypi/redis-py/DETAILS
index dec7733..b85abf4 100755
--- a/python-pypi/redis-py/DETAILS
+++ b/python-pypi/redis-py/DETAILS
@@ -1,10 +1,9 @@
SPELL=redis-py
SPELLX=${SPELL//-py/}
- VERSION=2.7.1
+ VERSION=2.10.3
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/r/$SPELLX/$SOURCE
- SOURCE_URL[1]=https://github.com/downloads/andymccurdy/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:98b22d8870f968535b66475234dcaf2d2eb2b90ba1ae10ba2d25c55c0059bcc34dd4c4494be6fc9b3e59a75e62ef9d4cf66ad6baf5945d68cbed19554d3609ef
+
SOURCE_HASH=sha512:a6dcb1160f91c444a6fd107761b2701e7d8ab2eed7b9fcc00e8f0bdcefe46c2a626611f36fe6bf520fe3cceeb509562609e6dba263e1508abe285a6eab73963c
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
WEB_SITE=https://github.com/andymccurdy/redis-py
LICENSE[0]=MIT
diff --git a/python-pypi/redis-py/HISTORY b/python-pypi/redis-py/HISTORY
index 85ee361..0c5ffef 100644
--- a/python-pypi/redis-py/HISTORY
+++ b/python-pypi/redis-py/HISTORY
@@ -1,2 +1,6 @@
+2015-09-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.10.3; fixed broken source url
+ * DEPENDS: supports Python 3 now; added setuptools
+
2012-11-07 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (108a277d052ea6da6c542fe67afce8e251dd7d49), Vlad Glagolev, 09/10/2015

Archive powered by MHonArc 2.6.24.

Top of Page