[Checkins] SVN: hurry.zoperesource/trunk/ add a warning about hurry.zoperesource being superseded by zope.fanstatic

Jan-Wijbrand Kolman janwijbrand at gmail.com
Wed Jan 12 05:53:28 EST 2011


Log message for revision 119526:
  add a warning about hurry.zoperesource being superseded by zope.fanstatic

Changed:
  U   hurry.zoperesource/trunk/CHANGES.txt
  U   hurry.zoperesource/trunk/setup.py
  U   hurry.zoperesource/trunk/src/hurry/zoperesource/README.txt

-=-
Modified: hurry.zoperesource/trunk/CHANGES.txt
===================================================================
--- hurry.zoperesource/trunk/CHANGES.txt	2011-01-12 10:48:28 UTC (rev 119525)
+++ hurry.zoperesource/trunk/CHANGES.txt	2011-01-12 10:53:27 UTC (rev 119526)
@@ -1,12 +1,10 @@
 CHANGES
 *******
 
-0.8 (unreleased)
-================
+.. Important::
+   hurry.zoperesource has been superseded by
+   `zope.fanstatic <http://pypi.python.org/pypi/zope.fanstatic/>`_
 
-- Nothing changed yet.
-
-
 0.7 (2010-10-01)
 ================
 

Modified: hurry.zoperesource/trunk/setup.py
===================================================================
--- hurry.zoperesource/trunk/setup.py	2011-01-12 10:48:28 UTC (rev 119525)
+++ hurry.zoperesource/trunk/setup.py	2011-01-12 10:53:27 UTC (rev 119526)
@@ -15,7 +15,7 @@
 
 setup(
     name='hurry.zoperesource',
-    version='0.8dev',
+    version='0.8',
     description="hurry.resource integration for Zope.",
     long_description=long_description,
     classifiers=['Framework :: Zope3'],

Modified: hurry.zoperesource/trunk/src/hurry/zoperesource/README.txt
===================================================================
--- hurry.zoperesource/trunk/src/hurry/zoperesource/README.txt	2011-01-12 10:48:28 UTC (rev 119525)
+++ hurry.zoperesource/trunk/src/hurry/zoperesource/README.txt	2011-01-12 10:53:27 UTC (rev 119526)
@@ -1,6 +1,10 @@
 Zope integration for hurry.resource
 ***********************************
 
+.. Important::
+   hurry.zoperesource has been superseded by
+   `zope.fanstatic <http://pypi.python.org/pypi/zope.fanstatic/>`_
+
 This package provides Zope integration for hurry.resource. This means
 it's taking care of three things:
 
@@ -25,7 +29,7 @@
   >>> browser = Browser()
   >>> browser.handleErrors = False
   >>> browser.open('http://localhost/hurry.zoperesource.test_single')
-  >>> print browser.contents 
+  >>> print browser.contents
   <html>
   <head>
       <script type="text/javascript" src="http://localhost/@@/foo/a.js"></script>
@@ -40,7 +44,7 @@
 automatically included::
 
   >>> browser.open('http://localhost/hurry.zoperesource.test_multiple')
-  >>> print browser.contents 
+  >>> print browser.contents
   <html>
   <head>
       <script type="text/javascript" src="http://localhost/@@/foo/a.js"></script>
@@ -56,7 +60,7 @@
 the bottom now, just before the ``</body>`` tag::
 
   >>> browser.open('http://localhost/hurry.zoperesource.test_bottom')
-  >>> print browser.contents 
+  >>> print browser.contents
   <html>
   <head>
   </head>



More information about the checkins mailing list