[Checkins] SVN: lovely.recipe/trunk/ making philikon happy

Jodok Batlogg jodok.batlogg at lovelysystems.com
Tue Jul 22 16:02:44 EDT 2008


Log message for revision 88732:
  making philikon happy

Changed:
  U   lovely.recipe/trunk/CHANGES.txt
  U   lovely.recipe/trunk/setup.py

-=-
Modified: lovely.recipe/trunk/CHANGES.txt
===================================================================
--- lovely.recipe/trunk/CHANGES.txt	2008-07-22 19:54:31 UTC (rev 88731)
+++ lovely.recipe/trunk/CHANGES.txt	2008-07-22 20:02:44 UTC (rev 88732)
@@ -8,6 +8,11 @@
 BIG TODO: add tests for lovely.recipe.zeo and lovely.recipe.zope to test and
           to show what this all is for.
 
+2008/07/16 0.3.1b8
+==================
+
+- changed homepage url and uploaded release to pypi to make philikon happy :)
+
 2008/07/16 0.3.1b7
 ==================
 

Modified: lovely.recipe/trunk/setup.py
===================================================================
--- lovely.recipe/trunk/setup.py	2008-07-22 19:54:31 UTC (rev 88731)
+++ lovely.recipe/trunk/setup.py	2008-07-22 20:02:44 UTC (rev 88732)
@@ -13,12 +13,13 @@
 
 setup (
     name='lovely.recipe',
-    version='0.3.1b7',
+    description = "set of helper recipies for zc.buildout",
+    version='0.3.1b8',
     author = "Lovely Systems",
     author_email = "office at lovelysystems.com",
     license = "ZPL 2.1",
     keywords = "buildout recipe filesystem i18n importchecker",
-    url = 'svn://svn.zope.org/repos/main/lovely.recipe',
+    url = 'http://launchpad.net/lovely.recipe',
     packages = find_packages('src'),
     include_package_data = True,
     package_dir = {'':'src'},



More information about the Checkins mailing list