/usr/share/pyshared/zope.app.component-3.9.3.egg-info/PKG-INFO is in python-zope.app.component 3.9.3-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 | Metadata-Version: 1.1
Name: zope.app.component
Version: 3.9.3
Summary: Local Zope Component Support
Home-page: http://pypi.python.org/pypi/zope.app.component
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: NOTE: this package is deprecated. Its functionality has been moved to
more reusable packages, namely: zope.component, zope.security, zope.site
and zope.componentvocabulary. Please import from there instead.
This package provides various ZCML directives (view, resource) and a
user interface related to local component management.
.. contents::
=======
CHANGES
=======
3.9.3 (2011-07-27)
------------------
- Replaced an undeclared test dependency on ``zope.app.authentication`` with
``zope.password``.
- Removed unneeded dependencies.
3.9.2 (2010-09-17)
------------------
- Replaced a testing dependency on ``zope.app.securitypolicy`` with one on
``zope.securitypolicy``.
3.9.1 (2010-09-01)
------------------
- No longer using deprecated ``zope.testing.doctest``. Use python's build-in
``doctest`` instead.
- Replaced the dependency on ``zope.deferredimport`` with BBB imports.
3.9.0 (2010-07-19)
------------------
- Added missing BBB import in ``zope.app.component.metaconfigure``.
- Requiring at least ``zope.component`` 3.8 where some modules have
moved which are BBB imported here.
3.8.4 (2010-01-08)
------------------
- Import hooks functionality from zope.component after it was moved there from
zope.site.
- Import ISite and IPossibleSite from zope.component after they were moved
there from zope.location. This lifts the direct dependency on zope.location.
- Fix tests using a newer zope.publisher that requires zope.login.
3.8.3 (2009-07-11)
------------------
- Removed unnecessary dependency on ``zope.app.interface``.
3.8.2 (2009-05-22)
------------------
- Fix missing import in ``zope.app.component.metadirectives``.
3.8.1 (2009-05-21)
------------------
- Add deprecation note.
3.8.0 (2009-05-21)
------------------
- IMPORTANT: this package is now empty except for some ZMI definitions
in zope.app.component.browser. Functionality from this package has
been moved to ``zope.site``, ``zope.componentvocabulary`` and
``zope.component``, so preferably import from those locations.
- zope.componentvocabulary has the vocabulary implementations that
were in zope.app.componentvocabulary now, import them from there for
backwards compatibility.
- moved zope:resource and zope:view directive implementation and tests
over into zope.component [zcml].
3.7.0 (2009-04-01)
------------------
- Removed deprecated `zope:defaultView` directive and its
implementation. New directive to set default view is
`browser:defaultView`.
3.6.1 (2009-03-12)
------------------
- Make ``class`` directive schemas importable from old location,
raising a deprecation warning. It was moved in the previous release,
but some custom directives could possibly use its schemas.
- Deprecate import of ClassDirective to announce about new location.
- Change package's mailing list address to zope-dev at zope.org,
because zope3-dev at zope.org is now retired.
- Adapt to the move of IDefaultViewName from zope.component.interfaces
to zope.publisher.interfaces.
3.6.0 (2009-01-31)
------------------
- Moved the implementation of the <class> directive from this package to
`zope.security`. In particular, the module
`zope.app.component.contentdirective` has moved to
`zope.security.metaconfigure`, and a compatibility import has been
left in its place.
- Extracted `zope.site` from zope.app.component with backwards
compatibility imports in place. Local site related functionality
is now in `zope.site` and packages should import from there.
- Remove more deprecated on 3.5 code:
* zope.app.component.fields module that was pointing to the
removed back35's LayerField.
* zope.app.component.interface module that was moved to
zope.component.interface ages ago.
* zope:content and zope:localUtility directives.
* zope:factory directive.
* deprecated imports in zope.component.metaconfigure
* browser:tool directive and all zope.component.browser
meta.zcml stuff.
- Remove "back35" extras_require as it doesn't make
any sense now.
- Remove zope.modulealias test dependency as it is
not used anywhere.
- Deprecate ISite and IPossibleSite imports from
zope.app.component.interfaces. They were moved
to zope.location.interfaces ages ago. Fix imports
in zope.app.component itself.
3.5.0 (2008-10-13)
------------------
- Remove deprecated code slated for removal on 3.5.
3.4.1 (2007-10-31)
------------------
- Resolve ``ZopeSecurityPolicy`` deprecation warning.
3.4.0 (2007-10-11)
------------------
- Initial release independent of the main Zope tree.
Keywords: zope component architecture local
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
|