[Checkins] SVN: Sandbox/gotcha/five.taskqueue/trunk/ Preparing release 0.3.0

Godefroid Chapelle cvs-admin at zope.org
Mon Nov 12 16:03:37 UTC 2012


Log message for revision 128250:
  Preparing release 0.3.0

Changed:
  U   Sandbox/gotcha/five.taskqueue/trunk/MANIFEST.in
  U   Sandbox/gotcha/five.taskqueue/trunk/docs/HISTORY.txt
  U   Sandbox/gotcha/five.taskqueue/trunk/setup.py

-=-
Modified: Sandbox/gotcha/five.taskqueue/trunk/MANIFEST.in
===================================================================
--- Sandbox/gotcha/five.taskqueue/trunk/MANIFEST.in	2012-11-12 16:01:28 UTC (rev 128249)
+++ Sandbox/gotcha/five.taskqueue/trunk/MANIFEST.in	2012-11-12 16:03:37 UTC (rev 128250)
@@ -1,7 +1,7 @@
 include *.txt *.rst
 recursive-include docs *.txt
 recursive-include src *.zcml *.txt
-exclude bootstrap.py MANIFEST.in .gitignore .travis.tml buildout.cfg
+exclude bootstrap.py MANIFEST.in buildout.cfg
 prune lib
 prune include
 prune bin

Modified: Sandbox/gotcha/five.taskqueue/trunk/docs/HISTORY.txt
===================================================================
--- Sandbox/gotcha/five.taskqueue/trunk/docs/HISTORY.txt	2012-11-12 16:01:28 UTC (rev 128249)
+++ Sandbox/gotcha/five.taskqueue/trunk/docs/HISTORY.txt	2012-11-12 16:03:37 UTC (rev 128250)
@@ -4,9 +4,12 @@
 0.2.3 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- `startServices` filters which services to start based on which site they are sitting in.
 
+- Better reporting when startup of service fails. Depends on `z3c.taskqueue >=
+  0.2.0`
 
+
 0.2.2 (2012-11-12)
 ------------------
 

Modified: Sandbox/gotcha/five.taskqueue/trunk/setup.py
===================================================================
--- Sandbox/gotcha/five.taskqueue/trunk/setup.py	2012-11-12 16:01:28 UTC (rev 128249)
+++ Sandbox/gotcha/five.taskqueue/trunk/setup.py	2012-11-12 16:03:37 UTC (rev 128250)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.2.3.dev0'
+version = '0.3.0'
 
 setup(name='five.taskqueue',
       version=version,
@@ -24,7 +24,7 @@
       install_requires=[
           'setuptools',
           'Zope2',
-          'z3c.taskqueue',
+          'z3c.taskqueue >= 0.2.0',
       ],
       entry_points="""
       # -*- Entry points: -*-



More information about the checkins mailing list