[Testbot] Plone 5.0 - Python 2.7 - Build # 1610 - Fixed! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Mon Feb 17 21:45:40 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 1610 - Fixed!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/1610/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.app.contenttypes
Branch: refs/heads/master
Date: 2014-02-17T12:59:03-08:00
Author: tisto (tisto) <tisto at plone.org>
Commit: https://github.com/plone/plone.app.contenttypes/commit/39220c3bd6406ab7ef321653e01e1c2d41926060

Revert "pinn plone.app.event 1.1b1"

This reverts commit fd6b7a6e61acc6bcac093056095ea8a211c73fa6.

Files changed:
M README.rst
M setup.py
M test-plone-4.3.x.cfg

diff --git a/README.rst b/README.rst
index 95433e3..85af024 100644
--- a/README.rst
+++ b/README.rst
@@ -107,7 +107,6 @@ These are the version-pinns for Plone 4.3.2:
     plone.dexterity = 2.2.1
     plone.app.dexterity = 2.0.11
     plone.schemaeditor = 1.3.5
-    plone.app.event = 1.1b1
     plone.app.portlets = 2.5a1
 
 
diff --git a/setup.py b/setup.py
index d75491d..a2f2d75 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@
           'setuptools',
           'Products.CMFPlone',
           'plone.app.contentmenu',
-          'plone.app.event [dexterity]>=1.1b1',
+          'plone.app.event [dexterity]',
           'plone.app.dexterity>=2.0.7',  # has a fix for INameFromFilename
           'plone.dexterity>=2.2.1',  # behaviors can provide primaryfields
           'plone.app.relationfield',
diff --git a/test-plone-4.3.x.cfg b/test-plone-4.3.x.cfg
index 72f2423..13bffe4 100644
--- a/test-plone-4.3.x.cfg
+++ b/test-plone-4.3.x.cfg
@@ -6,7 +6,7 @@ extensions = mr.developer
 develop = .
 always-checkout = force
 auto-checkout =
-#    plone.app.event
+    plone.app.event
 parts +=
     instance
     test
@@ -100,7 +100,6 @@ plone.app.dexterity = 2.0.11
 plone.schemaeditor = 1.3.5
 
 # event
-plone.app.event = 1.1b1
 plone.app.portlets = 2.5a1
 
 # testing




-------------------------------------------------------------------------------


More information about the Testbot mailing list