Skip to main content

Zope Location

Project description

zope.location

Latest release Supported Python versions https://travis-ci.org/zopefoundation/zope.location.svg?branch=master https://coveralls.io/repos/github/zopefoundation/zope.location/badge.svg?branch=master Documentation Status

In Zope3, “locations” are special objects that have a structural location, indicated with __name__ and __parent__ attributes.

See zope.container for a useful extension of this concept to “containers.”

Documentation is hosted at https://zopelocation.readthedocs.io/en/latest/

Changes

4.2 (2018-10-09)

  • Add support for Python 3.7.

4.1.0 (2017-08-03)

  • Drop support for Python 2.6, 3.2 and 3.3.

  • Add a page to the docs on hacking zope.location.

  • Note additional documentation dependencies.

  • Add support for Python 3.5 and 3.6.

  • Remove internal _compat implementation module.

4.0.3 (2014-03-19)

  • Add Python 3.4 support.

  • Update boostrap.py to version 2.2.

4.0.2 (2013-03-11)

  • Change the behavior of LocationProxy’s __setattr__() to correctly behave when dealing with the pure Python version of the ProxyBase class. Also added a test suite that fully tests the pure Python proxy version of the LocationProxy class.

4.0.1 (2013-02-19)

  • Add Python 3.3 support.

4.0.0 (2012-06-07)

  • Remove backward-compatibility imports:

    • zope.copy.clone (aliased as zope.location.pickling.locationCopy)

    • zope.copy.CopyPersistent (aliased as zope.location.pickling.CopyPersistent).

    • zope.site.interfaces.IPossibleSite (aliased as zope.location.interfaces.IPossibleSite).

  • Add Python 3.2 support.

  • Make zope.component dependency optional. Use the component extra to force its installation (or just require it directly). If zope.component is not present, this package defines the ISite interface itself, and omits adapter registrations from its ZCML.

  • Add support for PyPy.

  • Add support for continuous integration using tox and jenkins.

  • Bring unit test coverage to 100%.

  • Add Sphinx documentation: moved doctest examples to API reference.

  • Add ‘setup.py docs’ alias (installs Sphinx and dependencies).

  • Add ‘setup.py dev’ alias (runs setup.py develop plus installs nose and coverage).

  • Replace deprecated zope.component.adapts usage with equivalent zope.component.adapter decorator.

  • Replace deprecated zope.interface.implements usage with equivalent zope.interface.implementer decorator.

  • Drop support for Python 2.4 and 2.5.

3.9.1 (2011-08-22)

  • Add zcml extra as well as a test for configure.zcml.

3.9.0 (2009-12-29)

  • Move LocationCopyHook related tests to zope.copy and remove a test dependency on that package.

3.8.2 (2009-12-23)

  • Fix a typo in the configure.zcml.

3.8.1 (2009-12-23)

  • Remove dependency on zope.copy: the LocationCopyHook adapter is registered only if zope.copy is available.

  • Use the standard Python doctest module instead of zope.testing.doctest, which has been deprecated.

3.8.0 (2009-12-22)

  • Adjust to testing output caused by new zope.schema.

3.7.1 (2009-11-18)

  • Move the IPossibleSite and ISite interfaces to zope.component as they are dealing with zope.component’s concept of a site, but not with location.

3.7.0 (2009-09-29)

  • Add getParent() to ILocationInfo and moved the actual implementation here from zope.traversal.api, analogous to getParents().

  • Actually remove deprecated PathPersistent class from zope.location.pickling.

  • Move ITraverser back to zope.traversing where it belongs conceptually. The interface had been moved to zope.location to invert the package interdependency but is no longer used here.

3.6.0 (2009-08-27)

  • New feature release: deprecate locationCopy, CopyPersistent and PathPersistent from zope.location.pickling. These changes were already part of the 3.5.3 release, which was erroneously numbered as a bugfix relese.

  • Remove dependency on zope.deferredimport, directly import deprecated modules without using it.

3.5.5 (2009-08-15)

  • Add zope.deferredimport as a dependency as it’s used directly by zope.location.pickling.

3.5.4 (2009-05-17)

  • Add IContained interface to zope.location.interfaces module. This interface was moved from zope.container (after zope.container 3.8.2); consumers of IContained may now depend on zope.location rather than zope.container to reduce dependency cycles.

3.5.3 (2009-02-09)

  • Use new zope.copy package for implementing location copying. Thus there’s changes in the zope.locaton.pickling module:

    • The locationCopy and CopyPersistent was removed in prefer to their equivalents in zope.copy. Deprecated backward-compatibility imports provided.

    • The module now provides a zope.copy.interfaces.ICopyHook adapter for ILocation objects that replaces the old CopyPersistent functionality of checking for the need to clone objects based on their location.

3.5.2 (2009-02-04)

  • Split RootPhysicallyLocatable adapter back from LocationPhysicallyLocatable, because the IRoot object may not always provide ILocation and the code for the root object is also simplier. It’s basically a copy of the RootPhysicallyLocatable adapter from zope.traversing version 3.5.0 and below with getParents method added (returns an empty list).

3.5.1 (2009-02-02)

  • Improve test coverage.

  • The new getParents method was extracted from zope.traversing and added to ILocationInfo interface in the previous release. Custom ILocationInfo implementations should make sure they have this method as well. That method is already used in zope.traversing.api.getParents function.

  • Make getName of LocationPhysicallyLocatable always return empty string for the IRoot object, like RootPhysicallyLocatable from zope.traversing did. So, now LocationPhysicallyLocatable is fully compatible with RootPhysicallyLocatable, making the latter one obsolete.

  • Change package mailing list address to zope-dev at zope.org instead of retired zope3-dev at zope.org.

3.5.0 (2009-01-31)

  • Reverse the dependency between zope.location and zope.traversing. This also causes the dependency to various other packages go away.

3.4.0 (2007-10-02)

  • Initial release independent of the main Zope tree.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zope.location-4.2.tar.gz (30.3 kB view details)

Uploaded Source

Built Distribution

zope.location-4.2-py2.py3-none-any.whl (21.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file zope.location-4.2.tar.gz.

File metadata

  • Download URL: zope.location-4.2.tar.gz
  • Upload date:
  • Size: 30.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.10.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.19.7 CPython/2.7.15

File hashes

Hashes for zope.location-4.2.tar.gz
Algorithm Hash digest
SHA256 a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac
MD5 aeffe240cef8acbe1e61700ccdb174bb
BLAKE2b-256 0cc3f9ab5358f8289fbd1996075ae1d7914b25cbfc1a65823ae0258aec03837d

See more details on using hashes here.

File details

Details for the file zope.location-4.2-py2.py3-none-any.whl.

File metadata

  • Download URL: zope.location-4.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 21.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.10.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.19.7 CPython/2.7.15

File hashes

Hashes for zope.location-4.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4e5cbfb5e397820e6c21c2ac66cc44e7946bdaa4af336e4dbb613fea818a068c
MD5 c28715a6d56ca50517d2b1f46bc96c83
BLAKE2b-256 9f3b4e7a859ebb06911ad118a77528e3c1af018ee5585c832e16151432f7e19b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page