[Testbot] Plone 5.0 - Python 2.7 - Build # 3711 - Still failing! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Mon Nov 17 00:31:25 UTC 2014


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

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


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

Repository: plone.schema
Branch: refs/heads/master
Date: 2014-11-17T00:51:50+01:00
Author: Gil Forcada (gforcada) <gforcada at gnome.org>
Commit: https://github.com/plone/plone.schema/commit/a05251c6dad5e1a27264c8dd253df16e99684ec8

Reformat setup.py

Files changed:
M setup.py

diff --git a/setup.py b/setup.py
index 4ddebc8..ab12db3 100644
--- a/setup.py
+++ b/setup.py
@@ -2,33 +2,36 @@
 
 version = '1.0a2.dev0'
 
-setup(name='plone.schema',
-      version=version,
-      description="",
-      long_description=open("README.rst").read() + "\n" +
-                       open("CHANGES.rst").read(),
-      classifiers=[
-          "Framework :: Zope2",
-          "Framework :: Plone",
-          "Programming Language :: Python",
-          "Topic :: Software Development :: Libraries :: Python Modules",
-          "License :: OSI Approved :: BSD License",
-      ],
-      keywords='plone schema',
-      author='Plone Foundation',
-      author_email='plone-developers at lists.sourceforge.net',
-      url='http://plone.org/',
-      license='BSD',
-      packages=find_packages(exclude=['ez_setup']),
-      namespace_packages=['plone'],
-      include_package_data=True,
-      zip_safe=False,
-      install_requires=[
-          'setuptools',
-          'plone.app.dexterity',
-          'plone.app.z3cform'
-      ],
-      extras_require={
-          'test': ['plone.app.testing'],
-      },
-      )
+long_description = open("README.rst").read() + "\n" +
+                   open("CHANGES.rst").read()
+
+setup(
+    name='plone.schema',
+    version=version,
+    description="",
+    long_description=long_description,
+    classifiers=[
+        "Framework :: Zope2",
+        "Framework :: Plone",
+        "Programming Language :: Python",
+        "Topic :: Software Development :: Libraries :: Python Modules",
+        "License :: OSI Approved :: BSD License",
+    ],
+    keywords='plone schema',
+    author='Plone Foundation',
+    author_email='plone-developers at lists.sourceforge.net',
+    url='http://plone.org/',
+    license='BSD',
+    packages=find_packages(exclude=['ez_setup']),
+    namespace_packages=['plone'],
+    include_package_data=True,
+    zip_safe=False,
+    install_requires=[
+        'setuptools',
+        'plone.app.dexterity',
+        'plone.app.z3cform'
+    ],
+    extras_require={
+        'test': ['plone.app.testing'],
+    },
+)




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 2390 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20141117/2217f671/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 86643 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20141117/2217f671/attachment-0003.obj>


More information about the Testbot mailing list