Skip to Content.
Sympa Menu

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

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 (8bfaf8976b1230b83a15aa7278ed68c80f343205)
  • Date: Sat, 12 May 2012 21:17:03 -0500

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

python-pypi/django/DETAILS | 4 ++--
python-pypi/django/HISTORY | 3 +++
python-pypi/fabric/DETAILS | 4 ++--
python-pypi/fabric/HISTORY | 3 +++
python-pypi/python-ssh/DETAILS | 4 ++--
python-pypi/python-ssh/HISTORY | 3 +++
python-pypi/pytz/DETAILS | 4 ++--
python-pypi/pytz/HISTORY | 3 +++
python-pypi/werkzeug/DETAILS | 4 ++--
python-pypi/werkzeug/HISTORY | 3 +++
utils/dbus-python/DETAILS | 4 ++--
utils/dbus-python/HISTORY | 3 +++
12 files changed, 30 insertions(+), 12 deletions(-)

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

fabric: => 1.4.2

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

python-ssh: => 1.7.14

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

django: => 1.4

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

dbus-python: => 1.1.0

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

werkzeug: => 0.8.3

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

pytz: => 2012c

diff --git a/python-pypi/django/DETAILS b/python-pypi/django/DETAILS
index 00e2330..6066707 100755
--- a/python-pypi/django/DETAILS
+++ b/python-pypi/django/DETAILS
@@ -11,12 +11,12 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-svn"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=1.3.1
+ VERSION=1.4
SECURITY_PATCH=1
SOURCE=Django-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Django-$VERSION"
SOURCE_URL[0]=http://www.djangoproject.com/download/$VERSION/tarball/
-
SOURCE_HASH=sha512:5a7de5877634136bf6ac8e85b54420bbd08331b22c24798e47e4c805f7f05053dff0da8a7585827945e211bb28a935e14ac9cf9efc4eb38f7d8b59686758bb3a
+
SOURCE_HASH=sha512:963a16ad2ef9cc73115dd149c891d76a52d748232ac04e663228e2fe31c3ee413faf10779e4773ff2bc1d281bd57a17805d88c2f28bfad1a4e54ef2cd79d0dda
fi
WEB_SITE=http://www.djangoproject.com/
LICENSE[0]=BSD
diff --git a/python-pypi/django/HISTORY b/python-pypi/django/HISTORY
index 6375739..550257a 100644
--- a/python-pypi/django/HISTORY
+++ b/python-pypi/django/HISTORY
@@ -1,3 +1,6 @@
+2012-05-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.4
+
2011-09-13 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.3.1; SECURITY_PATCH++

diff --git a/python-pypi/fabric/DETAILS b/python-pypi/fabric/DETAILS
index e9883ba..aeea84a 100755
--- a/python-pypi/fabric/DETAILS
+++ b/python-pypi/fabric/DETAILS
@@ -1,9 +1,9 @@
SPELL=fabric
SPELLX=Fabric
- VERSION=1.4.1
+ VERSION=1.4.2
SOURCE=${SPELLX}-${VERSION}.tar.gz

SOURCE_URL[0]=http://pypi.python.org/packages/source/${SPELLX:0:1}/${SPELLX}/${SOURCE}
-
SOURCE_HASH=sha512:f6d7df2dc6545a3ed8f9bbab857b54e7d4ee9089579b75f29a7770bbdf2413cd4bb0b87479de25d108422296116574f0a9ce602bd14ff8a4eef62601b718f10c
+
SOURCE_HASH=sha512:f911357a3ae83f514f0b0e67e6a682606aee819cd19a4db275e455e2452a3b20bdad889ee38834514429dfd30b40dfba865a5e26e1b8500b1702654f2bf8f98b
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 845f99c..a833c76 100644
--- a/python-pypi/fabric/HISTORY
+++ b/python-pypi/fabric/HISTORY
@@ -1,3 +1,6 @@
+2012-05-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.4.2
+
2012-04-13 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.4.1

diff --git a/python-pypi/python-ssh/DETAILS b/python-pypi/python-ssh/DETAILS
index 87dd5c4..fc8d955 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.13
+ VERSION=1.7.14
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/s/$SPELLX/$SOURCE
-
SOURCE_HASH=sha512:1207bd44f8d1d997abbd0f1f262b622e6946de2bf05fc662f3f93986244142cc36338cc959005ae0ea0ec00e608fdb1b62d407ebd652c91951ff986f9bb913de
+
SOURCE_HASH=sha512:0c5b20cfc8fd8b3412fa371e1368607a2688af00ccad44a70b0d71e9aed8ccbe79c1063bbc4c65f0de3cf287fa0d1a3c116d89ab01139d8d6070db1a6ad80c12
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 fbe4db5..bd64b63 100644
--- a/python-pypi/python-ssh/HISTORY
+++ b/python-pypi/python-ssh/HISTORY
@@ -1,3 +1,6 @@
+2012-05-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.7.14
+
2012-02-14 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.7.13

