Skip to Content.
Sympa Menu

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

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 (c31d2062b5cd104e9e09df62a8a5cfa07b01742e)
  • Date: Sun, 9 Nov 2008 02:13:44 -0600

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

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

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

cherrypy: => 3.1.1

diff --git a/python-pypi/cherrypy/DETAILS b/python-pypi/cherrypy/DETAILS
index b106c9b..670ff0b 100755
--- a/python-pypi/cherrypy/DETAILS
+++ b/python-pypi/cherrypy/DETAILS
@@ -1,14 +1,14 @@
SPELL=cherrypy
SPELLX=CherryPy
if [[ $BRANCH == 3 ]]; then
- VERSION=3.1.0
-
SOURCE_HASH=sha512:360a90beabae35ec947fafe30c82816fd5f432824654c923384c9ef333451a88ee7361687892507d1a19063eb0da073dfddf98493113d05cc17bf42acae80861
+ VERSION=3.1.1
+
SOURCE_HASH=sha512:e21d6b7a208b5957c4960165f64a8759ebbdadebb084173bf37845d3617afbf4fa1614b84b52c713c05cf01b7b27c3679cd2126796146468f678ac4d6e7dfca5
else
VERSION=2.3.0

SOURCE_HASH=sha512:71359ff92354abc7c2156d0f66e361c16b145180e04bb14c9bb2ebae474de6a3c8a3b266363dd6df370c21b559112cbe122fcdf08d68f03f755000bb8ca4eca8
fi
SOURCE=$SPELLX-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+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
@@ -18,11 +18,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
cat << EOF
CherryPy is a pythonic, object-oriented web development framework.

-CherryPy allows developers to build web applications in much the same way
-they would build any other object-oriented Python program. This usually
-results in smaller source code developed in less time.
+CherryPy allows developers to build web applications in much the same way
they
+would build any other object-oriented Python program. This usually results in
+smaller source code developed in less time.

-CherryPy is now more than three years old and it is has proven very fast
-and stable. It is being used in production by many sites, from the
-simplest ones to the most demanding ones.
+CherryPy is now more than three years old and it is has proven very fast and
+stable. It is being used in production by many sites, from the simplest ones
to
+the most demanding ones.
EOF
diff --git a/python-pypi/cherrypy/HISTORY b/python-pypi/cherrypy/HISTORY
index 775b040..bc94f92 100644
--- a/python-pypi/cherrypy/HISTORY
+++ b/python-pypi/cherrypy/HISTORY
@@ -1,3 +1,6 @@
+2008-11-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated 3rd branch to 3.1.1; fixed desc; quoting paths
+
2008-07-01 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated 3rd branch to 3.1.0, woohoo! Fixed short desc
* DEPENDS: optional => suggest, added pyopenssl dep



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c31d2062b5cd104e9e09df62a8a5cfa07b01742e), Vlad Glagolev, 11/09/2008

Archive powered by MHonArc 2.6.24.

Top of Page