/usr/share/pyshared/zope.copypastemove-3.7.0.egg-info/PKG-INFO is in python-zope.copypastemove 3.7.0-0ubuntu3.
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 | Metadata-Version: 1.1
Name: zope.copypastemove
Version: 3.7.0
Summary: Copy, Paste and Move support for content components.
Home-page: http://pypi.python.org/pypi/zope.copypastemove
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: Overview
---------
This package provides Copy, Paste and Move support for content
components in Zope. In particular, it defines the following
interfaces for this kind of functionality:
* ``IObjectMover``,
* ``IObjectCopier``,
* ``IContentItemRenamer``,
* ``IPrincipalClipboard``
as well as standard implementations for containers and contained
objects as known from the ``zope.container`` package.
=======
CHANGES
=======
3.7.0 (2010-09-14)
------------------
- Honor the name given by the ``IObjectMover`` in
``OrderedContainerItemRenamer.renameItem``. It now returns the new of the
obejct, too. Thanks to Marius Gedminas for the patch, and to Justin Ryan
for the test. Fixes
https://bugs.launchpad.net/zope.copypastemove/+bug/98385.
- Add a check for name and container if the namechooser computes a
name which is the same as the current name.
Fixes https://bugs.launchpad.net/zope.copypastemove/+bug/123532
- Remove use of ``zope.testing.doctestunit`` in favor of stdlib's ``doctest``.
- Moved ``zope.copypastemove``-related tests from ``zope.container`` here.
3.6.0 (2009-12-16)
------------------
- Favor ``zope.principalannotation`` over its ``zope.app`` variant.
- Avoid ``zope.app.component`` and testing dependencies.
3.5.2 (2009-08-15)
------------------
- Fix documentation for the ``IObjectCopier.copyTo`` method.
- Add a missing dependency on ``zope.app.component``.
3.5.1 (2009-02-09)
------------------
- Use the new ``zope.copy`` package for ObjectCopier to provide pluggable
copying mechanism that is not dependent on ``zope.location`` hardly.
- Move the ``ItemNotFoundError`` exception to the interfaces module as
it's part of public API. Old import still works as we actually
use it where it was previously defined, however, the new import
place is preferred.
3.5.0 (2009-01-31)
------------------
- Use ``zope.container`` instead of ``zope.app.container``.
3.4.1 (2009-01-26)
------------------
- Move the test dependencies to a ``test`` extra requirement.
3.4.0 (2007-09-28)
------------------
- No further changes since 3.4.0a1.
3.4.0a1 (2007-04-22)
--------------------
- Initial release as a separate project, corresponds to
``zope.copypastemove`` from Zope 3.4.0a1
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Framework :: Zope3
|