[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (322a22f4f3acf66d68bc48d81131b9838fdbc8e0)

Vlad Glagolev scm at sourcemage.org
Mon Jun 30 20:16:29 EDT 2008


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

 python-pypi/cherrypy/DEPENDS |    3 ++-
 python-pypi/cherrypy/HISTORY |    1 +
 python-pypi/cherrypy/PREPARE |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 322a22f4f3acf66d68bc48d81131b9838fdbc8e0
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    cherrypy: added pyopenssl dep

diff --git a/python-pypi/cherrypy/DEPENDS b/python-pypi/cherrypy/DEPENDS
index 6403ccf..051e561 100755
--- a/python-pypi/cherrypy/DEPENDS
+++ b/python-pypi/cherrypy/DEPENDS
@@ -1,4 +1,5 @@
 depends python &&
 depends setuptools &&
 
-optional_depends flup "" "" "for WSGI-enabled webserver or adapter support"
+suggest_depends pyopenssl "" "" "for OpenSSL support" &&
+suggest_depends flup "" "" "for WSGI-enabled webserver or adapter support"
diff --git a/python-pypi/cherrypy/HISTORY b/python-pypi/cherrypy/HISTORY
index 4c5e9b8..775b040 100644
--- a/python-pypi/cherrypy/HISTORY
+++ b/python-pypi/cherrypy/HISTORY
@@ -1,5 +1,6 @@
 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
 
 2008-01-14 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: updated CP_VER=3.x to 3.0.3, fixed long description wrap,
diff --git a/python-pypi/cherrypy/PREPARE b/python-pypi/cherrypy/PREPARE
index 288da3f..6a3cb41 100755
--- a/python-pypi/cherrypy/PREPARE
+++ b/python-pypi/cherrypy/PREPARE
@@ -1 +1 @@
-config_query_list BRANCH "which version?" 3 2
+config_query_list BRANCH "which branch?" 3 2



More information about the SM-Commit mailing list