Skip to Content.
Sympa Menu

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

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 (322a22f4f3acf66d68bc48d81131b9838fdbc8e0)
  • Date: Mon, 30 Jun 2008 19:16:29 -0500

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



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (322a22f4f3acf66d68bc48d81131b9838fdbc8e0), Vlad Glagolev, 06/30/2008

Archive powered by MHonArc 2.6.24.

Top of Page