[Checkins] SVN: Zope3/branches/3.3-zope.app.externals/src/zope/app/ Convert modules in zope.app to packages, to ease sharing via svn:externals.

Tres Seaver tseaver at palladion.com
Mon Jun 26 16:01:25 EDT 2006


Log message for revision 68852:
  Convert modules in zope.app to packages, to ease sharing via svn:externals.

Changed:
  A   Zope3/branches/3.3-zope.app.externals/src/zope/app/content_types/
  A   Zope3/branches/3.3-zope.app.externals/src/zope/app/content_types/__init__.py
  D   Zope3/branches/3.3-zope.app.externals/src/zope/app/content_types.py
  A   Zope3/branches/3.3-zope.app.externals/src/zope/app/datetimeutils/
  A   Zope3/branches/3.3-zope.app.externals/src/zope/app/datetimeutils/__init__.py
  D   Zope3/branches/3.3-zope.app.externals/src/zope/app/datetimeutils.py
  A   Zope3/branches/3.3-zope.app.externals/src/zope/app/decorator/
  A   Zope3/branches/3.3-zope.app.externals/src/zope/app/decorator/__init__.py
  D   Zope3/branches/3.3-zope.app.externals/src/zope/app/decorator.py
  A   Zope3/branches/3.3-zope.app.externals/src/zope/app/layers/
  A   Zope3/branches/3.3-zope.app.externals/src/zope/app/layers/__init__.py
  D   Zope3/branches/3.3-zope.app.externals/src/zope/app/layers.py
  A   Zope3/branches/3.3-zope.app.externals/src/zope/app/skins/
  A   Zope3/branches/3.3-zope.app.externals/src/zope/app/skins/__init__.py
  D   Zope3/branches/3.3-zope.app.externals/src/zope/app/skins.py
  A   Zope3/branches/3.3-zope.app.externals/src/zope/app/timezones/
  A   Zope3/branches/3.3-zope.app.externals/src/zope/app/timezones/__init__.py
  D   Zope3/branches/3.3-zope.app.externals/src/zope/app/timezones.py

-=-
Copied: Zope3/branches/3.3-zope.app.externals/src/zope/app/content_types/__init__.py (from rev 68851, Zope3/branches/3.3-zope.app.externals/src/zope/app/content_types.py)

Deleted: Zope3/branches/3.3-zope.app.externals/src/zope/app/content_types.py
===================================================================
--- Zope3/branches/3.3-zope.app.externals/src/zope/app/content_types.py	2006-06-26 19:47:27 UTC (rev 68851)
+++ Zope3/branches/3.3-zope.app.externals/src/zope/app/content_types.py	2006-06-26 20:01:24 UTC (rev 68852)
@@ -1,7 +0,0 @@
-# This module has moved to zope.contenttype
-# and will go away in Zope 3.5
-import zope.deprecation
-zope.deprecation.moved(
-    'zope.contenttype',
-    "Zope 3.5",
-    )

Copied: Zope3/branches/3.3-zope.app.externals/src/zope/app/datetimeutils/__init__.py (from rev 68851, Zope3/branches/3.3-zope.app.externals/src/zope/app/datetimeutils.py)

Deleted: Zope3/branches/3.3-zope.app.externals/src/zope/app/datetimeutils.py
===================================================================
--- Zope3/branches/3.3-zope.app.externals/src/zope/app/datetimeutils.py	2006-06-26 19:47:27 UTC (rev 68851)
+++ Zope3/branches/3.3-zope.app.externals/src/zope/app/datetimeutils.py	2006-06-26 20:01:24 UTC (rev 68852)
@@ -1,7 +0,0 @@
-# This module has moved to zope.datetime
-# and will go away in Zope 3.5
-import zope.deprecation
-zope.deprecation.moved(
-    'zope.datetime',
-    "Zope 3.5",
-    )

Copied: Zope3/branches/3.3-zope.app.externals/src/zope/app/decorator/__init__.py (from rev 68851, Zope3/branches/3.3-zope.app.externals/src/zope/app/decorator.py)

