Skip to Content.
Sympa Menu

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

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 (bcca65a94cca53072d5bb1286fd90862f989fd60)
  • Date: Tue, 8 Nov 2011 02:46:21 -0600

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

python-pypi/fabric/DETAILS | 4 ++--
python-pypi/fabric/HISTORY | 3 +++
python-pypi/pycrypto/DETAILS | 2 +-
python-pypi/pycrypto/HISTORY | 3 +++
python-pypi/python-ssh/DETAILS | 4 ++--
python-pypi/python-ssh/HISTORY | 4 ++++
python-pypi/python-ssh/PRE_BUILD | 4 ----
7 files changed, 15 insertions(+), 9 deletions(-)

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

python-ssh: => 1.7.9

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

fabric: => 1.3.2

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

pycrypto: => 2.4.1

diff --git a/python-pypi/fabric/DETAILS b/python-pypi/fabric/DETAILS
index 2653861..486ce47 100755
--- a/python-pypi/fabric/DETAILS
+++ b/python-pypi/fabric/DETAILS
@@ -1,9 +1,9 @@
SPELL=fabric
SPELLX=Fabric
- VERSION=1.3.1
+ VERSION=1.3.2
SOURCE=${SPELLX}-${VERSION}.tar.gz

SOURCE_URL[0]=http://pypi.python.org/packages/source/${SPELLX:0:1}/${SPELLX}/${SOURCE}
-
SOURCE_HASH=sha512:e5317f20cec24b8c501e958b7812479c2bdf26411e7cba74f6a4ca5aa6e65e9c92302a8e3c0ff3b9431fb370c4d3e0c8b3676ff82d623537e5ed5c2b44b2c449
+
SOURCE_HASH=sha512:70d9649a5cb429e2befd9203463f13b013fda3fc98dca7d38c160db5e7688fb4aad2fdb22829e44e8900ef6c55bb3b2f47c88f4e607ef745860e67b9c118855d
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
WEB_SITE=http://fabfile.org/
LICENSE[0]=BSD
diff --git a/python-pypi/fabric/HISTORY b/python-pypi/fabric/HISTORY
index 44257e9..5d60266 100644
--- a/python-pypi/fabric/HISTORY
+++ b/python-pypi/fabric/HISTORY
@@ -1,3 +1,6 @@
+2011-11-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.3.2
+
2011-10-25 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.3.1
* DEPENDS: renewed dependency list
diff --git a/python-pypi/pycrypto/DETAILS b/python-pypi/pycrypto/DETAILS
index 9effe17..7e3ff29 100755
--- a/python-pypi/pycrypto/DETAILS
+++ b/python-pypi/pycrypto/DETAILS
@@ -1,5 +1,5 @@
SPELL=pycrypto
- VERSION=2.4
+ VERSION=2.4.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/pycrypto/HISTORY b/python-pypi/pycrypto/HISTORY
index f087b9c..4d2beb8 100644
--- a/python-pypi/pycrypto/HISTORY
+++ b/python-pypi/pycrypto/HISTORY
@@ -1,3 +1,6 @@
+2011-11-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.4.1
+
2011-10-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.4
* DEPENDS: now compatible with Python versions from 2.1 through 3.2
diff --git a/python-pypi/python-ssh/DETAILS b/python-pypi/python-ssh/DETAILS
index c5a71c9..b35b6e8 100755
--- a/python-pypi/python-ssh/DETAILS
+++ b/python-pypi/python-ssh/DETAILS
@@ -1,9 +1,9 @@
SPELL=python-ssh
SPELLX=ssh
- VERSION=1.7.8
+ VERSION=1.7.9
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/s/$SPELLX/$SOURCE
-
SOURCE_HASH=sha512:a915a45231766cc8dbe7bae24e711ba3eadc4970e5798ee1641ff283a71dd3d09ab3040886ccca3e2fa1f68bb21a6897bfe7d43dc4ea46c77e6775f67ad1b512
+
SOURCE_HASH=sha512:0f955098a3cd653b50a4dec0b4bb29b821ed5a83a99b76c5b9eaa9e2c522860d3853540801a01abfe9679a678b0411b3ee013d61a43b592dc638a8ddb7b77253
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
WEB_SITE=http://pypi.python.org/pypi/ssh/
ENTERED=20111025
diff --git a/python-pypi/python-ssh/HISTORY b/python-pypi/python-ssh/HISTORY
index 6165207..c9b6a4f 100644
--- a/python-pypi/python-ssh/HISTORY
+++ b/python-pypi/python-ssh/HISTORY
@@ -1,2 +1,6 @@
+2011-11-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.7.9
+ * PRE_BUILD: removed
+
2011-10-25 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS, PRE_BUILD: spell created
diff --git a/python-pypi/python-ssh/PRE_BUILD
b/python-pypi/python-ssh/PRE_BUILD
deleted file mode 100755
index 69bb4e1..0000000
--- a/python-pypi/python-ssh/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-sedit "s:, < 2.4::" setup.py



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bcca65a94cca53072d5bb1286fd90862f989fd60), Vlad Glagolev, 11/08/2011

Archive powered by MHonArc 2.6.24.

Top of Page