[Checkins] SVN: zope.server/tags/3.4.3/ tag for 3.4.3

Christophe Combelles ccomb at free.fr
Sun Aug 17 18:28:15 EDT 2008


Log message for revision 89928:
  tag for 3.4.3
  

Changed:
  A   zope.server/tags/3.4.3/
  D   zope.server/tags/3.4.3/CHANGES.txt
  A   zope.server/tags/3.4.3/CHANGES.txt
  D   zope.server/tags/3.4.3/setup.py
  A   zope.server/tags/3.4.3/setup.py

-=-
Copied: zope.server/tags/3.4.3 (from rev 89926, zope.server/branches/3.4)


Property changes on: zope.server/tags/3.4.3
___________________________________________________________________
Name: svn:ignore
   + bin
build
dist
lib
setup.cfg
develop-eggs
eggs
parts
.installed.cfg

Name: svn:mergeinfo
   + 

Deleted: zope.server/tags/3.4.3/CHANGES.txt
===================================================================
--- zope.server/branches/3.4/CHANGES.txt	2008-08-17 15:36:40 UTC (rev 89926)
+++ zope.server/tags/3.4.3/CHANGES.txt	2008-08-17 22:28:13 UTC (rev 89928)
@@ -1,33 +0,0 @@
-=======
-CHANGES
-=======
-
-3.4.3dev (unreleased)
----------------------
-
-- Moved some imports from test modules to their setUp to prevent
-  failures when ZEO tests are run by the same testrunner
-
-3.4.2 (2008-02-02)
-------------------
-
-- Fix of 599 error on conflict error in request
-  see: http://mail.zope.org/pipermail/zope-dev/2008-January/030844.html
-
-
-3.4.1 (2007-06-02)
-------------------
-
-Made WSGI server really WSGI-compliant by adding variables to the
-environment that are required by the spec.
-
-3.4.0 (2007-06-02)
-------------------
-
-Removed an unused import. Unchanged otherwise.
-
-3.4.0a1 (2007-04-22)
---------------------
-
-Initial release as a separate project, corresponds to zope.server
-from Zope 3.4.0a1

Copied: zope.server/tags/3.4.3/CHANGES.txt (from rev 89927, zope.server/branches/3.4/CHANGES.txt)
===================================================================
--- zope.server/tags/3.4.3/CHANGES.txt	                        (rev 0)
+++ zope.server/tags/3.4.3/CHANGES.txt	2008-08-17 22:28:13 UTC (rev 89928)
@@ -0,0 +1,33 @@
+=======
+CHANGES
+=======
+
+3.4.3 (2008-08-18)
+---------------------
+
+- Moved some imports from test modules to their setUp to prevent
+  failures when ZEO tests are run by the same testrunner
+
+3.4.2 (2008-02-02)
+------------------
+
+- Fix of 599 error on conflict error in request
+  see: http://mail.zope.org/pipermail/zope-dev/2008-January/030844.html
+
+
+3.4.1 (2007-06-02)
+------------------
+
+Made WSGI server really WSGI-compliant by adding variables to the
+environment that are required by the spec.
+
+3.4.0 (2007-06-02)
+------------------
+
+Removed an unused import. Unchanged otherwise.
+
+3.4.0a1 (2007-04-22)
+--------------------
+
+Initial release as a separate project, corresponds to zope.server
+from Zope 3.4.0a1

Deleted: zope.server/tags/3.4.3/setup.py
===================================================================
--- zope.server/branches/3.4/setup.py	2008-08-17 15:36:40 UTC (rev 89926)
+++ zope.server/tags/3.4.3/setup.py	2008-08-17 22:28:13 UTC (rev 89928)
@@ -1,65 +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.server 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.server',
-      version = '3.4.3dev',
-      license='ZPL 2.1',
-      description='Zope server (Web and FTP)',
-      author='Zope Corporation and Contributors',
-      author_email='zope-dev at zope.org',
-       long_description=(
-        read('README.txt')
-        + '\n\n' +
-        read('CHANGES.txt')
-        ),
-      keywords=('zope3 server http ftp'),
-      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.server',
-      packages=find_packages('src'),
-      package_dir = {'': 'src'},
-
-      namespace_packages=['zope',],
-
-      tests_require = ['zope.testing',
-                       'zope.i18n',
-                       'zope.component'],
-      install_requires = ['setuptools',
-                          'zope.interface',
-                          'zope.publisher',
-                          'zope.security',
-                          'zope.deprecation',
-                          'ZODB3'],
-      include_package_data = True,
-
-      zip_safe = False,
-      )

Copied: zope.server/tags/3.4.3/setup.py (from rev 89927, zope.server/branches/3.4/setup.py)
===================================================================
--- zope.server/tags/3.4.3/setup.py	                        (rev 0)
+++ zope.server/tags/3.4.3/setup.py	2008-08-17 22:28:13 UTC (rev 89928)
@@ -0,0 +1,65 @@
+##############################################################################
+#
+# 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.server 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.server',
+      version = '3.4.3',
+      license='ZPL 2.1',
+      description='Zope server (Web and FTP)',
+      author='Zope Corporation and Contributors',
+      author_email='zope-dev at zope.org',
+       long_description=(
+        read('README.txt')
+        + '\n\n' +
+        read('CHANGES.txt')
+        ),
+      keywords=('zope3 server http ftp'),
+      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.server',
+      packages=find_packages('src'),
+      package_dir = {'': 'src'},
+
+      namespace_packages=['zope',],
+
+      tests_require = ['zope.testing',
+                       'zope.i18n',
+                       'zope.component'],
+      install_requires = ['setuptools',
+                          'zope.interface',
+                          'zope.publisher',
+                          'zope.security',
+                          'zope.deprecation',
+                          'ZODB3'],
+      include_package_data = True,
+
+      zip_safe = False,
+      )



More information about the Checkins mailing list