/usr/share/pyshared/zope.exceptions-3.6.1.egg-info/PKG-INFO is in python-zope.exceptions 3.6.1-2fakesync1build1.
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 | Metadata-Version: 1.1
Name: zope.exceptions
Version: 3.6.1
Summary: Zope Exceptions
Home-page: http://cheeseshop.python.org/pypi/zope.exceptions
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: =======================
General Zope Exceptions
=======================
This package contains exception interfaces and implementations which are so
general purpose that they don't belong in Zope application-specific packages.
=======
Changes
=======
3.6.1 (2010-07-06)
------------------
- Fixed tests to work under Python 2.7.
- PEP8 cleanup and removed obsolete build infrastructure files.
3.6.0 (2010-05-02)
------------------
- Added support to bootstrap on Jython.
- Added Python 3 support.
- The dependency on zope.testing seemed spurious, possibly a rest of a real
dependency that is gone now. I removed it.
3.5.2 (2008-04-30)
------------------
- Updated CHANGES.txt.
3.5.1 (2008-04-28)
------------------
- Reverted changes in 3.5.0.
3.5.0
-----
- Added the capability for exceptions to be formatted line-by-line.
Unfortunately, also introduced a bug cause each line of the exception to be
its own log message.
3.4.0 (2007-10-02)
------------------
- Updated package meta-data.
3.4.0b2 (2007-08-14)
--------------------
- Removed superfluous dependency on ``zope.deprecation``.
3.4.0b1 (2007-07-09)
--------------------
- Corresponds to the version of the ``zope.exceptions`` package shipped as
part of the Zope 3.4.0b1 release.
3.2.0 (2006-01-05)
------------------
- Corresponds to the version of the ``zope.exceptions`` package shipped as part of
the Zope 3.2.0 release.
- Deprecated the ``INotFoundError`` interface and the corresponding
``NotFoundError`` exception class, in favor of "standard" exceptions
``AttributeError``, ``KeyError``). The deprecated items will be removed in
Zope 3.3.
3.0.0 (2004-11-07)
------------------
- Corresponds to the version of the zope.exceptions package shipped as part of
the Zope X3.0.0 release.
Keywords: zope exceptions
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: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
|