[Checkins] SVN: hurry.jquerytools/trunk/ Preparing release 1.2.4

Christian Klinger cklinger at novareto.de
Wed Sep 8 05:37:10 EDT 2010


Log message for revision 116221:
  Preparing release 1.2.4

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

-=-
Modified: hurry.jquerytools/trunk/CHANGES.txt
===================================================================
--- hurry.jquerytools/trunk/CHANGES.txt	2010-09-08 08:33:24 UTC (rev 116220)
+++ hurry.jquerytools/trunk/CHANGES.txt	2010-09-08 09:37:09 UTC (rev 116221)
@@ -1,7 +1,7 @@
 CHANGES
 *******
 
-0.1 (2010-03-10)
-================
+1.2.4 (2010-09-08)
+==================
 
-* Initial public release, using jquerytools-1.1.2
+* Initial public release, using jquerytools-1.2.4

Modified: hurry.jquerytools/trunk/README.txt
===================================================================
--- hurry.jquerytools/trunk/README.txt	2010-09-08 08:33:24 UTC (rev 116220)
+++ hurry.jquerytools/trunk/README.txt	2010-09-08 09:37:09 UTC (rev 116221)
@@ -5,7 +5,7 @@
 Introduction
 ============
 
-This library packages Slimbox_ for `hurry.resource`_. It relies on
+This library packages jquerytools_ for `hurry.resource`_. It relies on
 hurry.jquery for the dependency.
 
 .. _jquerytools: http://flowplayer.org/tools/index.html 
@@ -47,7 +47,7 @@
 When releasing ``hurry.jquerytools``, an extra step should be taken. Follow the
 regular package `release instructions`_, but before egg generation (``python
 setup.py register sdist upload``) first execute ``bin/jquerytoolsprepare``. This
-will download the Slimbox library and place it in the egg. (The version number
+will download the jquerytools library and place it in the egg. (The version number
 is currently hardcoded in the hurry.jquerytools.prepare module).
 
 .. _`release instructions`: http://grok.zope.org/documentation/how-to/releasing-software

Modified: hurry.jquerytools/trunk/setup.py
===================================================================
--- hurry.jquerytools/trunk/setup.py	2010-09-08 08:33:24 UTC (rev 116220)
+++ hurry.jquerytools/trunk/setup.py	2010-09-08 09:37:09 UTC (rev 116221)
@@ -1,8 +1,8 @@
 from setuptools import setup, find_packages
 import os
 
-JQUERYTOOLS_VERSION = '1.1.2'
-version = '1.1.2'
+JQUERYTOOLS_VERSION = '1.2.4'
+version = '1.2.4'
 
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
@@ -29,8 +29,8 @@
     zip_safe=False,
     install_requires=[
         'setuptools',
-        'hurry.jquery',
-        'hurry.resource >= 0.4.1',
+        'hurry.jquery == 1.4.2.1',
+        'hurry.resource == 0.4.1',
         ],
     entry_points={
         'console_scripts': [

Modified: hurry.jquerytools/trunk/src/hurry/jquerytools/prepare.py
===================================================================
--- hurry.jquerytools/trunk/src/hurry/jquerytools/prepare.py	2010-09-08 08:33:24 UTC (rev 116220)
+++ hurry.jquerytools/trunk/src/hurry/jquerytools/prepare.py	2010-09-08 09:37:09 UTC (rev 116221)
@@ -18,8 +18,8 @@
 import urlparse
 import zipfile
 
-VERSION = '1.1.2'
-BASEURL = "http://cdn.jquerytools.org/%s/tiny/jquery.tools.min.js" %VERSION
+VERSION = '1.2.4'
+BASEURL = "http://cdn.jquerytools.org/%s/all/jquery.tools.min.js" %VERSION
 FILENAME = "jquery.tools.min.js"
 
 def prepare_jquerytools():



More information about the checkins mailing list