/usr/share/pyshared/zope.app.principalannotation-3.7.1.egg-info/PKG-INFO is in python-zope.app.principalannotation 3.7.1-0ubuntu1.
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 | Metadata-Version: 1.1
Name: zope.app.principalannotation
Version: 3.7.1
Summary: Bootstrap subscriber and browser menu item for zope.principalannotation
Home-page: http://pypi.python.org/pypi/zope.app.principalannotation
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: This package used to provide implementation of IAnnotations for zope.security
principal objects, but it's now moved to the ``zope.principalannotation``
package. This package only contains a bootstrap subscriber that sets up
the principal annotation utility for the root site and the browser add
menu item for adding the annotation utility through ZMI.
=======
CHANGES
=======
3.7.1 (2013-03-07)
------------------
- Use doctest from the standard library, drop ``zope.testing`` from test
dependencies.
3.7.0 (2009-12-26)
------------------
- Depend on new ``zope.processlifetime`` interfaces instead of using
BBB imports from ``zope.app.appsetup``.
- Removed unneeded dependency on zope.app.publisher, added the missing one on
transaction.
3.6.1 (2009-03-31)
------------------
- Got rid of ``DeprecationWarning`` in ``zope.app.appsetup`` >=
3.10. Ironically older versions now produce a ``DeprecationWarning``.
3.6.0 (2009-03-09)
------------------
- Most of functionality is now moved to the ``zope.principalannotation``
package. This package now only provides the bootstrap subscriber
for the `zope3 application server` as well as browser menu item for
adding PrincipalAnnotationUtility using ZMI.
3.5.1 (2009-03-06)
------------------
- Make boostrap subscriber called on IDatabaseOpenedWithRootEvent
instead of IDatabaseOpenedEvent, because this can cause bug if
subscriber will be called before root object is created.
- Use zope.site instead of zope.app.component.
3.5.0 (2009-02-01)
------------------
- Move boostrap subscriber to bootstrap.zcml file and browser
menu item definition to browser.zcml file to ease overriding
and excluding configuration.
- Use zope.container instead of zope.app.container.
3.4.0 (2007-10-26)
------------------
- Initial release independent of the main Zope tree.
Keywords: zope security principal annotation
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
|