[Checkins] SVN: zope.app.file/tags/3.4.6/ Tag 3.4.6

Dan Korostelev nadako at gmail.com
Tue Jan 27 08:04:15 EST 2009


Log message for revision 95170:
  Tag 3.4.6

Changed:
  A   zope.app.file/tags/3.4.6/
  D   zope.app.file/tags/3.4.6/CHANGES.txt
  A   zope.app.file/tags/3.4.6/CHANGES.txt
  D   zope.app.file/tags/3.4.6/setup.py
  A   zope.app.file/tags/3.4.6/setup.py

-=-
Deleted: zope.app.file/tags/3.4.6/CHANGES.txt
===================================================================
--- zope.app.file/trunk/CHANGES.txt	2009-01-27 12:55:14 UTC (rev 95163)
+++ zope.app.file/tags/3.4.6/CHANGES.txt	2009-01-27 13:04:14 UTC (rev 95170)
@@ -1,31 +0,0 @@
-=======
-CHANGES
-=======
-
-3.5.0 (unreleased)
-------------------
-
-- Bug: Get actual filename instead of full filesystem path when adding file/image
-  using Internet Explorer.
-
-- Using IDCTimes interface instead of IZopeDublinCore to determine the
-  modification date of a file.
-
-3.4.2 (2007-11-09)
-------------------
-
-- Include information about which attributes changed in the
-  ``IObjectModifiedEvent`` after upload.
-
-  This fixes https://bugs.launchpad.net/zope3/+bug/98483.
-
-3.4.1 (2007-10-31)
-------------------
-
-- Resolve ``ZopeSecurityPolicy`` deprecation warning.
-
-
-3.4.0 (2007-10-24)
-------------------
-
-- Initial release independent of the main Zope tree.

Copied: zope.app.file/tags/3.4.6/CHANGES.txt (from rev 95169, zope.app.file/trunk/CHANGES.txt)
===================================================================
--- zope.app.file/tags/3.4.6/CHANGES.txt	                        (rev 0)
+++ zope.app.file/tags/3.4.6/CHANGES.txt	2009-01-27 13:04:14 UTC (rev 95170)
@@ -0,0 +1,46 @@
+=======
+CHANGES
+=======
+
+3.4.6 (2009-01-27)
+------------------
+
+- Remove zope.app.zapi dependency again. Previous release
+  was wrong. We removed the zope.app.zapi uses before, so
+  we don't need it anymore.
+
+3.4.5 (2009-01-27)
+------------------
+
+- added missing dependency: zope.app.zapi
+
+3.4.4 (2008-09-05)
+------------------
+
+- Bug: Get actual filename instead of full filesystem path when adding file/image
+  using Internet Explorer.
+
+3.4.3 (2008-06-18)
+------------------
+
+- Using IDCTimes interface instead of IZopeDublinCore to determine the
+  modification date of a file.
+
+3.4.2 (2007-11-09)
+------------------
+
+- Include information about which attributes changed in the
+  ``IObjectModifiedEvent`` after upload.
+
+  This fixes https://bugs.launchpad.net/zope3/+bug/98483.
+
+3.4.1 (2007-10-31)
+------------------
+
+- Resolve ``ZopeSecurityPolicy`` deprecation warning.
+
+
+3.4.0 (2007-10-24)
+------------------
+
+- Initial release independent of the main Zope tree.

