[Testbot] Plone 5.0 - Python 2.7 - Build # 1942 - Regression! - 10 failure(s)

jenkins at plone.org jenkins at plone.org
Wed Mar 12 22:55:49 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 1942 - Still Failing!
-------------------------------------------------------------------------------

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


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

Repository: plone.protect
Branch: refs/heads/master
Date: 2014-03-12T15:05:15+01:00
Author: Luca Fabbri (keul) <luca at keul.it>
Commit: https://github.com/plone/plone.protect/commit/e980d6140caabfd75f81547149c37dc6c6dd17d6

plone.ekyring requirement

Trying latest CSRF protection on Plone 4.2 I found that the requirement is changed: `plone.keyring` version needs the `ramdom` method.

Files changed:
M setup.py

diff --git a/setup.py b/setup.py
index 32dd33d..e7a55cf 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@
     zip_safe=False,
     install_requires=[
         'setuptools',
-        'plone.keyring > 1.0',
+        'plone.keyring >= 3.0dev',
         'zope.component',
         'zope.interface',
         'Zope2',


Repository: plone.protect
Branch: refs/heads/master
Date: 2014-03-12T15:05:00-07:00
Author: David Glick (davisagli) <david at glicksoftware.com>
Commit: https://github.com/plone/plone.protect/commit/14b4a1f4d41fe341b3eb88f337363b29e422e10c

Merge pull request #3 from RedTurtle/master

plone.keyring requirement

Files changed:
M setup.py

diff --git a/setup.py b/setup.py
index 32dd33d..e7a55cf 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@
     zip_safe=False,
     install_requires=[
         'setuptools',
-        'plone.keyring > 1.0',
+        'plone.keyring >= 3.0dev',
         'zope.component',
         'zope.interface',
         'Zope2',




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 1391 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140312/31cc9c52/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 173478 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140312/31cc9c52/attachment-0003.obj>


More information about the Testbot mailing list