diff --git a/python-pypi/pytz/DETAILS b/python-pypi/pytz/DETAILS
index 04ab95f..1a84703 100755
--- a/python-pypi/pytz/DETAILS
+++ b/python-pypi/pytz/DETAILS
@@ -1,8 +1,8 @@
SPELL=pytz
- VERSION=2011n
+ VERSION=2012c
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:cd817120d390f5072a5941563e0f806963282c4215d5108f67ef478663a8c312d4fa9fe0d0425401f72ed9355140722e23cbe595f71a8b1cff16b0ed7bfeea54
+
SOURCE_HASH=sha512:8d142b811c5781e48a66efecb400b9b89fa6e321bc8f4303a29f5b8b3e53b0b5ea54ceb4d639ca612ff0ecd0d44f83010d9988f88aceea8c5805b72252861554
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://pytz.sourceforge.net/
LICENSE[0]=BSD
diff --git a/python-pypi/pytz/HISTORY b/python-pypi/pytz/HISTORY
index ce6ee8a..1fd5315 100644
--- a/python-pypi/pytz/HISTORY
+++ b/python-pypi/pytz/HISTORY
@@ -1,3 +1,6 @@
+2012-05-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2012c
+
2011-11-04 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2011n

diff --git a/python-pypi/werkzeug/DETAILS b/python-pypi/werkzeug/DETAILS
index 0fa38fe..e46a362 100755
--- a/python-pypi/werkzeug/DETAILS
+++ b/python-pypi/werkzeug/DETAILS
@@ -1,8 +1,8 @@
SPELL=werkzeug
- VERSION=0.8.2
+ VERSION=0.8.3
SOURCE=Werkzeug-${VERSION}.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/W/Werkzeug/${SOURCE}
-
SOURCE_HASH=sha512:d49fd3f5ac308791d5d9c9f27f6cac8900783ff08ea9bfc761d0663c43da95da775c758775d9a8d8066266563fbd82942573771c915482ecfdef3adef4b5ec59
+
SOURCE_HASH=sha512:0ba4ec91f9bfef6fcb11de7b30b812821f25f22df1f04f1ef1d706874747e9b892817d6e78bb507b6bc0a23e566fe2e2938587f4b98e31d112b01cfd39df7306
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Werkzeug-${VERSION}"
WEB_SITE=http://werkzeug.pocoo.org/
LICENSE[0]=BSD
diff --git a/python-pypi/werkzeug/HISTORY b/python-pypi/werkzeug/HISTORY
index 46bf2d9..4ef4191 100644
--- a/python-pypi/werkzeug/HISTORY
+++ b/python-pypi/werkzeug/HISTORY
@@ -1,3 +1,6 @@
+2012-05-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.8.3
+
2011-12-17 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.8.2

diff --git a/utils/dbus-python/DETAILS b/utils/dbus-python/DETAILS
index 3bbbeca..3f6c409 100755
--- a/utils/dbus-python/DETAILS
+++ b/utils/dbus-python/DETAILS
@@ -1,6 +1,6 @@
SPELL=dbus-python
- VERSION=1.0.0
-
SOURCE_HASH=sha512:bf8f387c30387d68f880bb5dbf78a1c528ab12a0ff6dcecdd83e262e4a06a513d831cc9ebdbf3a40559639c7690ae39030ecfa1d35c4efa450cacc7fb1ed6a62
+ VERSION=1.1.0
+
SOURCE_HASH=sha512:e5a3a771ca4a94c4f0fdc0db319c0ac166f2b2772436cf0d8ce763ff1e71381e5cd39e3251970dfc2497c0f6eefeb36e7baf0d3235c95723afe2e3742916dee0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://dbus.freedesktop.org/releases/$SPELL/$SOURCE
diff --git a/utils/dbus-python/HISTORY b/utils/dbus-python/HISTORY
index 11bf352..9f2f79f 100644
--- a/utils/dbus-python/HISTORY
+++ b/utils/dbus-python/HISTORY
@@ -1,3 +1,6 @@
+2012-05-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.1.0
+
2012-04-06 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.0.0




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8bfaf8976b1230b83a15aa7278ed68c80f343205), Vlad Glagolev, 05/12/2012

Archive powered by MHonArc 2.6.24.

Top of Page