[Checkins] SVN: z3c.extfile/trunk/ dep change, see changes, version bump

Bernd Dorn bernd.dorn at lovelysystems.com
Mon Aug 2 06:50:30 EDT 2010


Log message for revision 115373:
  dep change, see changes, version bump

Changed:
  U   z3c.extfile/trunk/CHANGES.txt
  U   z3c.extfile/trunk/setup.py

-=-
Modified: z3c.extfile/trunk/CHANGES.txt
===================================================================
--- z3c.extfile/trunk/CHANGES.txt	2010-08-02 09:50:38 UTC (rev 115372)
+++ z3c.extfile/trunk/CHANGES.txt	2010-08-02 10:50:29 UTC (rev 115373)
@@ -2,6 +2,11 @@
 Changes for z3c.extfile
 =======================
 
+0.3.0b2 (2010-08-02)
+====================
+
+- moved paste dependency to test extra
+
 0.3.0b1 (2010-07-21)
 ====================
 

Modified: z3c.extfile/trunk/setup.py
===================================================================
--- z3c.extfile/trunk/setup.py	2010-08-02 09:50:38 UTC (rev 115372)
+++ z3c.extfile/trunk/setup.py	2010-08-02 10:50:29 UTC (rev 115373)
@@ -2,7 +2,7 @@
 
 setup(
     name = "z3c.extfile",
-    version = "0.3.0b1",
+    version = "0.3.0b2",
     author = "Zope Contributors",
     author_email = "zope3-dev at zope.org",
     description = "Large file handling for zope3",
@@ -11,8 +11,7 @@
     url = 'http://svn.zope.org/z3c.extfile',
     classifiers = [
         'Development Status :: 4 - Beta',
-        "License :: OSI Approved :: Zope Public License",
-        "Framework :: Zope :: UI"],
+        "License :: OSI Approved :: Zope Public License"],
     packages = find_packages('src'),
     include_package_data = True,
     package_dir = {'':'src'},
@@ -20,6 +19,8 @@
     zip_safe = False,
     extras_require={"test":['zope.testing',
                             'zope.app.testing',
+                            'Paste',
+                            'PasteDeploy',
                             ]},
     install_requires = ['setuptools',
                         'z3c.filetype',
@@ -37,7 +38,5 @@
                         'zope.schema',
                         'zope.security',
                         'zope.traversing',
-                        'Paste',
-                        'PasteDeploy',
                         ],
     )



More information about the checkins mailing list