[Checkins] SVN: hurry.yui/trunk/ add a warning about hurry.yui being superseded by js.yui

Jan-Wijbrand Kolman janwijbrand at gmail.com
Wed Jan 12 05:58:08 EST 2011


Log message for revision 119527:
  add a warning about hurry.yui being superseded by js.yui

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

-=-
Modified: hurry.yui/trunk/CHANGES.txt
===================================================================
--- hurry.yui/trunk/CHANGES.txt	2011-01-12 10:53:27 UTC (rev 119526)
+++ hurry.yui/trunk/CHANGES.txt	2011-01-12 10:58:07 UTC (rev 119527)
@@ -1,12 +1,10 @@
 CHANGES
 *******
 
-2.7.0.2 (unreleased)
-====================
+.. Important::
+   hurry.yui has been superseded by
+   `js.yui <http://pypi.python.org/pypi/js.yui>_` package.
 
-- Nothing changed yet.
-
-
 2.7.0.1 (2010-07-29)
 ====================
 

Modified: hurry.yui/trunk/README.txt
===================================================================
--- hurry.yui/trunk/README.txt	2011-01-12 10:53:27 UTC (rev 119526)
+++ hurry.yui/trunk/README.txt	2011-01-12 10:58:07 UTC (rev 119527)
@@ -1,6 +1,10 @@
 hurry.yui
 *********
 
+.. Important::
+   hurry.yui has been superseded by
+   `js.yui <http://pypi.python.org/pypi/js.yui>_` package.
+
 Introduction
 ============
 
@@ -18,7 +22,7 @@
 You can import various bits of YUI from ``hurry.yui`` and ``.need``
 them where you want these resources to be included on a page::
 
-  from hurry import yui 
+  from hurry import yui
 
   .. in your page or widget rendering code, somewhere ..
 

Modified: hurry.yui/trunk/setup.py
===================================================================
--- hurry.yui/trunk/setup.py	2011-01-12 10:53:27 UTC (rev 119526)
+++ hurry.yui/trunk/setup.py	2011-01-12 10:58:07 UTC (rev 119527)
@@ -14,10 +14,9 @@
     '********\n'
     )
 
-
 setup(
     name='hurry.yui',
-    version='2.7.0.2dev',
+    version='2.7.0.1',
     description="hurry.resource style resources for YUI.",
     long_description = long_description,
     classifiers=[],
@@ -47,7 +46,7 @@
             ],
         'hurry.resource.libraries': [
             'yui = hurry.yui:yui',
-            ],    
+            ],
         },
-    
+
     )



More information about the checkins mailing list