[Checkins] SVN: zope.traversing/trunk/ Moved to github

Stephen Richter cvs-admin at zope.org
Wed Feb 20 15:19:31 UTC 2013


Log message for revision 129541:
  Moved to github

Changed:
  D   zope.traversing/trunk/CHANGES.txt
  D   zope.traversing/trunk/COPYRIGHT.txt
  D   zope.traversing/trunk/LICENSE.txt
  A   zope.traversing/trunk/MOVED_TO_GITHUB
  D   zope.traversing/trunk/README.txt
  D   zope.traversing/trunk/bootstrap.py
  D   zope.traversing/trunk/buildout.cfg
  D   zope.traversing/trunk/setup.py
  D   zope.traversing/trunk/src/

-=-
Deleted: zope.traversing/trunk/CHANGES.txt
===================================================================
--- zope.traversing/trunk/CHANGES.txt	2013-02-20 15:19:17 UTC (rev 129540)
+++ zope.traversing/trunk/CHANGES.txt	2013-02-20 15:19:31 UTC (rev 129541)
@@ -1,247 +0,0 @@
-=======
-Changes
-=======
-
-4.0.0 (unreleased)
--------------------
-
-- Replaced deprecated ``zope.component.adapts`` usage with equivalent
-  ``zope.component.adapter`` decorator.
-
-- Replaced deprecated ``zope.interface.implements`` usage with equivalent
-  ``zope.interface.implementer`` decorator.
-
-- Dropped support for Python 2.4 and 2.5.
-
-- Fixed dependencies : removed ``zope.tal`` and added ``zope.browserpage``.
-
-- ...
-
-3.14.0 (2011-03-02)
--------------------
-
-- Re-release of 3.13.1 as a feature version as it introduces dependencies on
-  new feature releases.
-
-3.13.1 (2010-12-14)
--------------------
-
-- Fixed ZCML-related dependencies.
-
-3.13 (2010-07-09)
------------------
-
-- When a ``__parent__`` attribute is available on an object, it is
-  always used for absolute URL construction, and no ILocation adapter
-  lookup is performed for it. This was the previous behavior but was
-  broken (around 3.5?) due to dependency refactoring. 
- 
-  If the object provides no ``__parent__`` then an ILocation adapter
-  lookup will be performed. This will always succeed as zope.location
-  provides a default LocationProxy for everything, but more specific
-  ILocation adapters can also be provided.
-
-3.12.1 (2010-04-30)
--------------------
-
-- Removed use of 'zope.testing.doctestunit' in favor of stdlib's doctest.
-
-3.12.0 (2009-12-29)
--------------------
-
-- Avoid testing dependencies on zope.securitypolicies and
-  zope.principalregistry.
-
-3.11.0 (2009-12-27)
--------------------
-
-- Removed testing dependency on zope.app.publication.
-
-3.10.0 (2009-12-16)
--------------------
-
-- Removed stray test claiming a no longer existing dependency on
-  zope.app.applicationcontrol.
-
-- Refactored functional tests to loose dependency on both zope.app.appsetup
-  and zope.app.testing.
-
-- Simplified tests for the browser sub-package by using PlacelessSetup from
-  zope.component.testing instead of zope.app.testing.
-
-- Simplified test_dependencies module by using zope.configuration instead of
-  zope.app.testing.functional.
-
-- Removed testing dependency on zope.app.publisher.
-
-- Replaced testing dependency on zope.app.security with zope.securitypolicy.
-
-- Removed testing dependency on zope.app.zcmlfiles in favor of more explicit
-  dependencies.
-
-- Removed testing dependency on zope.app.component.
-
-- Replaced a test dependency on zope.app.zptpage with a dependency on
-  zope.pagetemplate.
-
-3.9.0 (2009-12-15)
-------------------
-
-- Moved IBeforeTraverseEvent from zope.app.publication into this package,
-  as we already deal with publication traversal.
-
-3.8.0 (2009-09-29)
-------------------
-
-- In zope.traversing.api.getParent(), try to delegate to
-  zope.location.interfaces.ILocationInfo.getParent(), analogous to
-  getParents(). Keep returning the traversal parent as a fallback.
-
-- Brought ITraverser back from zope.location where it had been moved to invert
-  the package interdependency, but is no longer used now.
-
-3.7.2 (2009-08-29)
-------------------
-
-- Made virtual hosting tests compatible with zope.publisher 3.9. Redirecting
-  to a different host requires an explicit `trusted` redirect now.
-
-3.7.1 (2009-06-16)
-------------------
-
-- AbsoluteURL now implements the fact that __call__ returns the same as __str__
-  in a manner that it applies for subclasses, too, so they only have to override
-  __str__ and not both.
-
-3.7.0 (2009-05-23)
-------------------
-
-- Moved the publicationtraverse module to zope.traversing, removing the
-  zope.app.publisher -> zope.app.publication dependency (which was a
-  cycle).
-
-- Look up the application controller through a utility registration
-  rather than a direct reference.
-
-3.6.0 (2009-04-06)
-------------------
-
-- Change configure.zcml to not depend on zope.app.component.
-
-- This release includes the BBB-incompatible ``zope.publisher.skinnable``
-  change from 3.5.3.
-
-3.5.4 (2009-04-06)
-------------------
-
-- Revert BBB-incompatible use of ``zope.publisher.skinnable``:  that
-  change belongs in a 3.6.0 release, because it requires a BBB-incompatible
-  version of ``zope.publisher``.
-
-3.5.3 (2009-03-10)
-------------------
-
-- Use applySkin from new location. zope.publisher.skinnable instead of
-  zope.publisher.browser.
-
-- Use IAbsoluteURL lookup instead of the "absolute_url" view in the
-  recursive AbsoluteURL adapters (LP: #338101).
-
-3.5.2 (2009-02-04)
-------------------
-
-- The RootPhysicallyLocatable is not the same as LocationPhysicallyLocatable
-  now in zope.location. Fix the import and testing setups.
-
-3.5.1 (2009-02-02)
-------------------
-
-- The ``RootPhysicallyLocatable`` adapter has been superseded by the
-  refactored ``zope.location.traversing.LocationPhysicallyLocatable``
-  that we depend on since 3.5.0a4.
-
-  Remove the adapter and its registration, and making its import place
-  pointing to ``zope.location.traversing.LocationPhysicallyLocatable``
-  to maintain backward-compatibility.
-
-  This also fixes a bug introduced in version 3.5.0a4 when trying to
-  call ``getParents`` function for the root object.
-
-- Use direct imports instead of compatibility ones for things that were
-  moved to ``zope.location``.
-
-- Remove the ``zope.traversing.interfaces.INamespaceHandler`` interface,
-  as it seems not to be used for years.
-
-- Change package's mailing list address to zope-dev at zope.org instead
-  of retired zope3-dev at zope.org
-
-3.5.0 (2009-01-31)
-------------------
-
-- Use zope.container instead of zope.app.container.
-
-- Use zope.site instead of zope.app.folder in the unit tests.
-
-- Reduced, but did not eliminate, test dependencies on zope.app.component.
-
-3.5.0a4 (2008-08-01)
---------------------
-
-- Reverse dependencies between zope.location and zope.traversing.
-
-- Updated (test) dependencies and tests to expect and work with a spec
-  compliant TAL interpreter as available in zope.tal >= 3.5.0.
-- Fixed deprecation warning caused by using an old module name for
-  ZopeSecurityPolicy in ftesting.zcml
-- Made sure traversing doesn't raise an TypeError but a TraversalError when the
-  traversal step before yielded a string.
-
-
-3.5.0a3 (2007-12-28)
---------------------
-
-- backed out the controversial `++skin++` traverser for XML-RPC.
-
-
-3.5.0a2 (2007-11-28)
---------------------
-
-- ported 3.4.1a1 to trunk
-
-  - Do not use unicode strings to set the application server in the virtual
-    host namespace. This caused absolute_url to create unicode URL's.
-
-- Added a traverer for ++skin++ for XMLRPC skins (IXMLRPCSkinType). This also
-  means that the normal ++skin++ namespace handler is only bound to
-  IBrowserRequest. 
-
-- Resolved the dependency on zope.app.applicationcontrol by importing the
-  application controller only if the package is available.
-
-
-3.4.1 (2008-07-30)
-------------------
-
-- Fixed deprecation warning caused by using an old module name for
-  ZopeSecurityPolicy in ftesting.zcml
-
-
-3.4.1a1 (2007-11-13)
---------------------
-
-Do not use unicode strings to set the application server in the virtual host
-namespace. This caused absolute_url to create unicode URL's.
-
-
-3.4.0 (2007-09-29)
-------------------
-
-No further changes since 3.4.0a1.
-
-3.4.0a1 (2007-04-22)
---------------------
-
-Initial release as a separate project, corresponds to zope.traversing
-from Zope 3.4.0a1
-

Deleted: zope.traversing/trunk/COPYRIGHT.txt
===================================================================
--- zope.traversing/trunk/COPYRIGHT.txt	2013-02-20 15:19:17 UTC (rev 129540)
+++ zope.traversing/trunk/COPYRIGHT.txt	2013-02-20 15:19:31 UTC (rev 129541)
@@ -1 +0,0 @@
-Zope Foundation and Contributors
\ No newline at end of file

Deleted: zope.traversing/trunk/LICENSE.txt
===================================================================
--- zope.traversing/trunk/LICENSE.txt	2013-02-20 15:19:17 UTC (rev 129540)
+++ zope.traversing/trunk/LICENSE.txt	2013-02-20 15:19:31 UTC (rev 129541)
@@ -1,44 +0,0 @@
-Zope Public License (ZPL) Version 2.1
-
-A copyright notice accompanies this license document that identifies the
-copyright holders.
-
-This license has been certified as open source. It has also been designated as
-GPL compatible by the Free Software Foundation (FSF).
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-1. Redistributions in source code must retain the accompanying copyright
-notice, this list of conditions, and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the accompanying copyright
-notice, this list of conditions, and the following disclaimer in the
-documentation and/or other materials provided with the distribution.
-
-3. Names of the copyright holders must not be used to endorse or promote
-products derived from this software without prior written permission from the
-copyright holders.
-
-4. The right to distribute this software or to use it for any purpose does not
-give you the right to use Servicemarks (sm) or Trademarks (tm) of the
-copyright
-holders. Use of them is covered by separate agreement with the copyright
-holders.
-
-5. If any files are modified, you must cause the modified files to carry
-prominent notices stating that you changed the files and the date of any
-change.
-
-Disclaimer
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
-OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
-EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Added: zope.traversing/trunk/MOVED_TO_GITHUB
===================================================================
--- zope.traversing/trunk/MOVED_TO_GITHUB	                        (rev 0)
+++ zope.traversing/trunk/MOVED_TO_GITHUB	2013-02-20 15:19:31 UTC (rev 129541)
@@ -0,0 +1 @@
+See https://github.com/zopefoundation/zope.traversing

Deleted: zope.traversing/trunk/README.txt
===================================================================
--- zope.traversing/trunk/README.txt	2013-02-20 15:19:17 UTC (rev 129540)
+++ zope.traversing/trunk/README.txt	2013-02-20 15:19:31 UTC (rev 129541)
@@ -1,4 +0,0 @@
-The ``zope.traversing`` package provides adapteres for resolving
-object paths by traversing an object hierarchy.  This also includes
-support for traversal namespaces (e.g. ``++view++``, ``++skin++``,
-etc.) as well as computing URLs via the ``@@absolute_url`` view.

Deleted: zope.traversing/trunk/bootstrap.py
===================================================================
--- zope.traversing/trunk/bootstrap.py	2013-02-20 15:19:17 UTC (rev 129540)
+++ zope.traversing/trunk/bootstrap.py	2013-02-20 15:19:31 UTC (rev 129541)
@@ -1,119 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2006 Zope Foundation 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.
-#
-##############################################################################
-"""Bootstrap a buildout-based project
-
-Simply run this script in a directory containing a buildout.cfg.
-The script accepts buildout command-line options, so you can
-use the -c option to specify an alternate configuration file.
-"""
-
-import os, shutil, sys, tempfile, urllib2
-from optparse import OptionParser
-
-tmpeggs = tempfile.mkdtemp()
-
-is_jython = sys.platform.startswith('java')
-
-# parsing arguments
-parser = OptionParser()
-parser.add_option("-v", "--version", dest="version",
-                          help="use a specific zc.buildout version")
-parser.add_option("-d", "--distribute",
-                   action="store_true", dest="distribute", default=False,
-                   help="Use Disribute rather than Setuptools.")
-
-parser.add_option("-c", None, action="store", dest="config_file",
-                   help=("Specify the path to the buildout configuration "
-                         "file to be used."))
-
-options, args = parser.parse_args()
-
-# if -c was provided, we push it back into args for buildout' main function
-if options.config_file is not None:
-    args += ['-c', options.config_file]
-
-if options.version is not None:
-    VERSION = '==%s' % options.version
-else:
-    VERSION = ''
-
-USE_DISTRIBUTE = options.distribute
-args = args + ['bootstrap']
-
-to_reload = False
-try:
-    import pkg_resources
-    if not hasattr(pkg_resources, '_distribute'):
-        to_reload = True
-        raise ImportError
-except ImportError:
-    ez = {}
-    if USE_DISTRIBUTE:
-        exec urllib2.urlopen('http://python-distribute.org/distribute_setup.py'
-                         ).read() in ez
-        ez['use_setuptools'](to_dir=tmpeggs, download_delay=0, no_fake=True)
-    else:
-        exec urllib2.urlopen('http://peak.telecommunity.com/dist/ez_setup.py'
-                             ).read() in ez
-        ez['use_setuptools'](to_dir=tmpeggs, download_delay=0)
-
-    if to_reload:
-        reload(pkg_resources)
-    else:
-        import pkg_resources
-
-if sys.platform == 'win32':
-    def quote(c):
-        if ' ' in c:
-            return '"%s"' % c # work around spawn lamosity on windows
-        else:
-            return c
-else:
-    def quote (c):
-        return c
-
-cmd = 'from setuptools.command.easy_install import main; main()'
-ws  = pkg_resources.working_set
-
-if USE_DISTRIBUTE:
-    requirement = 'distribute'
-else:
-    requirement = 'setuptools'
-
-if is_jython:
-    import subprocess
-
-    assert subprocess.Popen([sys.executable] + ['-c', quote(cmd), '-mqNxd',
-           quote(tmpeggs), 'zc.buildout' + VERSION],
-           env=dict(os.environ,
-               PYTHONPATH=
-               ws.find(pkg_resources.Requirement.parse(requirement)).location
-               ),
-           ).wait() == 0
-
-else:
-    assert os.spawnle(
-        os.P_WAIT, sys.executable, quote (sys.executable),
-        '-c', quote (cmd), '-mqNxd', quote (tmpeggs), 'zc.buildout' + VERSION,
-        dict(os.environ,
-            PYTHONPATH=
-            ws.find(pkg_resources.Requirement.parse(requirement)).location
-            ),
-        ) == 0
-
-ws.add_entry(tmpeggs)
-ws.require('zc.buildout' + VERSION)
-import zc.buildout.buildout
-zc.buildout.buildout.main(args)
-shutil.rmtree(tmpeggs)

Deleted: zope.traversing/trunk/buildout.cfg
===================================================================
--- zope.traversing/trunk/buildout.cfg	2013-02-20 15:19:17 UTC (rev 129540)
+++ zope.traversing/trunk/buildout.cfg	2013-02-20 15:19:31 UTC (rev 129541)
@@ -1,18 +0,0 @@
-[buildout]
-develop = .
-parts = test coverage-test coverage-report
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = zope.traversing [test]
-
-[coverage-test]
-recipe = zc.recipe.testrunner
-eggs = zope.traversing [test]
-defaults = ['--coverage', '../../coverage']
-
-[coverage-report]
-recipe = zc.recipe.egg
-eggs = z3c.coverage
-scripts = coverage=coverage-report
-arguments = ('coverage', 'coverage/report')

Deleted: zope.traversing/trunk/setup.py
===================================================================
--- zope.traversing/trunk/setup.py	2013-02-20 15:19:17 UTC (rev 129540)
+++ zope.traversing/trunk/setup.py	2013-02-20 15:19:31 UTC (rev 129541)
@@ -1,77 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2006 Zope Foundation 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.
-#
-##############################################################################
-# This package is developed by the Zope Toolkit project, documented here:
-# http://docs.zope.org/zopetoolkit
-# When developing and releasing this package, please follow the documented
-# Zope Toolkit policies as described by this documentation.
-##############################################################################
-"""Setup for zope.traversing package
-"""
-from setuptools import setup, find_packages
-
-long_description = (open('README.txt').read() +
-                    '\n\n' +
-                    open('CHANGES.txt').read())
-
-setup(name='zope.traversing',
-      version='4.0.0dev',
-      url='http://pypi.python.org/pypi/zope.traversing',
-      license='ZPL 2.1',
-      author='Zope Foundation and Contributors',
-      author_email='zope-dev at zope.org',
-      description="Resolving paths in the object hierarchy",
-      long_description=long_description,
-      classifiers=[
-        'Development Status :: 5 - Production/Stable',
-        'Intended Audience :: Developers',
-        'License :: OSI Approved :: Zope Public License',
-        'Programming Language :: Python',
-        'Programming Language :: Python :: 2',
-        'Programming Language :: Python :: 2.6',
-        'Programming Language :: Python :: 2.7',
-        'Natural Language :: English',
-        'Operating System :: OS Independent',
-        'Topic :: Internet :: WWW/HTTP',
-        'Topic :: Software Development',
-        ],
-      packages=find_packages('src'),
-      package_dir = {'': 'src'},
-      namespace_packages=['zope',],
-      extras_require = dict(test=[
-          'ZODB3',
-          'zope.annotation',
-          'zope.browserresource[zcml]>=3.12',
-          'zope.component[zcml]',
-          'zope.configuration',
-          'zope.container',
-          'zope.pagetemplate',
-          'zope.security[zcml]>=3.8',
-          'zope.site',
-          'zope.testing',
-          ]),
-      install_requires=[
-          'setuptools',
-          'zope.browserpage',
-          'zope.component',
-          'zope.i18n',
-          'zope.i18nmessageid',
-          'zope.interface',
-          'zope.location>=3.7.0',
-          'zope.proxy',
-          'zope.publisher',
-          'zope.security',
-          ],
-      include_package_data = True,
-      zip_safe = False,
-      )



More information about the checkins mailing list