[Checkins] SVN: zopyx.smartprintng.server/branches/pyramid/ updated

Andreas Jung andreas at andreas-jung.com
Sat Dec 11 09:59:16 EST 2010


Log message for revision 118803:
  updated
  

Changed:
  U   zopyx.smartprintng.server/branches/pyramid/README.txt
  U   zopyx.smartprintng.server/branches/pyramid/docs/HISTORY.txt
  U   zopyx.smartprintng.server/branches/pyramid/setup.py

-=-
Modified: zopyx.smartprintng.server/branches/pyramid/README.txt
===================================================================
--- zopyx.smartprintng.server/branches/pyramid/README.txt	2010-12-11 14:56:31 UTC (rev 118802)
+++ zopyx.smartprintng.server/branches/pyramid/README.txt	2010-12-11 14:59:15 UTC (rev 118803)
@@ -1,7 +1,7 @@
 zopyx.smartprintng.server
 =========================
 
-A repoze.bfg based server implementation for the SmartPrintNG framework.
+A Pyramid based server implementation for the SmartPrintNG framework.
 
 The SmartPrintNG server is part of the SmartPrintNG web-to-print solution
 of ZOPYX.
@@ -24,11 +24,11 @@
 
     virtualenv --no-site-packages smartprintng
 
-- install ``repoze.bfg`` 
+- install ``Pyramid`` 
   as a dependency) ::
 
-    bin/easy_install repoze.bfg
-    bin/easy_install repoze.bfg.xmlrpc
+    bin/easy_install pyramid
+    bin/easy_install pyramid_xmlrpc
 
 - install the SmartPrintNG server::
 

Modified: zopyx.smartprintng.server/branches/pyramid/docs/HISTORY.txt
===================================================================
--- zopyx.smartprintng.server/branches/pyramid/docs/HISTORY.txt	2010-12-11 14:56:31 UTC (rev 118802)
+++ zopyx.smartprintng.server/branches/pyramid/docs/HISTORY.txt	2010-12-11 14:59:15 UTC (rev 118803)
@@ -1,6 +1,10 @@
 Changelog
 =========
 
+0.7.0 (unreleased)
+------------------
+* converted to Pyramid
+
 0.6.7 (2010/07/18)
 ------------------
 * adjusted company name

Modified: zopyx.smartprintng.server/branches/pyramid/setup.py
===================================================================
--- zopyx.smartprintng.server/branches/pyramid/setup.py	2010-12-11 14:56:31 UTC (rev 118802)
+++ zopyx.smartprintng.server/branches/pyramid/setup.py	2010-12-11 14:59:15 UTC (rev 118803)
@@ -10,7 +10,7 @@
 if sys.version_info < (2,6):
     raise RuntimeError('Please use Python 2.6.X')
 
-version = '0.6.7'
+version = '0.7.0-dev'
 
 setup(name='zopyx.smartprintng.server',
       version=version,
@@ -33,7 +33,8 @@
       zip_safe=False,
       install_requires=[
           'setuptools',
-          'repoze.bfg',
+          'pyramid',
+          'pyramid_xmlrpc',
           'uuid',
           'zopyx.convert2',
           'zope.sendmail',



More information about the checkins mailing list