Deleted: Zope3/branches/3.3-zope.app.externals/src/zope/app/decorator.py
===================================================================
--- Zope3/branches/3.3-zope.app.externals/src/zope/app/decorator.py	2006-06-26 19:47:27 UTC (rev 68851)
+++ Zope3/branches/3.3-zope.app.externals/src/zope/app/decorator.py	2006-06-26 20:01:24 UTC (rev 68852)
@@ -1,7 +0,0 @@
-# This module has moved to zope.decorator
-# and will go away in Zope 3.5
-import zope.deprecation
-zope.deprecation.moved(
-    'zope.decorator',
-    "Zope 3.5",
-    )

Copied: Zope3/branches/3.3-zope.app.externals/src/zope/app/layers/__init__.py (from rev 68851, Zope3/branches/3.3-zope.app.externals/src/zope/app/layers.py)

Deleted: Zope3/branches/3.3-zope.app.externals/src/zope/app/layers.py
===================================================================
--- Zope3/branches/3.3-zope.app.externals/src/zope/app/layers.py	2006-06-26 19:47:27 UTC (rev 68851)
+++ Zope3/branches/3.3-zope.app.externals/src/zope/app/layers.py	2006-06-26 20:01:24 UTC (rev 68852)
@@ -1,30 +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.
-#
-##############################################################################
-"""Convenience module to access registered layers
-
-This module solely exists for backward compatibility reasons.  It is
-to be removed by Zope 3.5.  The now deprecated browser:layers
-directive puts a reference to the created interfaces in this module.
-
-BBB 2006/02/18, to be removed after 12 months
-
-$Id$
-"""
-import zope.deprecation
-
-def set(name, obj):
-    globals()[name] = obj
-    zope.deprecation.deprecated(name, "The zope.app.layers module has "
-                                "been deprecated and will be removed in "
-                                "Zope 3.5.")

Copied: Zope3/branches/3.3-zope.app.externals/src/zope/app/skins/__init__.py (from rev 68851, Zope3/branches/3.3-zope.app.externals/src/zope/app/skins.py)

Deleted: Zope3/branches/3.3-zope.app.externals/src/zope/app/skins.py
===================================================================
--- Zope3/branches/3.3-zope.app.externals/src/zope/app/skins.py	2006-06-26 19:47:27 UTC (rev 68851)
+++ Zope3/branches/3.3-zope.app.externals/src/zope/app/skins.py	2006-06-26 20:01:24 UTC (rev 68852)
@@ -1,30 +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.
-#
-##############################################################################
-"""Convenience module to access registered skins
-
-This module solely exists for backward compatibility reasons.  It is
-to be removed by Zope 3.5.  The now deprecated browser:skin directive
-puts a reference to the created interfaces in this module.
-
-BBB 2006/02/18, to be removed after 12 months
-
-$Id$
-"""
-import zope.deprecation
-
-def set(name, obj):
-    globals()[name] = obj
-    zope.deprecation.deprecated(name, "The zope.app.skins module has "
-                                "been deprecated and will be removed in "
-                                "Zope 3.5.")

Copied: Zope3/branches/3.3-zope.app.externals/src/zope/app/timezones/__init__.py (from rev 68851, Zope3/branches/3.3-zope.app.externals/src/zope/app/timezones.py)

Deleted: Zope3/branches/3.3-zope.app.externals/src/zope/app/timezones.py
===================================================================
--- Zope3/branches/3.3-zope.app.externals/src/zope/app/timezones.py	2006-06-26 19:47:27 UTC (rev 68851)
+++ Zope3/branches/3.3-zope.app.externals/src/zope/app/timezones.py	2006-06-26 20:01:24 UTC (rev 68852)
@@ -1,7 +0,0 @@
-# This module has moved to zope.datetime.timezones
-# and will go away in Zope 3.5
-import zope.deprecation
-zope.deprecation.moved(
-    'zope.datetime.timezones',
-    "Zope 3.5",
-    )



More information about the Checkins mailing list