Deleted: zope.app.file/tags/3.4.6/setup.py
===================================================================
--- zope.app.file/trunk/setup.py	2009-01-27 12:55:14 UTC (rev 95163)
+++ zope.app.file/tags/3.4.6/setup.py	2009-01-27 13:04:14 UTC (rev 95170)
@@ -1,76 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2006 Zope Corporation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-"""Setup for zope.app.file package
-
-$Id$
-"""
-import os
-from setuptools import setup, find_packages
-
-def read(*rnames):
-    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-
-setup(name='zope.app.file',
-      version = '3.5.0dev',
-      author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
-      description='File and Image -- Zope 3 Content Components',
-      long_description=(
-          read('README.txt')
-          + '\n\n' +
-          'Detailed Dcoumentation\n' +
-          '----------------------\n'
-          + '\n\n' +
-          read('src', 'zope', 'app', 'file', 'browser', 'file.txt')
-          + '\n\n' +
-          read('src', 'zope', 'app', 'file', 'browser', 'url.txt')
-          + '\n\n' +
-          read('CHANGES.txt')
-          ),
-      keywords = "zope3 file image content",
-      classifiers = [
-          'Development Status :: 5 - Production/Stable',
-          'Environment :: Web Environment',
-          'Intended Audience :: Developers',
-          'License :: OSI Approved :: Zope Public License',
-          'Programming Language :: Python',
-          'Natural Language :: English',
-          'Operating System :: OS Independent',
-          'Topic :: Internet :: WWW/HTTP',
-          'Framework :: Zope3'],
-      url='http://cheeseshop.python.org/pypi/zope.app.file',
-      license='ZPL 2.1',
-      packages=find_packages('src'),
-      package_dir = {'': 'src'},
-      namespace_packages=['zope', 'zope.app'],
-      extras_require = dict(test=['zope.app.testing',
-                                  'zope.app.securitypolicy',
-                                  'zope.app.zcmlfiles',]),
-      install_requires=['setuptools',
-                        'ZODB3',
-                        'zope.app.publication',
-                        'zope.contenttype',
-                        'zope.datetime',
-                        'zope.dublincore',
-                        'zope.event',
-                        'zope.exceptions',
-                        'zope.i18nmessageid',
-                        'zope.interface',
-                        'zope.publisher',
-                        'zope.schema',
-                        'zope.size',
-                        ],
-      include_package_data = True,
-      zip_safe = False,
-      )

Copied: zope.app.file/tags/3.4.6/setup.py (from rev 95169, zope.app.file/trunk/setup.py)
===================================================================
--- zope.app.file/tags/3.4.6/setup.py	                        (rev 0)
+++ zope.app.file/tags/3.4.6/setup.py	2009-01-27 13:04:14 UTC (rev 95170)
@@ -0,0 +1,76 @@
+##############################################################################
+#
+# Copyright (c) 2006 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""Setup for zope.app.file package
+
+$Id$
+"""
+import os
+from setuptools import setup, find_packages
+
+def read(*rnames):
+    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
+
+setup(name='zope.app.file',
+      version = '3.4.6',
+      author='Zope Corporation and Contributors',
+      author_email='zope-dev at zope.org',
+      description='File and Image -- Zope 3 Content Components',
+      long_description=(
+          read('README.txt')
+          + '\n\n' +
+          'Detailed Dcoumentation\n' +
+          '----------------------\n'
+          + '\n\n' +
+          read('src', 'zope', 'app', 'file', 'browser', 'file.txt')
+          + '\n\n' +
+          read('src', 'zope', 'app', 'file', 'browser', 'url.txt')
+          + '\n\n' +
+          read('CHANGES.txt')
+          ),
+      keywords = "zope3 file image content",
+      classifiers = [
+          'Development Status :: 5 - Production/Stable',
+          'Environment :: Web Environment',
+          'Intended Audience :: Developers',
+          'License :: OSI Approved :: Zope Public License',
+          'Programming Language :: Python',
+          'Natural Language :: English',
+          'Operating System :: OS Independent',
+          'Topic :: Internet :: WWW/HTTP',
+          'Framework :: Zope3'],
+      url='http://pypi.python.org/pypi/zope.app.file',
+      license='ZPL 2.1',
+      packages=find_packages('src'),
+      package_dir = {'': 'src'},
+      namespace_packages=['zope', 'zope.app'],
+      extras_require = dict(test=['zope.app.testing',
+                                  'zope.app.securitypolicy',
+                                  'zope.app.zcmlfiles',]),
+      install_requires=['setuptools',
+                        'ZODB3',
+                        'zope.app.publication',
+                        'zope.contenttype',
+                        'zope.datetime',
+                        'zope.dublincore',
+                        'zope.event',
+                        'zope.exceptions',
+                        'zope.i18nmessageid',
+                        'zope.interface',
+                        'zope.publisher',
+                        'zope.schema',
+                        'zope.size',
+                        ],
+      include_package_data = True,
+      zip_safe = False,
+      )



More information about the Checkins mailing list