Skip to Content.
Sympa Menu

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

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 (b3428ee8454905599bf13ff5dcf2da534e6481f1)
  • Date: Mon, 22 Apr 2013 10:49:26 -0500

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

python-pypi/cherrypy/DETAILS | 10 ++++++----
python-pypi/cherrypy/HISTORY | 3 +++
2 files changed, 9 insertions(+), 4 deletions(-)

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

cherrypy: => 3.2.4

diff --git a/python-pypi/cherrypy/DETAILS b/python-pypi/cherrypy/DETAILS
index 70b6dcb..c3c88b7 100755
--- a/python-pypi/cherrypy/DETAILS
+++ b/python-pypi/cherrypy/DETAILS
@@ -1,15 +1,17 @@
SPELL=cherrypy
SPELLX=CherryPy
if [[ $BRANCH == 3 ]]; then
- VERSION=3.2.2
-
SOURCE_HASH=sha512:89cebf63d48df5bec880bcbc13b3e2ae6da76f59c06803177cc8d6905e2d4444de7bb9a63189e3d6a3fd82e2a2464f419cfa74c60b2765e9ef89866847d55b7e
+ VERSION=3.2.4
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/C/$SPELLX/$SOURCE
+
SOURCE_HASH=sha512:f559630ba23b88edb1c9085cd0b916c816d2f6b51fde17ad3c617bf2da49f37874d603bab2b3763e9329ca283fc6a08b68a76911f40901ed09d3f6222b95e033
else
VERSION=2.3.0
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL[0]=http://download.cherrypy.org/cherrypy/$VERSION/$SOURCE

SOURCE_HASH=sha512:71359ff92354abc7c2156d0f66e361c16b145180e04bb14c9bb2ebae474de6a3c8a3b266363dd6df370c21b559112cbe122fcdf08d68f03f755000bb8ca4eca8
fi
- SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
- SOURCE_URL[0]=http://download.cherrypy.org/cherrypy/$VERSION/$SOURCE
WEB_SITE=http://www.cherrypy.org/
LICENSE[0]=BSD
ENTERED=20051016
diff --git a/python-pypi/cherrypy/HISTORY b/python-pypi/cherrypy/HISTORY
index 9ab4f5f..8dfb6fc 100644
--- a/python-pypi/cherrypy/HISTORY
+++ b/python-pypi/cherrypy/HISTORY
@@ -1,3 +1,6 @@
+2013-04-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated 3rd branch to 3.2.4; added new source url
+
2011-10-25 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated 3rd branch to 3.2.2




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b3428ee8454905599bf13ff5dcf2da534e6481f1), Vlad Glagolev, 04/22/2013

Archive powered by MHonArc 2.6.24.

Top of Page