[Checkins] SVN: zope.fanstatic/trunk/ Update to fanstatic 0.11 API.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Mon Apr 11 17:36:35 EDT 2011


Log message for revision 121397:
  Update to fanstatic 0.11 API.

Changed:
  U   zope.fanstatic/trunk/CHANGES.txt
  U   zope.fanstatic/trunk/buildout.cfg
  U   zope.fanstatic/trunk/setup.py

-=-
Modified: zope.fanstatic/trunk/CHANGES.txt
===================================================================
--- zope.fanstatic/trunk/CHANGES.txt	2011-04-11 21:24:58 UTC (rev 121396)
+++ zope.fanstatic/trunk/CHANGES.txt	2011-04-11 21:36:35 UTC (rev 121397)
@@ -4,11 +4,11 @@
 0.10 (unreleased)
 -----------------
 
-- Nothing changed yet.
+- Update to fanstatic 0.11 API.
 
 
-0.10.1 (2011-01-20)
--------------------
+0.9.1 (2011-01-20)
+------------------
 
 - Do not clear resources on DummyNeededResources objects.
 

Modified: zope.fanstatic/trunk/buildout.cfg
===================================================================
--- zope.fanstatic/trunk/buildout.cfg	2011-04-11 21:24:58 UTC (rev 121396)
+++ zope.fanstatic/trunk/buildout.cfg	2011-04-11 21:36:35 UTC (rev 121397)
@@ -6,16 +6,11 @@
 parts = test
 versions = versions
 allow-picked-versions = false
-extensions = mr.developer
-auto-checkout = fanstatic
 
-[sources]
-fanstatic = hg http://bitbucket.org/fanstatic/fanstatic
-
 [versions]
-fanstatic = 0.10
-WebOb = 1.0
-zope.errorview = 0.9
+fanstatic = 0.11
+WebOb = 1.0.6
+zope.errorview = 0.10
 
 [test]
 recipe = zc.recipe.testrunner

Modified: zope.fanstatic/trunk/setup.py
===================================================================
--- zope.fanstatic/trunk/setup.py	2011-04-11 21:24:58 UTC (rev 121396)
+++ zope.fanstatic/trunk/setup.py	2011-04-11 21:36:35 UTC (rev 121397)
@@ -31,7 +31,7 @@
     zip_safe=False,
     install_requires=[
         'setuptools',
-        'fanstatic > 0.10.1',
+        'fanstatic >= 0.11',
         'zope.component',
         'zope.errorview [browser]',
         'zope.event',



More information about the checkins mailing list