[Checkins] SVN: zopyx.smartprintng.server/trunk/ updated

Andreas Jung andreas at andreas-jung.com
Mon Jan 10 02:12:00 EST 2011


Log message for revision 119460:
  updated
  

Changed:
  U   zopyx.smartprintng.server/trunk/buildout.cfg
  U   zopyx.smartprintng.server/trunk/docs/HISTORY.txt
  U   zopyx.smartprintng.server/trunk/setup.py

-=-
Modified: zopyx.smartprintng.server/trunk/buildout.cfg
===================================================================
--- zopyx.smartprintng.server/trunk/buildout.cfg	2011-01-10 07:06:37 UTC (rev 119459)
+++ zopyx.smartprintng.server/trunk/buildout.cfg	2011-01-10 07:12:00 UTC (rev 119460)
@@ -3,17 +3,8 @@
 eggs = 
 
 parts = 
-    bfg
     producepublish
 
-[bfg]
-index = http://dist.repoze.org/bfg/current/simple
-recipe = zc.recipe.egg
-dependent-scripts = true
-eggs = repoze.bfg
-       ${buildout:eggs}
-interpreter = py
-
 [producepublish]
 index = http://pypi.python.org/simple/
 recipe = zc.recipe.egg

Modified: zopyx.smartprintng.server/trunk/docs/HISTORY.txt
===================================================================
--- zopyx.smartprintng.server/trunk/docs/HISTORY.txt	2011-01-10 07:06:37 UTC (rev 119459)
+++ zopyx.smartprintng.server/trunk/docs/HISTORY.txt	2011-01-10 07:12:00 UTC (rev 119460)
@@ -1,6 +1,10 @@
 Changelog
 =========
 
+0.7.1 (2011/01/10)
+------------------
+* pinned pyramid_xmlrpc 0.1
+
 0.7.0 (2010/12/11)
 ------------------
 * converted to Pyramid

Modified: zopyx.smartprintng.server/trunk/setup.py
===================================================================
--- zopyx.smartprintng.server/trunk/setup.py	2011-01-10 07:06:37 UTC (rev 119459)
+++ zopyx.smartprintng.server/trunk/setup.py	2011-01-10 07:12:00 UTC (rev 119460)
@@ -10,7 +10,7 @@
 if sys.version_info < (2,6):
     raise RuntimeError('Please use Python 2.6.X')
 
-version = '0.7.0'
+version = '0.7.1'
 
 setup(name='zopyx.smartprintng.server',
       version=version,
@@ -22,7 +22,7 @@
         "Programming Language :: Python",
         "Topic :: Software Development :: Libraries :: Python Modules",
         ],
-      keywords='SmartPrintNG Conversion repoze.bfg',
+      keywords='SmartPrintNG Conversion Pyramid',
       author='Andreas Jung',
       author_email='info at zopyx.com',
       url='http://www.zopyx.com/projects/smartprintng',



More information about the checkins mailing list