[Checkins] SVN: hurry.jqueryui/trunk/ Prepare to use jqueryui 1.8.5.

Martijn Faassen faassen at startifact.com
Mon Oct 18 09:49:33 EDT 2010


Log message for revision 117705:
  Prepare to use jqueryui 1.8.5.
  

Changed:
  U   hurry.jqueryui/trunk/CHANGES.txt
  U   hurry.jqueryui/trunk/setup.py
  U   hurry.jqueryui/trunk/src/hurry/jqueryui/jqueryui.txt
  U   hurry.jqueryui/trunk/src/hurry/jqueryui/prepare.py

-=-
Modified: hurry.jqueryui/trunk/CHANGES.txt
===================================================================
--- hurry.jqueryui/trunk/CHANGES.txt	2010-10-18 12:53:06 UTC (rev 117704)
+++ hurry.jqueryui/trunk/CHANGES.txt	2010-10-18 13:49:32 UTC (rev 117705)
@@ -1,12 +1,11 @@
 CHANGES
 *******
 
-1.8.2.3 (unreleased)
+1.8.5.1 (unreleased)
 ====================
 
-- Nothing changed yet.
+* Update to jQueryUI 1.8.4.
 
-
 1.8.2.2 (2010-07-29)
 ====================
 

Modified: hurry.jqueryui/trunk/setup.py
===================================================================
--- hurry.jqueryui/trunk/setup.py	2010-10-18 12:53:06 UTC (rev 117704)
+++ hurry.jqueryui/trunk/setup.py	2010-10-18 13:49:32 UTC (rev 117705)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 
-JQUERYUI_VERSION = '1.8.2'
-version = '1.8.2.3dev'
+JQUERYUI_VERSION = '1.8.5'
+version = '1.8.5.1dev'
 # version named after JQUERYUI_VERSION + .suffix. Can't do this
 # automatically as it'd confuse zest.releaser
 

Modified: hurry.jqueryui/trunk/src/hurry/jqueryui/jqueryui.txt
===================================================================
--- hurry.jqueryui/trunk/src/hurry/jqueryui/jqueryui.txt	2010-10-18 12:53:06 UTC (rev 117704)
+++ hurry.jqueryui/trunk/src/hurry/jqueryui/jqueryui.txt	2010-10-18 13:49:32 UTC (rev 117705)
@@ -19,12 +19,12 @@
   >>> needed = NeededInclusions()
   >>> needed.need(jqueryui)
   >>> print needed.render()
-  <script type="text/javascript" src="http://localhost/static/jquery_lib/jquery-1.4.2.js"></script>
+  <script type="text/javascript" src="http://localhost/static/jquery_lib/jquery-....js"></script>
   <script type="text/javascript" src="http://localhost/static/jqueryui/jquery-ui.js"></script>
 
   >>> needed.mode('minified')
   >>> print needed.render()
-  <script type="text/javascript" src="http://localhost/static/jquery_lib/jquery-1.4.2.min.js"></script>
+  <script type="text/javascript" src="http://localhost/static/jquery_lib/jquery-....min.js"></script>
   <script type="text/javascript" src="http://localhost/static/jqueryui/jquery-ui.min.js"></script>
 
 Let's also try a theme::

Modified: hurry.jqueryui/trunk/src/hurry/jqueryui/prepare.py
===================================================================
--- hurry.jqueryui/trunk/src/hurry/jqueryui/prepare.py	2010-10-18 12:53:06 UTC (rev 117704)
+++ hurry.jqueryui/trunk/src/hurry/jqueryui/prepare.py	2010-10-18 13:49:32 UTC (rev 117705)
@@ -9,7 +9,7 @@
 from hurry.jquery import jquery
 
 BASEURL = 'http://ajax.googleapis.com/ajax/libs/jqueryui/'
-VERSION = '1.8.2'
+VERSION = '1.8.5'
 MINIFIED = "jquery-ui.min.js"
 FULL = "jquery-ui.js"
 THEME_URL = 'http://jquery-ui.googlecode.com/files/jquery-ui-themes-%s.zip' % VERSION



More information about the checkins mailing list